Interface GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentialsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentials, GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentials.Builder
Enclosing class:
GrpcService.GoogleGrpc.CallCredentials

public static interface GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentialsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string authority_selector = 2;
    com.google.protobuf.ByteString
    string authority_selector = 2;
    string authorization_token = 1;
    com.google.protobuf.ByteString
    string authorization_token = 1;

    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()
      string authorization_token = 1;
      Returns:
      The authorizationToken.
    • getAuthorizationTokenBytes

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

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

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