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 Type
    Method
    Description
    JSON key.
    com.google.protobuf.ByteString
    JSON key.
    com.google.protobuf.Duration
    Token lifetime.
    com.google.protobuf.DurationOrBuilder
    Token lifetime.
    boolean
    Token lifetime.

    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()
       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;