Class WorkerPoolName (3.18.0)

public class WorkerPoolName implements ResourceName

Inheritance

Object > WorkerPoolName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String workerPool)

public static String format(String project, String location, String workerPool)
Parameters
NameDescription
projectString
locationString
workerPoolString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String workerPool)

public static WorkerPoolName of(String project, String location, String workerPool)
Parameters
NameDescription
projectString
locationString
workerPoolString
Returns
TypeDescription
WorkerPoolName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<WorkerPoolName> values)

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

Constructors

WorkerPoolName()

protected WorkerPoolName()

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>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getWorkerPool()

public String getWorkerPool()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides