Interface IdentityOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Identity, Identity.Builder

public interface IdentityOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasServiceAccount

      boolean hasServiceAccount()
       Service account of a connection endpoint.
       
      string service_account = 1;
      Returns:
      Whether the serviceAccount field is set.
    • getServiceAccount

      String getServiceAccount()
       Service account of a connection endpoint.
       
      string service_account = 1;
      Returns:
      The serviceAccount.
    • getServiceAccountBytes

      com.google.protobuf.ByteString getServiceAccountBytes()
       Service account of a connection endpoint.
       
      string service_account = 1;
      Returns:
      The bytes for serviceAccount.
    • hasHostname

      boolean hasHostname()
       Hostname of a connection endpoint.
       
      string hostname = 2;
      Returns:
      Whether the hostname field is set.
    • getHostname

      String getHostname()
       Hostname of a connection endpoint.
       
      string hostname = 2;
      Returns:
      The hostname.
    • getHostnameBytes

      com.google.protobuf.ByteString getHostnameBytes()
       Hostname of a connection endpoint.
       
      string hostname = 2;
      Returns:
      The bytes for hostname.
    • getAttributesCount

      int getAttributesCount()
       Additional attributes of the identity.
       
      map<string, string> attributes = 3;
    • containsAttributes

      boolean containsAttributes(String key)
       Additional attributes of the identity.
       
      map<string, string> attributes = 3;
    • getAttributes

      @Deprecated Map<String,String> getAttributes()
      Deprecated.
      Use getAttributesMap() instead.
    • getAttributesMap

      Map<String,String> getAttributesMap()
       Additional attributes of the identity.
       
      map<string, string> attributes = 3;
    • getAttributesOrDefault

      String getAttributesOrDefault(String key, String defaultValue)
       Additional attributes of the identity.
       
      map<string, string> attributes = 3;
    • getAttributesOrThrow

      String getAttributesOrThrow(String key)
       Additional attributes of the identity.
       
      map<string, string> attributes = 3;
    • getIdentityOneofCase

      Identity.IdentityOneofCase getIdentityOneofCase()