Interface GoogleIamCredentialsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Authority selector.
    com.google.protobuf.ByteString
    Authority selector.
    Authorization token.
    com.google.protobuf.ByteString
    Authorization token.

    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

    • getAuthorizationToken

      String getAuthorizationToken()
       Authorization token.
       
      string authorization_token = 1;
      Returns:
      The authorizationToken.
    • getAuthorizationTokenBytes

      com.google.protobuf.ByteString getAuthorizationTokenBytes()
       Authorization token.
       
      string authorization_token = 1;
      Returns:
      The bytes for authorizationToken.
    • getAuthoritySelector

      String getAuthoritySelector()
       Authority selector.
       
      string authority_selector = 2;
      Returns:
      The authoritySelector.
    • getAuthoritySelectorBytes

      com.google.protobuf.ByteString getAuthoritySelectorBytes()
       Authority selector.
       
      string authority_selector = 2;
      Returns:
      The bytes for authoritySelector.