Class QueueName.Builder (2.35.0)

publicstaticclass QueueName.Builder

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

Inheritance

java.lang.Object > QueueName.Builder

Constructors

Builder()

protectedBuilder()

Methods

build()

publicQueueNamebuild()
Returns
Type Description
QueueName

getLocation()

publicStringgetLocation()
Returns
Type Description
String

getProject()

publicStringgetProject()
Returns
Type Description
String

getQueue()

publicStringgetQueue()
Returns
Type Description
String

setLocation(String location)

publicQueueName.BuildersetLocation(Stringlocation)
Parameter
Name Description
location String
Returns
Type Description
QueueName.Builder

setProject(String project)

publicQueueName.BuildersetProject(Stringproject)
Parameter
Name Description
project String
Returns
Type Description
QueueName.Builder

setQueue(String queue)

publicQueueName.BuildersetQueue(Stringqueue)
Parameter
Name Description
queue String
Returns
Type Description
QueueName.Builder

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.