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 Type
    Method
    Description
    trust_level indicates whether the connection is from a trusted application or untrusted (BYOC)
    int
    trust_level indicates whether the connection is from a trusted application or untrusted (BYOC)

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.