Storage Batch Operations V1 API - Class Google::Cloud::StorageBatchOperations::V1::ListJobsRequest (v0.1.0)

Reference documentation and code samples for the Storage Batch Operations V1 API class Google::Cloud::StorageBatchOperations::V1::ListJobsRequest.

Message for request to list Jobs

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. Filters results as defined by https://google.aip.dev/160.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. Filters results as defined by https://google.aip.dev/160.
Returns
  • (::String) — Optional. Filters results as defined by https://google.aip.dev/160.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Optional. Field to sort by. Supported fields are name, create_time.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Optional. Field to sort by. Supported fields are name, create_time.
Returns
  • (::String) — Optional. Field to sort by. Supported fields are name, create_time.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The list page size. default page size is 100.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The list page size. default page size is 100.
Returns
  • (::Integer) — Optional. The list page size. default page size is 100.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. The list page token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. The list page token.
Returns
  • (::String) — Optional. The list page token.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Format: projects/{project_id}/locations/{location_id} .

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Format: projects/{project_id}/locations/{location_id} .
Returns
  • (::String) — Required. Format: projects/{project_id}/locations/{location_id} .