Package com.google.cloud.workstations.v1
Class WorkstationClusterName
- java.lang.Object
-
- com.google.cloud.workstations.v1.WorkstationClusterName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class WorkstationClusterName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkstationClusterName.Builder
Builder for projects/{project}/locations/{location}/workstationClusters/{workstation_cluster}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
WorkstationClusterName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String project, String location, String workstationCluster)
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
String
getWorkstationCluster()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static WorkstationClusterName.Builder
newBuilder()
static WorkstationClusterName
of(String project, String location, String workstationCluster)
static WorkstationClusterName
parse(String formattedString)
static List<WorkstationClusterName>
parseList(List<String> formattedStrings)
WorkstationClusterName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<WorkstationClusterName> values)
-
-
-
Constructor Detail
-
WorkstationClusterName
@Deprecated protected WorkstationClusterName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getWorkstationCluster
public String getWorkstationCluster()
-
newBuilder
public static WorkstationClusterName.Builder newBuilder()
-
toBuilder
public WorkstationClusterName.Builder toBuilder()
-
of
public static WorkstationClusterName of(String project, String location, String workstationCluster)
-
parse
public static WorkstationClusterName parse(String formattedString)
-
parseList
public static List<WorkstationClusterName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<WorkstationClusterName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-