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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAuthoritySelector()
string authority_selector = 2;
com.google.protobuf.ByteString
getAuthoritySelectorBytes()
string authority_selector = 2;
java.lang.String
getAuthorizationToken()
string authorization_token = 1;
com.google.protobuf.ByteString
getAuthorizationTokenBytes()
string authorization_token = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAuthorizationToken
java.lang.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
java.lang.String getAuthoritySelector()
string authority_selector = 2;
- Returns:
- The authoritySelector.
-
getAuthoritySelectorBytes
com.google.protobuf.ByteString getAuthoritySelectorBytes()
string authority_selector = 2;
- Returns:
- The bytes for authoritySelector.
-
-