Class: Google::Cloud::Build::V1::ListWorkerPoolsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::ListWorkerPoolsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Request to list WorkerPool
s.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of
WorkerPool
s to return. -
#page_token ⇒ ::String
A page token, received from a previous
ListWorkerPools
call. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of WorkerPool
s to return. The service may return
fewer than this value. If omitted, the server will use a sensible default.
2373 2374 2375 2376 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2373 class ListWorkerPoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous ListWorkerPools
call. Provide this
to retrieve the subsequent page.
2373 2374 2375 2376 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2373 class ListWorkerPoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent of the collection of WorkerPools
.
Format: projects/{project}/locations/{location}
.
2373 2374 2375 2376 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2373 class ListWorkerPoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |