Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::GetJobExecutionDetailsRequest.
Request to get job execution details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job_id
def job_id() -> ::String
Returns
- (::String) — The job to get execution details for.
#job_id=
def job_id=(value) -> ::String
Parameter
- value (::String) — The job to get execution details for.
Returns
- (::String) — The job to get execution details for.
#location
def location() -> ::String
Returns
- (::String) — The regional endpoint that contains the job specified by job_id.
#location=
def location=(value) -> ::String
Parameter
- value (::String) — The regional endpoint that contains the job specified by job_id.
Returns
- (::String) — The regional endpoint that contains the job specified by job_id.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — If specified, determines the maximum number of stages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — If specified, determines the maximum number of stages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.
Returns
- (::Integer) — If specified, determines the maximum number of stages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.
#page_token
def page_token() -> ::String
Returns
- (::String) — If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.
Returns
- (::String) — If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.
#project_id
def project_id() -> ::String
Returns
- (::String) — A project id.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — A project id.
Returns
- (::String) — A project id.