Esempio n. 1
0
 /// <summary>
 /// Request the job status.
 ///
 /// To request the status of a job, we recommend using
 /// `projects.locations.jobs.getMetrics` with a [regional endpoint]
 /// (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
 /// `projects.jobs.getMetrics` is not recommended, as you can only request the
 /// status of jobs that are running in `us-central1`.
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
 /// <returns>A Task containing the RPC response.</returns>
 public virtual stt::Task <JobMetrics> GetJobMetricsAsync(GetJobMetricsRequest request, gaxgrpc::CallSettings callSettings = null) =>
 throw new sys::NotImplementedException();
Esempio n. 2
0
 /// <summary>
 /// Request the job status.
 ///
 /// To request the status of a job, we recommend using
 /// `projects.locations.jobs.getMetrics` with a [regional endpoint]
 /// (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
 /// `projects.jobs.getMetrics` is not recommended, as you can only request the
 /// status of jobs that are running in `us-central1`.
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
 /// <returns>A Task containing the RPC response.</returns>
 public virtual stt::Task <JobMetrics> GetJobMetricsAsync(GetJobMetricsRequest request, st::CancellationToken cancellationToken) =>
 GetJobMetricsAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
Esempio n. 3
0
 /// <summary>
 /// Request the job status.
 ///
 /// To request the status of a job, we recommend using
 /// `projects.locations.jobs.getMetrics` with a [regional endpoint]
 /// (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
 /// `projects.jobs.getMetrics` is not recommended, as you can only request the
 /// status of jobs that are running in `us-central1`.
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
 /// <returns>The RPC response.</returns>
 public virtual JobMetrics GetJobMetrics(GetJobMetricsRequest request, gaxgrpc::CallSettings callSettings = null) =>
 throw new sys::NotImplementedException();