Interface ClientAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientAttributes, ClientAttributes.Builder
@Generated
public interface ClientAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiontrust_level indicates whether the connection is from a trusted application or untrusted (BYOC)inttrust_level indicates whether the connection is from a trusted application or untrusted (BYOC)Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTrustLevelValue
int getTrustLevelValue()trust_level indicates whether the connection is from a trusted application or untrusted (BYOC)
.traffic.networkcontext.v1.TrustLevel trust_level = 1;- Returns:
- The enum numeric value on the wire for trustLevel.
-
getTrustLevel
TrustLevel getTrustLevel()trust_level indicates whether the connection is from a trusted application or untrusted (BYOC)
.traffic.networkcontext.v1.TrustLevel trust_level = 1;- Returns:
- The trustLevel.
-