Uses of Class
com.google.dataflow.v1beta3.JobMetrics
-
Packages that use JobMetrics Package Description com.google.dataflow.v1beta3 A client to Dataflow APIcom.google.dataflow.v1beta3.stub -
-
Uses of JobMetrics in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return JobMetrics Modifier and Type Method Description JobMetrics
JobMetrics.Builder. build()
JobMetrics
JobMetrics.Builder. buildPartial()
static JobMetrics
JobMetrics. getDefaultInstance()
JobMetrics
JobMetrics.Builder. getDefaultInstanceForType()
JobMetrics
JobMetrics. getDefaultInstanceForType()
JobMetrics
MetricsV1Beta3Client. getJobMetrics(GetJobMetricsRequest request)
Request the job status.JobMetrics
MetricsV1Beta3Grpc.MetricsV1Beta3BlockingStub. getJobMetrics(GetJobMetricsRequest request)
Request the job status.static JobMetrics
JobMetrics. parseDelimitedFrom(InputStream input)
static JobMetrics
JobMetrics. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobMetrics
JobMetrics. parseFrom(byte[] data)
static JobMetrics
JobMetrics. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobMetrics
JobMetrics. parseFrom(com.google.protobuf.ByteString data)
static JobMetrics
JobMetrics. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobMetrics
JobMetrics. parseFrom(com.google.protobuf.CodedInputStream input)
static JobMetrics
JobMetrics. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobMetrics
JobMetrics. parseFrom(InputStream input)
static JobMetrics
JobMetrics. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobMetrics
JobMetrics. parseFrom(ByteBuffer data)
static JobMetrics
JobMetrics. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type JobMetrics Modifier and Type Method Description static io.grpc.MethodDescriptor<GetJobMetricsRequest,JobMetrics>
MetricsV1Beta3Grpc. getGetJobMetricsMethod()
com.google.common.util.concurrent.ListenableFuture<JobMetrics>
MetricsV1Beta3Grpc.MetricsV1Beta3FutureStub. getJobMetrics(GetJobMetricsRequest request)
Request the job status.com.google.api.gax.rpc.UnaryCallable<GetJobMetricsRequest,JobMetrics>
MetricsV1Beta3Client. getJobMetricsCallable()
Request the job status.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobMetricsRequest,JobMetrics>
MetricsV1Beta3Settings.Builder. getJobMetricsSettings()
Returns the builder for the settings used for calls to getJobMetrics.com.google.api.gax.rpc.UnaryCallSettings<GetJobMetricsRequest,JobMetrics>
MetricsV1Beta3Settings. getJobMetricsSettings()
Returns the object with the settings used for calls to getJobMetrics.com.google.protobuf.Parser<JobMetrics>
JobMetrics. getParserForType()
static com.google.protobuf.Parser<JobMetrics>
JobMetrics. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type JobMetrics Modifier and Type Method Description JobMetrics.Builder
JobMetrics.Builder. mergeFrom(JobMetrics other)
static JobMetrics.Builder
JobMetrics. newBuilder(JobMetrics prototype)
Method parameters in com.google.dataflow.v1beta3 with type arguments of type JobMetrics Modifier and Type Method Description default void
MetricsV1Beta3Grpc.AsyncService. getJobMetrics(GetJobMetricsRequest request, io.grpc.stub.StreamObserver<JobMetrics> responseObserver)
Request the job status.void
MetricsV1Beta3Grpc.MetricsV1Beta3Stub. getJobMetrics(GetJobMetricsRequest request, io.grpc.stub.StreamObserver<JobMetrics> responseObserver)
Request the job status. -
Uses of JobMetrics in com.google.dataflow.v1beta3.stub
Methods in com.google.dataflow.v1beta3.stub that return types with arguments of type JobMetrics Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetJobMetricsRequest,JobMetrics>
GrpcMetricsV1Beta3Stub. getJobMetricsCallable()
com.google.api.gax.rpc.UnaryCallable<GetJobMetricsRequest,JobMetrics>
HttpJsonMetricsV1Beta3Stub. getJobMetricsCallable()
com.google.api.gax.rpc.UnaryCallable<GetJobMetricsRequest,JobMetrics>
MetricsV1Beta3Stub. getJobMetricsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobMetricsRequest,JobMetrics>
MetricsV1Beta3StubSettings.Builder. getJobMetricsSettings()
Returns the builder for the settings used for calls to getJobMetrics.com.google.api.gax.rpc.UnaryCallSettings<GetJobMetricsRequest,JobMetrics>
MetricsV1Beta3StubSettings. getJobMetricsSettings()
Returns the object with the settings used for calls to getJobMetrics.
-