Class GetQueueRequest (2.9.1)

GetQueueRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for GetQueue.

Attributes

NameDescription
name str
Required. The resource name of the queue. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID
read_mask google.protobuf.field_mask_pb2.FieldMask
Optional. Read mask is used for a more granular control over what the API returns. If the mask is not present all fields will be returned except [Queue.stats]. [Queue.stats] will be returned only if it was explicitly specified in the mask.