Uses of Class
com.google.cloud.workstations.v1.WorkstationClusterName
-
Packages that use WorkstationClusterName Package Description com.google.cloud.workstations.v1 A client to Cloud Workstations API -
-
Uses of WorkstationClusterName in com.google.cloud.workstations.v1
Methods in com.google.cloud.workstations.v1 that return WorkstationClusterName Modifier and Type Method Description WorkstationClusterName
WorkstationClusterName.Builder. build()
static WorkstationClusterName
WorkstationClusterName. of(String project, String location, String workstationCluster)
static WorkstationClusterName
WorkstationClusterName. parse(String formattedString)
Methods in com.google.cloud.workstations.v1 that return types with arguments of type WorkstationClusterName Modifier and Type Method Description static List<WorkstationClusterName>
WorkstationClusterName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.workstations.v1 with parameters of type WorkstationClusterName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<WorkstationConfig,OperationMetadata>
WorkstationsClient. createWorkstationConfigAsync(WorkstationClusterName parent, WorkstationConfig workstationConfig, String workstationConfigId)
Creates a new workstation configuration.com.google.api.gax.longrunning.OperationFuture<WorkstationCluster,OperationMetadata>
WorkstationsClient. deleteWorkstationClusterAsync(WorkstationClusterName name)
Deletes the specified workstation cluster.WorkstationCluster
WorkstationsClient. getWorkstationCluster(WorkstationClusterName name)
Returns the requested workstation cluster.WorkstationsClient.ListUsableWorkstationConfigsPagedResponse
WorkstationsClient. listUsableWorkstationConfigs(WorkstationClusterName parent)
Returns all workstation configurations in the specified cluster on which the caller has the "workstations.workstation.create" permission.WorkstationsClient.ListWorkstationConfigsPagedResponse
WorkstationsClient. listWorkstationConfigs(WorkstationClusterName parent)
Returns all workstation configurations in the specified cluster.Method parameters in com.google.cloud.workstations.v1 with type arguments of type WorkstationClusterName Modifier and Type Method Description static List<String>
WorkstationClusterName. toStringList(List<WorkstationClusterName> values)
-