Reference documentation and code samples for the Google Cloud Storage Batch Operations V1 Client class ListJobsRequest.
Message for request to list Jobs
Generated from protobuf message google.cloud.storagebatchoperations.v1.ListJobsRequest
Namespace
Google \ Cloud \ StorageBatchOperations \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Format: projects/{project_id}/locations/global.
↳ filter
↳ page_size
int
Optional. The list page size. default page size is 100.
↳ page_token
string
Optional. The list page token.
↳ order_by
string
Optional. Field to sort by. Supported fields are name, create_time.
getParent
Required. Format: projects/{project_id}/locations/global.
string
setParent
Required. Format: projects/{project_id}/locations/global.
var
string
$this
getFilter
Optional. Filters results as defined by https://google.aip.dev/160 .
string
setFilter
Optional. Filters results as defined by https://google.aip.dev/160 .
var
string
$this
getPageSize
Optional. The list page size. default page size is 100.
int
setPageSize
Optional. The list page size. default page size is 100.
var
int
$this
getPageToken
Optional. The list page token.
string
setPageToken
Optional. The list page token.
var
string
$this
getOrderBy
Optional. Field to sort by. Supported fields are name, create_time.
string
setOrderBy
Optional. Field to sort by. Supported fields are name, create_time.
var
string
$this
static::build
parent
string
Required. Format: projects/{project_id}/locations/global. Please see StorageBatchOperationsClient::locationName() for help formatting this field.