Uses of Class
com.google.cloud.workstations.v1.WorkstationConfigName
-
Packages that use WorkstationConfigName Package Description com.google.cloud.workstations.v1 A client to Cloud Workstations API -
-
Uses of WorkstationConfigName in com.google.cloud.workstations.v1
Methods in com.google.cloud.workstations.v1 that return WorkstationConfigName Modifier and Type Method Description WorkstationConfigNameWorkstationConfigName.Builder. build()static WorkstationConfigNameWorkstationConfigName. of(String project, String location, String workstationCluster, String workstationConfig)static WorkstationConfigNameWorkstationConfigName. parse(String formattedString)Methods in com.google.cloud.workstations.v1 that return types with arguments of type WorkstationConfigName Modifier and Type Method Description static List<WorkstationConfigName>WorkstationConfigName. parseList(List<String> formattedStrings)Methods in com.google.cloud.workstations.v1 with parameters of type WorkstationConfigName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Workstation,OperationMetadata>WorkstationsClient. createWorkstationAsync(WorkstationConfigName parent, Workstation workstation, String workstationId)Creates a new workstation.com.google.api.gax.longrunning.OperationFuture<WorkstationConfig,OperationMetadata>WorkstationsClient. deleteWorkstationConfigAsync(WorkstationConfigName name)Deletes the specified workstation configuration.WorkstationConfigWorkstationsClient. getWorkstationConfig(WorkstationConfigName name)Returns the requested workstation configuration.WorkstationsClient.ListUsableWorkstationsPagedResponseWorkstationsClient. listUsableWorkstations(WorkstationConfigName parent)Returns all workstations using the specified workstation configuration on which the caller has the "workstations.workstations.use" permission.WorkstationsClient.ListWorkstationsPagedResponseWorkstationsClient. listWorkstations(WorkstationConfigName parent)Returns all Workstations using the specified workstation configuration.Method parameters in com.google.cloud.workstations.v1 with type arguments of type WorkstationConfigName Modifier and Type Method Description static List<String>WorkstationConfigName. toStringList(List<WorkstationConfigName> values)
-