Class PatchJobName (2.54.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
Name Description
project String
patchJob String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static PatchJobName.Builder newBuilder()
Returns
Type Description
PatchJobName.Builder

of(String project, String patchJob)

public static PatchJobName of(String project, String patchJob)
Parameters
Name Description
project String
patchJob String
Returns
Type Description
PatchJobName

parse(String formattedString)

public static PatchJobName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
PatchJobName

parseList(List<String> formattedStrings)

public static List<PatchJobName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description