Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::GetJobMetricsRequest.
Request to get job metrics.
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 metrics for.
#job_id=
def job_id=(value) -> ::String
Parameter
- value (::String) — The job to get metrics for.
Returns
- (::String) — The job to get metrics 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.
#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.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Return only metric data that has changed since this time. Default is to return all information about all metrics for the job.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Return only metric data that has changed since this time. Default is to return all information about all metrics for the job.
Returns
- (::Google::Protobuf::Timestamp) — Return only metric data that has changed since this time. Default is to return all information about all metrics for the job.