public final class GenerateAwsAccessTokenResponse extends GeneratedMessage implements GenerateAwsAccessTokenResponseOrBuilder Response message for AwsClusters.GenerateAwsAccessToken method.
Protobuf type google.cloud.gkemulticloud.v1.GenerateAwsAccessTokenResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > GenerateAwsAccessTokenResponseImplements
GenerateAwsAccessTokenResponseOrBuilderStatic Fields
ACCESS_TOKEN_FIELD_NUMBER (deprecated)
public static final int ACCESS_TOKEN_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
EXPIRATION_TIME_FIELD_NUMBER (deprecated)
public static final int EXPIRATION_TIME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance() (deprecated)
public static GenerateAwsAccessTokenResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse |
|
getDescriptor() (deprecated)
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder() (deprecated)
public static GenerateAwsAccessTokenResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse.Builder |
|
newBuilder(GenerateAwsAccessTokenResponse prototype) (deprecated)
public static GenerateAwsAccessTokenResponse.Builder newBuilder(GenerateAwsAccessTokenResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
GenerateAwsAccessTokenResponse |
| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse.Builder |
|
parseDelimitedFrom(InputStream input) (deprecated)
public static GenerateAwsAccessTokenResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)
public static GenerateAwsAccessTokenResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data) (deprecated)
public static GenerateAwsAccessTokenResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static GenerateAwsAccessTokenResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data) (deprecated)
public static GenerateAwsAccessTokenResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static GenerateAwsAccessTokenResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input) (deprecated)
public static GenerateAwsAccessTokenResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)
public static GenerateAwsAccessTokenResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input) (deprecated)
public static GenerateAwsAccessTokenResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)
public static GenerateAwsAccessTokenResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data) (deprecated)
public static GenerateAwsAccessTokenResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static GenerateAwsAccessTokenResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser() (deprecated)
public static Parser<GenerateAwsAccessTokenResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<GenerateAwsAccessTokenResponse> |
|
Methods
equals(Object obj) (deprecated)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getAccessToken() (deprecated)
public String getAccessToken()Output only. Access token to authenticate to k8s api-server.
string access_token = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The accessToken. |
getAccessTokenBytes() (deprecated)
public ByteString getAccessTokenBytes()Output only. Access token to authenticate to k8s api-server.
string access_token = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accessToken. |
getDefaultInstanceForType() (deprecated)
public GenerateAwsAccessTokenResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse |
|
getExpirationTime() (deprecated)
public Timestamp getExpirationTime()Output only. Timestamp at which the token will expire.
.google.protobuf.Timestamp expiration_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The expirationTime. |
getExpirationTimeOrBuilder() (deprecated)
public TimestampOrBuilder getExpirationTimeOrBuilder()Output only. Timestamp at which the token will expire.
.google.protobuf.Timestamp expiration_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getParserForType() (deprecated)
public Parser<GenerateAwsAccessTokenResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<GenerateAwsAccessTokenResponse> |
|
getSerializedSize() (deprecated)
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasExpirationTime() (deprecated)
public boolean hasExpirationTime()Output only. Timestamp at which the token will expire.
.google.protobuf.Timestamp expiration_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the expirationTime field is set. |
hashCode() (deprecated)
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable() (deprecated)
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized() (deprecated)
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType() (deprecated)
public GenerateAwsAccessTokenResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent) (deprecated)
protected GenerateAwsAccessTokenResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse.Builder |
|
toBuilder() (deprecated)
public GenerateAwsAccessTokenResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
GenerateAwsAccessTokenResponse.Builder |
|
writeTo(CodedOutputStream output) (deprecated)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|