Cloud Build V1 API - Class Google::Cloud::Build::V1::ListWorkerPoolsResponse (v0.15.0)

Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::ListWorkerPoolsResponse.

Response containing existing WorkerPools.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
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.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#worker_pools

def worker_pools() -> ::Array<::Google::Cloud::Build::V1::WorkerPool>
Returns

#worker_pools=

def worker_pools=(value) -> ::Array<::Google::Cloud::Build::V1::WorkerPool>
Parameter
Returns