Uses of Class
com.google.dataflow.v1beta3.GetJobRequest
-
Packages that use GetJobRequest Package Description com.google.dataflow.v1beta3 A client to Dataflow APIcom.google.dataflow.v1beta3.stub -
-
Uses of GetJobRequest in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return GetJobRequest Modifier and Type Method Description GetJobRequest
GetJobRequest.Builder. build()
GetJobRequest
GetJobRequest.Builder. buildPartial()
static GetJobRequest
GetJobRequest. getDefaultInstance()
GetJobRequest
GetJobRequest.Builder. getDefaultInstanceForType()
GetJobRequest
GetJobRequest. getDefaultInstanceForType()
static GetJobRequest
GetJobRequest. parseDelimitedFrom(InputStream input)
static GetJobRequest
GetJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRequest
GetJobRequest. parseFrom(byte[] data)
static GetJobRequest
GetJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRequest
GetJobRequest. parseFrom(com.google.protobuf.ByteString data)
static GetJobRequest
GetJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRequest
GetJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetJobRequest
GetJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRequest
GetJobRequest. parseFrom(InputStream input)
static GetJobRequest
GetJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJobRequest
GetJobRequest. parseFrom(ByteBuffer data)
static GetJobRequest
GetJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type GetJobRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetJobRequest,Job>
JobsV1Beta3Grpc. getGetJobMethod()
com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
JobsV1Beta3Client. getJobCallable()
Gets the state of the specified Cloud Dataflow job.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>
JobsV1Beta3Settings.Builder. getJobSettings()
Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>
JobsV1Beta3Settings. getJobSettings()
Returns the object with the settings used for calls to getJob.com.google.protobuf.Parser<GetJobRequest>
GetJobRequest. getParserForType()
static com.google.protobuf.Parser<GetJobRequest>
GetJobRequest. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type GetJobRequest Modifier and Type Method Description Job
JobsV1Beta3Client. getJob(GetJobRequest request)
Gets the state of the specified Cloud Dataflow job.default void
JobsV1Beta3Grpc.AsyncService. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Gets the state of the specified Cloud Dataflow job.Job
JobsV1Beta3Grpc.JobsV1Beta3BlockingStub. getJob(GetJobRequest request)
Gets the state of the specified Cloud Dataflow job.com.google.common.util.concurrent.ListenableFuture<Job>
JobsV1Beta3Grpc.JobsV1Beta3FutureStub. getJob(GetJobRequest request)
Gets the state of the specified Cloud Dataflow job.void
JobsV1Beta3Grpc.JobsV1Beta3Stub. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Gets the state of the specified Cloud Dataflow job.GetJobRequest.Builder
GetJobRequest.Builder. mergeFrom(GetJobRequest other)
static GetJobRequest.Builder
GetJobRequest. newBuilder(GetJobRequest prototype)
-
Uses of GetJobRequest in com.google.dataflow.v1beta3.stub
Methods in com.google.dataflow.v1beta3.stub that return types with arguments of type GetJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
GrpcJobsV1Beta3Stub. getJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
HttpJsonJobsV1Beta3Stub. getJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
JobsV1Beta3Stub. getJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>
JobsV1Beta3StubSettings.Builder. getJobSettings()
Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>
JobsV1Beta3StubSettings. getJobSettings()
Returns the object with the settings used for calls to getJob.
-