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 Type
    Method
    Description
    string json_key = 1;
    com.google.protobuf.ByteString
    string json_key = 1;
    long
    uint64 token_lifetime_seconds = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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.