Package xg.md

Interface ProtocolMetadata.protocolIdentityOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
ProtocolMetadata.protocolIdentity, ProtocolMetadata.protocolIdentity.Builder
Enclosing class:
ProtocolMetadata

public static interface ProtocolMetadata.protocolIdentityOrBuilder extends MessageOrBuilder
  • Method Details

    • getTypeValue

      int getTypeValue()
      
       The type of the identity
       
      .xg.md.protocolIdentity.identityType type = 1;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      
       The type of the identity
       
      .xg.md.protocolIdentity.identityType type = 1;
      Returns:
      The type.
    • hasHostnameIdentity

      boolean hasHostnameIdentity()
      
       hostname identity
       
      .xg.md.protocolIdentity.hostnameIdentity hostname_identity = 11;
      Returns:
      Whether the hostnameIdentity field is set.
    • getHostnameIdentity

      
       hostname identity
       
      .xg.md.protocolIdentity.hostnameIdentity hostname_identity = 11;
      Returns:
      The hostnameIdentity.
    • getHostnameIdentityOrBuilder

      
       hostname identity
       
      .xg.md.protocolIdentity.hostnameIdentity hostname_identity = 11;
    • hasAnonymousIdentity

      boolean hasAnonymousIdentity()
      
       anonymous identity
       
      .xg.md.protocolIdentity.anonymousIdentity anonymous_identity = 12;
      Returns:
      Whether the anonymousIdentity field is set.
    • getAnonymousIdentity

      
       anonymous identity
       
      .xg.md.protocolIdentity.anonymousIdentity anonymous_identity = 12;
      Returns:
      The anonymousIdentity.
    • getAnonymousIdentityOrBuilder

      
       anonymous identity
       
      .xg.md.protocolIdentity.anonymousIdentity anonymous_identity = 12;
    • hasCertFingerprintIdentity

      boolean hasCertFingerprintIdentity()
      
       cert fingerprint identity
       
      .xg.md.protocolIdentity.certFingerprintIdentity cert_fingerprint_identity = 13;
      Returns:
      Whether the certFingerprintIdentity field is set.
    • getCertFingerprintIdentity

      
       cert fingerprint identity
       
      .xg.md.protocolIdentity.certFingerprintIdentity cert_fingerprint_identity = 13;
      Returns:
      The certFingerprintIdentity.
    • getCertFingerprintIdentityOrBuilder

      
       cert fingerprint identity
       
      .xg.md.protocolIdentity.certFingerprintIdentity cert_fingerprint_identity = 13;
    • getIdentityCase