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 protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueueName
build()
String
getLocation()
String
getProject()
String
getQueue()
QueueName.Builder
setLocation(String location)
QueueName.Builder
setProject(String project)
QueueName.Builder
setQueue(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()
-
-