Class WorkerPoolName.Builder (3.11.0)

public static class WorkerPoolName.Builder

Builder for projects/{project}/locations/{location}/workerPools/{worker_pool}.

Inheritance

java.lang.Object > WorkerPoolName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public WorkerPoolName build()
Returns
TypeDescription
WorkerPoolName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getWorkerPool()

public String getWorkerPool()
Returns
TypeDescription
String

setLocation(String location)

public WorkerPoolName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
WorkerPoolName.Builder

setProject(String project)

public WorkerPoolName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
WorkerPoolName.Builder

setWorkerPool(String workerPool)

public WorkerPoolName.Builder setWorkerPool(String workerPool)
Parameter
NameDescription
workerPoolString
Returns
TypeDescription
WorkerPoolName.Builder