Class GenerateAccessTokenRequest (0.31.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 0.31.0keyboard_arrow_down  
  
 
    
    
     
    
    
    
    
    
      
  
  
  
    
public   final   class  GenerateAccessTokenRequest   extends   GeneratedMessageV3   implements   GenerateAccessTokenRequestOrBuilder  
   
   Request message for GenerateAccessToken.
 Protobuf type google.cloud.workstations.v1beta.GenerateAccessTokenRequest
 
  
  
  
    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
   
  EXPIRE_TIME_FIELD_NUMBER 
  
    
public   static   final   int   EXPIRE_TIME_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  TTL_FIELD_NUMBER 
  
    
public   static   final   int   TTL_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  WORKSTATION_FIELD_NUMBER 
  
    
public   static   final   int   WORKSTATION_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Static Methods
   
   
  getDefaultInstance() 
  
    
public   static   GenerateAccessTokenRequest   getDefaultInstance ()  
   
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
   
  newBuilder() 
  
    
public   static   GenerateAccessTokenRequest . Builder   newBuilder ()  
   
  
   
  newBuilder(GenerateAccessTokenRequest prototype) 
  
    
public   static   GenerateAccessTokenRequest . Builder   newBuilder ( GenerateAccessTokenRequest   prototype )  
   
  
  
   
  
  
    
public   static   GenerateAccessTokenRequest   parseDelimitedFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   GenerateAccessTokenRequest   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(byte[] data) 
  
    
public   static   GenerateAccessTokenRequest   parseFrom ( byte []   data )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        data 
        byte [] 
       
     
  
  
  
   
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   GenerateAccessTokenRequest   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteString data) 
  
    
public   static   GenerateAccessTokenRequest   parseFrom ( ByteString   data )  
   
  
  
  
   
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   GenerateAccessTokenRequest   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   GenerateAccessTokenRequest   parseFrom ( CodedInputStream   input )  
   
  
  
  
   
  
  
    
public   static   GenerateAccessTokenRequest   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   GenerateAccessTokenRequest   parseFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   GenerateAccessTokenRequest   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteBuffer data) 
  
    
public   static   GenerateAccessTokenRequest   parseFrom ( ByteBuffer   data )  
   
  
  
  
   
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   GenerateAccessTokenRequest   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parser() 
  
    
public   static   Parser<GenerateAccessTokenRequest>   parser ()  
   
  
  Methods
   
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        obj 
        Object  
       
     
  
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   GenerateAccessTokenRequest   getDefaultInstanceForType ()  
   
  
   
  getExpirationCase() 
  
    
public   GenerateAccessTokenRequest . ExpirationCase   getExpirationCase ()  
   
  
   
  getExpireTime() 
  
    
public   Timestamp   getExpireTime ()  
   
   Desired expiration time of the access token. This value must
 be at most 24 hours in the future. If a value is not specified, the
 token's expiration time will be set to a default value of 1 hour in the
 future.
 .google.protobuf.Timestamp expire_time = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Timestamp  
        The expireTime.
 
       
     
  
   
  getExpireTimeOrBuilder() 
  
    
public   TimestampOrBuilder   getExpireTimeOrBuilder ()  
   
   Desired expiration time of the access token. This value must
 be at most 24 hours in the future. If a value is not specified, the
 token's expiration time will be set to a default value of 1 hour in the
 future.
 .google.protobuf.Timestamp expire_time = 2;
 
  
   
  getParserForType() 
  
    
public   Parser<GenerateAccessTokenRequest>   getParserForType ()  
   
  
  Overrides 
  
   
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
   
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  getTtl() 
  
   Desired lifetime duration of the access token. This value must
 be at most 24 hours. If a value is not specified, the token's lifetime
 will be set to a default value of 1 hour.
 .google.protobuf.Duration ttl = 3;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Duration  
        The ttl.
 
       
     
  
   
  getTtlOrBuilder() 
  
    
public   DurationOrBuilder   getTtlOrBuilder ()  
   
   Desired lifetime duration of the access token. This value must
 be at most 24 hours. If a value is not specified, the token's lifetime
 will be set to a default value of 1 hour.
 .google.protobuf.Duration ttl = 3;
 
  
   
  getWorkstation() 
  
    
public   String   getWorkstation ()  
   
   Required. Name of the workstation for which the access token should be
 generated.
 
 string workstation = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The workstation.
 
       
     
  
   
  getWorkstationBytes() 
  
    
public   ByteString   getWorkstationBytes ()  
   
   Required. Name of the workstation for which the access token should be
 generated.
 
 string workstation = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for workstation.
 
       
     
  
   
  hasExpireTime() 
  
    
public   boolean   hasExpireTime ()  
   
   Desired expiration time of the access token. This value must
 be at most 24 hours in the future. If a value is not specified, the
 token's expiration time will be set to a default value of 1 hour in the
 future.
 .google.protobuf.Timestamp expire_time = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        Whether the expireTime field is set.
 
       
     
  
   
  hasTtl() 
  
   Desired lifetime duration of the access token. This value must
 be at most 24 hours. If a value is not specified, the token's lifetime
 will be set to a default value of 1 hour.
 .google.protobuf.Duration ttl = 3;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        Whether the ttl field is set.
 
       
     
  
   
  hashCode() 
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  newBuilderForType() 
  
    
public   GenerateAccessTokenRequest . Builder   newBuilderForType ()  
   
  
   
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   GenerateAccessTokenRequest . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  
  
  Overrides 
  
   
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Object  
         
       
     
  
  Overrides 
  
   
  toBuilder() 
  
    
public   GenerateAccessTokenRequest . Builder   toBuilder ()  
   
  
   
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  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-10-30 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]