Uses of Class
com.google.cloud.workstations.v1beta.WorkstationName
-
Packages that use WorkstationName Package Description com.google.cloud.workstations.v1beta A client to Cloud Workstations API -
-
Uses of WorkstationName in com.google.cloud.workstations.v1beta
Methods in com.google.cloud.workstations.v1beta that return WorkstationName Modifier and Type Method Description WorkstationNameWorkstationName.Builder. build()static WorkstationNameWorkstationName. of(String project, String location, String workstationCluster, String workstationConfig, String workstation)static WorkstationNameWorkstationName. parse(String formattedString)Methods in com.google.cloud.workstations.v1beta that return types with arguments of type WorkstationName Modifier and Type Method Description static List<WorkstationName>WorkstationName. parseList(List<String> formattedStrings)Methods in com.google.cloud.workstations.v1beta with parameters of type WorkstationName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Workstation,OperationMetadata>WorkstationsClient. deleteWorkstationAsync(WorkstationName name)Deletes the specified workstation.GenerateAccessTokenResponseWorkstationsClient. generateAccessToken(WorkstationName workstation)Returns a short-lived credential that can be used to send authenticated and authorized traffic to a workstation.WorkstationWorkstationsClient. getWorkstation(WorkstationName name)Returns the requested workstation.com.google.api.gax.longrunning.OperationFuture<Workstation,OperationMetadata>WorkstationsClient. startWorkstationAsync(WorkstationName name)Starts running a workstation so that users can connect to it.com.google.api.gax.longrunning.OperationFuture<Workstation,OperationMetadata>WorkstationsClient. stopWorkstationAsync(WorkstationName name)Stops running a workstation, reducing costs.Method parameters in com.google.cloud.workstations.v1beta with type arguments of type WorkstationName Modifier and Type Method Description static List<String>WorkstationName. toStringList(List<WorkstationName> values)
-