Class: Google::Cloud::Build::V1::ListWorkerPoolsRequest

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

Overview

Request to list WorkerPools.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of WorkerPools to return. The service may return fewer than this value. If omitted, the server will use a sensible default.

Returns:

  • (::Integer)

    The maximum number of WorkerPools to return. The service may return fewer than this value. If omitted, the server will use a sensible default.



2337
2338
2339
2340
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2337

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.

Returns:

  • (::String)

    A page token, received from a previous ListWorkerPools call. Provide this to retrieve the subsequent page.



2337
2338
2339
2340
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2337

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}.

Returns:

  • (::String)

    Required. The parent of the collection of WorkerPools. Format: projects/{project}/locations/{location}.



2337
2338
2339
2340
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2337

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