Package com.buildless.projects
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 TypeMethodDescriptiongetApikey(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.intDescribes 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.List<? extends Credentials.ProjectApiKeyOrBuilder>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.intDescribes 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.List<? extends Credentials.ProjectTokenOrBuilder>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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getApikeyList
List<Credentials.ProjectApiKey> 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
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
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
List<Credentials.ProjectToken> 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
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
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];
-