@Generated(value="by gapic-generator-java") public class PatchDeploymentName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
PatchDeploymentName.Builder
Builder for projects/{project}/patchDeployments/{patch_deployment}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PatchDeploymentName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String patchDeployment) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getPatchDeployment() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static PatchDeploymentName.Builder |
newBuilder() |
static PatchDeploymentName |
of(String project,
String patchDeployment) |
static PatchDeploymentName |
parse(String formattedString) |
static List<PatchDeploymentName> |
parseList(List<String> formattedStrings) |
PatchDeploymentName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<PatchDeploymentName> values) |
@Deprecated protected PatchDeploymentName()
public String getProject()
public String getPatchDeployment()
public static PatchDeploymentName.Builder newBuilder()
public PatchDeploymentName.Builder toBuilder()
public static PatchDeploymentName of(String project, String patchDeployment)
public static PatchDeploymentName parse(String formattedString)
public static List<PatchDeploymentName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<PatchDeploymentName> 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 © 2024 Google LLC. All rights reserved.