@Generated(value="by gapic-generator-java") public class DeploymentResourcePoolName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentResourcePoolName.Builder
Builder for
projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DeploymentResourcePoolName()
Deprecated.
|
| Modifier and Type | Method and 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) |
@Deprecated protected DeploymentResourcePoolName()
public String getProject()
public String getLocation()
public String getDeploymentResourcePool()
public static DeploymentResourcePoolName.Builder newBuilder()
public DeploymentResourcePoolName.Builder toBuilder()
public static DeploymentResourcePoolName of(String project, String location, String deploymentResourcePool)
public static DeploymentResourcePoolName parse(String formattedString)
public static List<DeploymentResourcePoolName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<DeploymentResourcePoolName> 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.