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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJsonKey()string json_key = 1;com.google.protobuf.ByteStringgetJsonKeyBytes()string json_key = 1;longgetTokenLifetimeSeconds()uint64 token_lifetime_seconds = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJsonKey
String getJsonKey()
string json_key = 1;- Returns:
- The jsonKey.
-
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.
-
-