Package com.google.cloud.tasks.v2
Class QueueName.Builder
- java.lang.Object
-
- com.google.cloud.tasks.v2.QueueName.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueueNamebuild()StringgetLocation()StringgetProject()StringgetQueue()QueueName.BuildersetLocation(String location)QueueName.BuildersetProject(String project)QueueName.BuildersetQueue(String queue)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getQueue
public String getQueue()
-
setProject
public QueueName.Builder setProject(String project)
-
setLocation
public QueueName.Builder setLocation(String location)
-
setQueue
public QueueName.Builder setQueue(String queue)
-
build
public QueueName build()
-
-