Request message for JobService.ListCustomJobs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String-
(::String) —
The standard list filter.
Supported fields:
display_namesupports = and !=.statesupports = and !=.
Some examples of using the filter are:
state="JOB_STATE_SUCCEEDED" AND display_name="my_job"state="JOB_STATE_RUNNING" OR display_name="my_job"NOT display_name="my_job"state="JOB_STATE_FAILED"
#filter=
def filter=(value) -> ::String-
value (::String) —
The standard list filter.
Supported fields:
display_namesupports = and !=.statesupports = and !=.
Some examples of using the filter are:
state="JOB_STATE_SUCCEEDED" AND display_name="my_job"state="JOB_STATE_RUNNING" OR display_name="my_job"NOT display_name="my_job"state="JOB_STATE_FAILED"
-
(::String) —
The standard list filter.
Supported fields:
display_namesupports = and !=.statesupports = and !=.
Some examples of using the filter are:
state="JOB_STATE_SUCCEEDED" AND display_name="my_job"state="JOB_STATE_RUNNING" OR display_name="my_job"NOT display_name="my_job"state="JOB_STATE_FAILED"
#page_size
def page_size() -> ::Integer- (::Integer) — The standard list page size.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — The standard list page size.
- (::Integer) — The standard list page size.
#page_token
def page_token() -> ::String- (::String) — The standard list page token. Typically obtained via ListCustomJobsResponse.next_page_token of the previous JobService.ListCustomJobs call.
#page_token=
def page_token=(value) -> ::String- value (::String) — The standard list page token. Typically obtained via ListCustomJobsResponse.next_page_token of the previous JobService.ListCustomJobs call.
- (::String) — The standard list page token. Typically obtained via ListCustomJobsResponse.next_page_token of the previous JobService.ListCustomJobs call.
#parent
def parent() -> ::String-
(::String) — Required. The resource name of the Location to list the CustomJobs from.
Format:
projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The resource name of the Location to list the CustomJobs from.
Format:
projects/{project}/locations/{location}
-
(::String) — Required. The resource name of the Location to list the CustomJobs from.
Format:
projects/{project}/locations/{location}
#read_mask
def read_mask() -> ::Google::Protobuf::FieldMask- (::Google::Protobuf::FieldMask) — Mask specifying which fields to read.
#read_mask=
def read_mask=(value) -> ::Google::Protobuf::FieldMask- value (::Google::Protobuf::FieldMask) — Mask specifying which fields to read.
- (::Google::Protobuf::FieldMask) — Mask specifying which fields to read.