@Generated(value="by gapic-generator-java") public class SpecialistPoolName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
SpecialistPoolName.Builder
Builder for projects/{project}/locations/{location}/specialistPools/{specialist_pool}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SpecialistPoolName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String specialistPool) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
String |
getSpecialistPool() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static SpecialistPoolName.Builder |
newBuilder() |
static SpecialistPoolName |
of(String project,
String location,
String specialistPool) |
static SpecialistPoolName |
parse(String formattedString) |
static List<SpecialistPoolName> |
parseList(List<String> formattedStrings) |
SpecialistPoolName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<SpecialistPoolName> values) |
@Deprecated protected SpecialistPoolName()
public String getProject()
public String getLocation()
public String getSpecialistPool()
public static SpecialistPoolName.Builder newBuilder()
public SpecialistPoolName.Builder toBuilder()
public static SpecialistPoolName of(String project, String location, String specialistPool)
public static SpecialistPoolName parse(String formattedString)
public static List<SpecialistPoolName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<SpecialistPoolName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2025 Google LLC. All rights reserved.