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 TypeMethodDescriptionstring authority_selector = 2;com.google.protobuf.ByteStringstring authority_selector = 2;string authorization_token = 1;com.google.protobuf.ByteStringstring authorization_token = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAuthorizationToken
-
getAuthorizationTokenBytes
com.google.protobuf.ByteString getAuthorizationTokenBytes()string authorization_token = 1;- Returns:
- The bytes for authorizationToken.
-
getAuthoritySelector
-
getAuthoritySelectorBytes
com.google.protobuf.ByteString getAuthoritySelectorBytes()string authority_selector = 2;- Returns:
- The bytes for authoritySelector.
-