Interface CredentialsOrBuilder

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

    public interface CredentialsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Credentials.CredentialsCase getCredentialsCase()  
      java.lang.String getOidcIdentityToken()
      The OIDC token that identifies the caller
      com.google.protobuf.ByteString getOidcIdentityTokenBytes()
      The OIDC token that identifies the caller
      boolean hasOidcIdentityToken()
      The OIDC token that identifies the caller
      • 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 Detail

      • hasOidcIdentityToken

        boolean hasOidcIdentityToken()
        
         The OIDC token that identifies the caller
         
        string oidc_identity_token = 1;
        Returns:
        Whether the oidcIdentityToken field is set.
      • getOidcIdentityToken

        java.lang.String getOidcIdentityToken()
        
         The OIDC token that identifies the caller
         
        string oidc_identity_token = 1;
        Returns:
        The oidcIdentityToken.
      • getOidcIdentityTokenBytes

        com.google.protobuf.ByteString getOidcIdentityTokenBytes()
        
         The OIDC token that identifies the caller
         
        string oidc_identity_token = 1;
        Returns:
        The bytes for oidcIdentityToken.