Package com.google.cloud.osconfig.v1beta
Class PatchDeploymentName
- java.lang.Object
-
- com.google.cloud.osconfig.v1beta.PatchDeploymentName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class PatchDeploymentName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPatchDeploymentName.BuilderBuilder for projects/{project}/patchDeployments/{patch_deployment}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedPatchDeploymentName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String project, String patchDeployment)StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetPatchDeployment()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static PatchDeploymentName.BuildernewBuilder()static PatchDeploymentNameof(String project, String patchDeployment)static PatchDeploymentNameparse(String formattedString)static List<PatchDeploymentName>parseList(List<String> formattedStrings)PatchDeploymentName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<PatchDeploymentName> values)
-
-
-
Constructor Detail
-
PatchDeploymentName
@Deprecated protected PatchDeploymentName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getPatchDeployment
public String getPatchDeployment()
-
newBuilder
public static PatchDeploymentName.Builder newBuilder()
-
toBuilder
public PatchDeploymentName.Builder toBuilder()
-
of
public static PatchDeploymentName of(String project, String patchDeployment)
-
parse
public static PatchDeploymentName parse(String formattedString)
-
parseList
public static List<PatchDeploymentName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<PatchDeploymentName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-