Uses of Class
com.google.cloud.workstations.v1beta.LocationName
-
Packages that use LocationName Package Description com.google.cloud.workstations.v1beta A client to Cloud Workstations API -
-
Uses of LocationName in com.google.cloud.workstations.v1beta
Methods in com.google.cloud.workstations.v1beta that return LocationName Modifier and Type Method Description LocationNameLocationName.Builder. build()static LocationNameLocationName. of(String project, String location)static LocationNameLocationName. parse(String formattedString)Methods in com.google.cloud.workstations.v1beta that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>LocationName. parseList(List<String> formattedStrings)Methods in com.google.cloud.workstations.v1beta with parameters of type LocationName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<WorkstationCluster,OperationMetadata>WorkstationsClient. createWorkstationClusterAsync(LocationName parent, WorkstationCluster workstationCluster, String workstationClusterId)Creates a new workstation cluster.WorkstationsClient.ListWorkstationClustersPagedResponseWorkstationsClient. listWorkstationClusters(LocationName parent)Returns all workstation clusters in the specified location.Method parameters in com.google.cloud.workstations.v1beta with type arguments of type LocationName Modifier and Type Method Description static List<String>LocationName. toStringList(List<LocationName> values)
-