Class DeploymentResourcePoolName
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.DeploymentResourcePoolName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class DeploymentResourcePoolName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeploymentResourcePoolName.Builder
Builder for projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
DeploymentResourcePoolName()
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 deploymentResourcePool)
String
getDeploymentResourcePool()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static DeploymentResourcePoolName.Builder
newBuilder()
static DeploymentResourcePoolName
of(String project, String location, String deploymentResourcePool)
static DeploymentResourcePoolName
parse(String formattedString)
static List<DeploymentResourcePoolName>
parseList(List<String> formattedStrings)
DeploymentResourcePoolName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<DeploymentResourcePoolName> values)
-
-
-
Constructor Detail
-
DeploymentResourcePoolName
@Deprecated protected DeploymentResourcePoolName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getDeploymentResourcePool
public String getDeploymentResourcePool()
-
newBuilder
public static DeploymentResourcePoolName.Builder newBuilder()
-
toBuilder
public DeploymentResourcePoolName.Builder toBuilder()
-
of
public static DeploymentResourcePoolName of(String project, String location, String deploymentResourcePool)
-
parse
public static DeploymentResourcePoolName parse(String formattedString)
-
parseList
public static List<DeploymentResourcePoolName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<DeploymentResourcePoolName> 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
-
-