Package com.google.dataflow.v1beta3.stub
Class MetricsV1Beta3Stub
- java.lang.Object
-
- com.google.dataflow.v1beta3.stub.MetricsV1Beta3Stub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcMetricsV1Beta3Stub
,HttpJsonMetricsV1Beta3Stub
@BetaApi @Generated("by gapic-generator-java") public abstract class MetricsV1Beta3Stub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the MetricsV1Beta3 service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description MetricsV1Beta3Stub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<GetJobExecutionDetailsRequest,JobExecutionDetails>
getJobExecutionDetailsCallable()
com.google.api.gax.rpc.UnaryCallable<GetJobExecutionDetailsRequest,MetricsV1Beta3Client.GetJobExecutionDetailsPagedResponse>
getJobExecutionDetailsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<GetJobMetricsRequest,JobMetrics>
getJobMetricsCallable()
com.google.api.gax.rpc.UnaryCallable<GetStageExecutionDetailsRequest,StageExecutionDetails>
getStageExecutionDetailsCallable()
com.google.api.gax.rpc.UnaryCallable<GetStageExecutionDetailsRequest,MetricsV1Beta3Client.GetStageExecutionDetailsPagedResponse>
getStageExecutionDetailsPagedCallable()
-
-
-
Method Detail
-
getJobMetricsCallable
public com.google.api.gax.rpc.UnaryCallable<GetJobMetricsRequest,JobMetrics> getJobMetricsCallable()
-
getJobExecutionDetailsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<GetJobExecutionDetailsRequest,MetricsV1Beta3Client.GetJobExecutionDetailsPagedResponse> getJobExecutionDetailsPagedCallable()
-
getJobExecutionDetailsCallable
public com.google.api.gax.rpc.UnaryCallable<GetJobExecutionDetailsRequest,JobExecutionDetails> getJobExecutionDetailsCallable()
-
getStageExecutionDetailsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<GetStageExecutionDetailsRequest,MetricsV1Beta3Client.GetStageExecutionDetailsPagedResponse> getStageExecutionDetailsPagedCallable()
-
getStageExecutionDetailsCallable
public com.google.api.gax.rpc.UnaryCallable<GetStageExecutionDetailsRequest,StageExecutionDetails> getStageExecutionDetailsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-