Send feedback
Class GenerateAccessTokenResponse.Builder (0.19.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.19.0 keyboard_arrow_down
public static final class GenerateAccessTokenResponse . Builder extends GeneratedMessageV3 . Builder<GenerateAccessTokenResponse . Builder > implements GenerateAccessTokenResponseOrBuilder
Response message for GenerateAccessToken.
Protobuf type google.cloud.workstations.v1.GenerateAccessTokenResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GenerateAccessTokenResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public GenerateAccessTokenResponse build ()
buildPartial()
public GenerateAccessTokenResponse buildPartial ()
clear()
public GenerateAccessTokenResponse . Builder clear ()
Overrides
clearAccessToken()
public GenerateAccessTokenResponse . Builder clearAccessToken ()
The generated bearer access token. To use this token, include it in an
Authorization header of an HTTP request sent to the associated
workstation's hostname—for example, Authorization: Bearer
<access_token>
.
string access_token = 1;
clearExpireTime()
public GenerateAccessTokenResponse . Builder clearExpireTime ()
Time at which the generated token will expire.
.google.protobuf.Timestamp expire_time = 2;
clearField(Descriptors.FieldDescriptor field)
public GenerateAccessTokenResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public GenerateAccessTokenResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public GenerateAccessTokenResponse . Builder clone ()
Overrides
getAccessToken()
public String getAccessToken ()
The generated bearer access token. To use this token, include it in an
Authorization header of an HTTP request sent to the associated
workstation's hostname—for example, Authorization: Bearer
<access_token>
.
string access_token = 1;
Returns Type Description String
The accessToken.
getAccessTokenBytes()
public ByteString getAccessTokenBytes ()
The generated bearer access token. To use this token, include it in an
Authorization header of an HTTP request sent to the associated
workstation's hostname—for example, Authorization: Bearer
<access_token>
.
string access_token = 1;
Returns Type Description ByteString
The bytes for accessToken.
getDefaultInstanceForType()
public GenerateAccessTokenResponse getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getExpireTime()
public Timestamp getExpireTime ()
Time at which the generated token will expire.
.google.protobuf.Timestamp expire_time = 2;
Returns Type Description Timestamp
The expireTime.
getExpireTimeBuilder()
public Timestamp . Builder getExpireTimeBuilder ()
Time at which the generated token will expire.
.google.protobuf.Timestamp expire_time = 2;
getExpireTimeOrBuilder()
public TimestampOrBuilder getExpireTimeOrBuilder ()
Time at which the generated token will expire.
.google.protobuf.Timestamp expire_time = 2;
hasExpireTime()
public boolean hasExpireTime ()
Time at which the generated token will expire.
.google.protobuf.Timestamp expire_time = 2;
Returns Type Description boolean
Whether the expireTime field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeExpireTime(Timestamp value)
public GenerateAccessTokenResponse . Builder mergeExpireTime ( Timestamp value )
Time at which the generated token will expire.
.google.protobuf.Timestamp expire_time = 2;
mergeFrom(GenerateAccessTokenResponse other)
public GenerateAccessTokenResponse . Builder mergeFrom ( GenerateAccessTokenResponse other )
public GenerateAccessTokenResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public GenerateAccessTokenResponse . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GenerateAccessTokenResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setAccessToken(String value)
public GenerateAccessTokenResponse . Builder setAccessToken ( String value )
The generated bearer access token. To use this token, include it in an
Authorization header of an HTTP request sent to the associated
workstation's hostname—for example, Authorization: Bearer
<access_token>
.
string access_token = 1;
Parameter Name Description value
String
The accessToken to set.
setAccessTokenBytes(ByteString value)
public GenerateAccessTokenResponse . Builder setAccessTokenBytes ( ByteString value )
The generated bearer access token. To use this token, include it in an
Authorization header of an HTTP request sent to the associated
workstation's hostname—for example, Authorization: Bearer
<access_token>
.
string access_token = 1;
Parameter Name Description value
ByteString
The bytes for accessToken to set.
setExpireTime(Timestamp value)
public GenerateAccessTokenResponse . Builder setExpireTime ( Timestamp value )
Time at which the generated token will expire.
.google.protobuf.Timestamp expire_time = 2;
setExpireTime(Timestamp.Builder builderForValue)
public GenerateAccessTokenResponse . Builder setExpireTime ( Timestamp . Builder builderForValue )
Time at which the generated token will expire.
.google.protobuf.Timestamp expire_time = 2;
Parameter Name Description builderForValue
Builder
setField(Descriptors.FieldDescriptor field, Object value)
public GenerateAccessTokenResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GenerateAccessTokenResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final GenerateAccessTokenResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]