Interface CredentialsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Credentials, Credentials.Builder

public interface CredentialsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getApikey(int index)
    Describes the set of API keys issued for this project; one always exists, having been provisioned at the time the project is created.
    int
    Describes the set of API keys issued for this project; one always exists, having been provisioned at the time the project is created.
    Describes the set of API keys issued for this project; one always exists, having been provisioned at the time the project is created.
    getApikeyOrBuilder(int index)
    Describes the set of API keys issued for this project; one always exists, having been provisioned at the time the project is created.
    Describes the set of API keys issued for this project; one always exists, having been provisioned at the time the project is created.
    getToken(int index)
    Describes the project tokens most recently issued for this project; these are only present if the project has been used to issue tokens.
    int
    Describes the project tokens most recently issued for this project; these are only present if the project has been used to issue tokens.
    Describes the project tokens most recently issued for this project; these are only present if the project has been used to issue tokens.
    getTokenOrBuilder(int index)
    Describes the project tokens most recently issued for this project; these are only present if the project has been used to issue tokens.
    Describes the project tokens most recently issued for this project; these are only present if the project has been used to issue tokens.

    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

    • getApikeyList

       Describes the set of API keys issued for this project; one always exists, having been provisioned at the time the
       project is created.
       
      repeated .buildless.projects.Credentials.ProjectApiKey apikey = 1 [json_name = "apikey", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getApikey

      Credentials.ProjectApiKey getApikey(int index)
       Describes the set of API keys issued for this project; one always exists, having been provisioned at the time the
       project is created.
       
      repeated .buildless.projects.Credentials.ProjectApiKey apikey = 1 [json_name = "apikey", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getApikeyCount

      int getApikeyCount()
       Describes the set of API keys issued for this project; one always exists, having been provisioned at the time the
       project is created.
       
      repeated .buildless.projects.Credentials.ProjectApiKey apikey = 1 [json_name = "apikey", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getApikeyOrBuilderList

      List<? extends Credentials.ProjectApiKeyOrBuilder> getApikeyOrBuilderList()
       Describes the set of API keys issued for this project; one always exists, having been provisioned at the time the
       project is created.
       
      repeated .buildless.projects.Credentials.ProjectApiKey apikey = 1 [json_name = "apikey", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getApikeyOrBuilder

      Credentials.ProjectApiKeyOrBuilder getApikeyOrBuilder(int index)
       Describes the set of API keys issued for this project; one always exists, having been provisioned at the time the
       project is created.
       
      repeated .buildless.projects.Credentials.ProjectApiKey apikey = 1 [json_name = "apikey", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getTokenList

       Describes the project tokens most recently issued for this project; these are only present if the project has been
       used to issue tokens. Tokens expire on a regular interval and after that time are not listed here.
       
      repeated .buildless.projects.Credentials.ProjectToken token = 2 [json_name = "token", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getToken

      Credentials.ProjectToken getToken(int index)
       Describes the project tokens most recently issued for this project; these are only present if the project has been
       used to issue tokens. Tokens expire on a regular interval and after that time are not listed here.
       
      repeated .buildless.projects.Credentials.ProjectToken token = 2 [json_name = "token", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getTokenCount

      int getTokenCount()
       Describes the project tokens most recently issued for this project; these are only present if the project has been
       used to issue tokens. Tokens expire on a regular interval and after that time are not listed here.
       
      repeated .buildless.projects.Credentials.ProjectToken token = 2 [json_name = "token", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getTokenOrBuilderList

      List<? extends Credentials.ProjectTokenOrBuilder> getTokenOrBuilderList()
       Describes the project tokens most recently issued for this project; these are only present if the project has been
       used to issue tokens. Tokens expire on a regular interval and after that time are not listed here.
       
      repeated .buildless.projects.Credentials.ProjectToken token = 2 [json_name = "token", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getTokenOrBuilder

      Credentials.ProjectTokenOrBuilder getTokenOrBuilder(int index)
       Describes the project tokens most recently issued for this project; these are only present if the project has been
       used to issue tokens. Tokens expire on a regular interval and after that time are not listed here.
       
      repeated .buildless.projects.Credentials.ProjectToken token = 2 [json_name = "token", (.google.api.field_behavior) = OUTPUT_ONLY];