Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class GetJobMetricsRequest.
Request to get job metrics.
Generated from protobuf message google.dataflow.v1beta3.GetJobMetricsRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id
string
A project id.
↳ job_id
string
The job to get metrics for.
↳ start_time
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.
↳ location
getProjectId
A project id.
string
setProjectId
A project id.
var
string
$this
getJobId
The job to get metrics for.
string
setJobId
The job to get metrics for.
var
string
$this
getStartTime
Return only metric data that has changed since this time.
Default is to return all information about all metrics for the job.
hasStartTime
clearStartTime
setStartTime
Return only metric data that has changed since this time.
Default is to return all information about all metrics for the job.
$this
getLocation
The regional endpoint that contains the job specified by job_id.
string
setLocation
The regional endpoint that contains the job specified by job_id.
var
string
$this