Interface GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentialsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentials, GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentials.Builder
- Enclosing class:
GrpcService.GoogleGrpc.CallCredentials
public static interface GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentialsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring json_key = 1;com.google.protobuf.ByteStringstring json_key = 1;longuint64 token_lifetime_seconds = 2;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
-
getJsonKeyBytes
com.google.protobuf.ByteString getJsonKeyBytes()string json_key = 1;- Returns:
- The bytes for jsonKey.
-
getTokenLifetimeSeconds
long getTokenLifetimeSeconds()uint64 token_lifetime_seconds = 2;- Returns:
- The tokenLifetimeSeconds.
-