public final class GenerateAttachedClusterAgentTokenRequest extends GeneratedMessageV3 implements GenerateAttachedClusterAgentTokenRequestOrBuilder
Protobuf type google.cloud.gkemulticloud.v1.GenerateAttachedClusterAgentTokenRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ATTACHED_CLUSTER_FIELD_NUMBER
public static final int ATTACHED_CLUSTER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
AUDIENCE_FIELD_NUMBER
public static final int AUDIENCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GRANT_TYPE_FIELD_NUMBER
public static final int GRANT_TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OPTIONS_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
REQUESTED_TOKEN_TYPE_FIELD_NUMBER
public static final int REQUESTED_TOKEN_TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SCOPE_FIELD_NUMBER
public static final int SCOPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SUBJECT_TOKEN_FIELD_NUMBER
public static final int SUBJECT_TOKEN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SUBJECT_TOKEN_TYPE_FIELD_NUMBER
public static final int SUBJECT_TOKEN_TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static GenerateAttachedClusterAgentTokenRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GenerateAttachedClusterAgentTokenRequest.Builder newBuilder()
newBuilder(GenerateAttachedClusterAgentTokenRequest prototype)
public static GenerateAttachedClusterAgentTokenRequest.Builder newBuilder(GenerateAttachedClusterAgentTokenRequest prototype)
public static GenerateAttachedClusterAgentTokenRequest parseDelimitedFrom(InputStream input)
public static GenerateAttachedClusterAgentTokenRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GenerateAttachedClusterAgentTokenRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GenerateAttachedClusterAgentTokenRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GenerateAttachedClusterAgentTokenRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateAttachedClusterAgentTokenRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateAttachedClusterAgentTokenRequest parseFrom(CodedInputStream input)
public static GenerateAttachedClusterAgentTokenRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerateAttachedClusterAgentTokenRequest parseFrom(InputStream input)
public static GenerateAttachedClusterAgentTokenRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GenerateAttachedClusterAgentTokenRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GenerateAttachedClusterAgentTokenRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GenerateAttachedClusterAgentTokenRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAttachedCluster()
public String getAttachedCluster()
Required.
string attached_cluster = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The attachedCluster.
|
getAttachedClusterBytes()
public ByteString getAttachedClusterBytes()
Required.
string attached_cluster = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for attachedCluster.
|
getAudience()
public String getAudience()
Optional.
string audience = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The audience.
|
getAudienceBytes()
public ByteString getAudienceBytes()
Optional.
string audience = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for audience.
|
getDefaultInstanceForType()
public GenerateAttachedClusterAgentTokenRequest getDefaultInstanceForType()
getGrantType()
public String getGrantType()
Optional.
string grant_type = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The grantType.
|
getGrantTypeBytes()
public ByteString getGrantTypeBytes()
Optional.
string grant_type = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for grantType.
|
getOptions()
public String getOptions()
Optional.
string options = 10 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The options.
|
getOptionsBytes()
public ByteString getOptionsBytes()
Optional.
string options = 10 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for options.
|
getParserForType()
public Parser<GenerateAttachedClusterAgentTokenRequest> getParserForType()
Overrides
getRequestedTokenType()
public String getRequestedTokenType()
Optional.
string requested_token_type = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The requestedTokenType.
|
getRequestedTokenTypeBytes()
public ByteString getRequestedTokenTypeBytes()
Optional.
string requested_token_type = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for requestedTokenType.
|
getScope()
Optional.
string scope = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The scope.
|
getScopeBytes()
public ByteString getScopeBytes()
Optional.
string scope = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for scope.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSubjectToken()
public String getSubjectToken()
Required.
string subject_token = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The subjectToken.
|
getSubjectTokenBytes()
public ByteString getSubjectTokenBytes()
Required.
string subject_token = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for subjectToken.
|
getSubjectTokenType()
public String getSubjectTokenType()
Required.
string subject_token_type = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The subjectTokenType.
|
getSubjectTokenTypeBytes()
public ByteString getSubjectTokenTypeBytes()
Required.
string subject_token_type = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for subjectTokenType.
|
getVersion()
public String getVersion()
Required.
string version = 4 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The version.
|
getVersionBytes()
public ByteString getVersionBytes()
Required.
string version = 4 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for version.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GenerateAttachedClusterAgentTokenRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GenerateAttachedClusterAgentTokenRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public GenerateAttachedClusterAgentTokenRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides