Class QueueName.Builder (2.41.0)

public static class QueueName.Builder

Builder for projects/{project}/locations/{location}/queues/{queue}.

Inheritance

java.lang.Object > QueueName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public QueueName build()
Returns
TypeDescription
QueueName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getQueue()

public String getQueue()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setQueue(String queue)

public QueueName.Builder setQueue(String queue)
Parameter
NameDescription
queueString
Returns
TypeDescription
QueueName.Builder