Class: Google::Cloud::Build::V1::ListWorkerPoolsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

Response containing existing WorkerPools.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Continuation token used to page through large result sets. Provide this value in a subsequent ListWorkerPoolsRequest to return the next page of results.

Returns:

  • (::String)

    Continuation token used to page through large result sets. Provide this value in a subsequent ListWorkerPoolsRequest to return the next page of results.



2387
2388
2389
2390
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2387

class ListWorkerPoolsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#worker_pools::Array<::Google::Cloud::Build::V1::WorkerPool>

Returns WorkerPools for the specified project.

Returns:



2387
2388
2389
2390
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2387

class ListWorkerPoolsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end