Interface ServiceAccountJwtAccessCredentialsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceAccountJwtAccessCredentials,ServiceAccountJwtAccessCredentials.Builder
public interface ServiceAccountJwtAccessCredentialsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionJSON key.com.google.protobuf.ByteStringJSON key.com.google.protobuf.DurationToken lifetime.com.google.protobuf.DurationOrBuilderToken lifetime.booleanToken lifetime.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
-
getJsonKey
String getJsonKey()JSON key.
string json_key = 1;- Returns:
- The jsonKey.
-
getJsonKeyBytes
com.google.protobuf.ByteString getJsonKeyBytes()JSON key.
string json_key = 1;- Returns:
- The bytes for jsonKey.
-
hasTokenLifetime
boolean hasTokenLifetime()Token lifetime.
.google.protobuf.Duration token_lifetime = 2;- Returns:
- Whether the tokenLifetime field is set.
-
getTokenLifetime
com.google.protobuf.Duration getTokenLifetime()Token lifetime.
.google.protobuf.Duration token_lifetime = 2;- Returns:
- The tokenLifetime.
-
getTokenLifetimeOrBuilder
com.google.protobuf.DurationOrBuilder getTokenLifetimeOrBuilder()Token lifetime.
.google.protobuf.Duration token_lifetime = 2;
-