Class SpecialistPoolName
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.SpecialistPoolName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class SpecialistPoolName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SpecialistPoolName.Builder
Builder for projects/{project}/locations/{location}/specialistPools/{specialist_pool}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
SpecialistPoolName()
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 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)
-
-
-
Constructor Detail
-
SpecialistPoolName
@Deprecated protected SpecialistPoolName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getSpecialistPool
public String getSpecialistPool()
-
newBuilder
public static SpecialistPoolName.Builder newBuilder()
-
toBuilder
public SpecialistPoolName.Builder toBuilder()
-
of
public static SpecialistPoolName of(String project, String location, String specialistPool)
-
parse
public static SpecialistPoolName parse(String formattedString)
-
parseList
public static List<SpecialistPoolName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<SpecialistPoolName> 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
-
-