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 TypeMethodDescriptionAuthority selector.com.google.protobuf.ByteStringAuthority selector.Authorization token.com.google.protobuf.ByteStringAuthorization token.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
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.
-