Class PatchJobName (2.4.0)

public class PatchJobName implements ResourceName

Inheritance

Object > PatchJobName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String patchJob)

public static String format(String project, String patchJob)
Parameters
NameDescription
projectString
patchJobString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static PatchJobName.Builder newBuilder()
Returns
TypeDescription
PatchJobName.Builder

of(String project, String patchJob)

public static PatchJobName of(String project, String patchJob)
Parameters
NameDescription
projectString
patchJobString
Returns
TypeDescription
PatchJobName

parse(String formattedString)

public static PatchJobName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
PatchJobName

parseList(List<String> formattedStrings)

public static List<PatchJobName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<PatchJobName>

toStringList(List<PatchJobName> values)

public static List<String> toStringList(List<PatchJobName> values)
Parameter
NameDescription
valuesList<PatchJobName>
Returns
TypeDescription
List<String>

Constructors

PatchJobName()

protected PatchJobName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getPatchJob()

public String getPatchJob()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public PatchJobName.Builder toBuilder()
Returns
TypeDescription
PatchJobName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides