Package com.buildless.projects
Interface Credentials.ProjectTokenOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Credentials.ProjectToken,Credentials.ProjectToken.Builder
- Enclosing class:
Credentials
public static interface Credentials.ProjectTokenOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDisplay description which is listed along with this key; this is a user-provided or server-generated value which describes how the token was issued.com.google.protobuf.ByteStringDisplay description which is listed along with this key; this is a user-provided or server-generated value which describes how the token was issued.getUuid()Unique ID identifying this token; this value is generated by the server at the time the token is issued.com.google.protobuf.ByteStringUnique ID identifying this token; this value is generated by the server at the time the token is issued.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
-
getUuid
String getUuid()Unique ID identifying this token; this value is generated by the server at the time the token is issued. It does not change for the lifecycle of the token.
string uuid = 1 [json_name = "uuid", (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];- Returns:
- The uuid.
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()Unique ID identifying this token; this value is generated by the server at the time the token is issued. It does not change for the lifecycle of the token.
string uuid = 1 [json_name = "uuid", (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];- Returns:
- The bytes for uuid.
-
getDescription
String getDescription()Display description which is listed along with this key; this is a user-provided or server-generated value which describes how the token was issued.
string description = 2 [json_name = "description", (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Display description which is listed along with this key; this is a user-provided or server-generated value which describes how the token was issued.
string description = 2 [json_name = "description", (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];- Returns:
- The bytes for description.
-