Interface GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentialsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getJsonKey()
      string json_key = 1;
      com.google.protobuf.ByteString getJsonKeyBytes()
      string json_key = 1;
      long getTokenLifetimeSeconds()
      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 Detail

      • getJsonKey

        java.lang.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.