Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::ListBatchesRequest.
A request to list batch workloads in a project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. The maximum number of batches to return in each response. The service may return fewer than this value. The default page size is 20; the maximum page size is 1000.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The maximum number of batches to return in each response. The service may return fewer than this value. The default page size is 20; the maximum page size is 1000.
Returns
- (::Integer) — Optional. The maximum number of batches to return in each response. The service may return fewer than this value. The default page size is 20; the maximum page size is 1000.
#page_token
def page_token() -> ::String
Returns
-
(::String) — Optional. A page token received from a previous
ListBatches
call. Provide this token to retrieve the subsequent page.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. A page token received from a previous
ListBatches
call. Provide this token to retrieve the subsequent page.
Returns
-
(::String) — Optional. A page token received from a previous
ListBatches
call. Provide this token to retrieve the subsequent page.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent, which owns this collection of batches.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent, which owns this collection of batches.
Returns
- (::String) — Required. The parent, which owns this collection of batches.