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 GetJobRequestGetJobRequest.Builder. build()GetJobRequestGetJobRequest.Builder. buildPartial()static GetJobRequestGetJobRequest. getDefaultInstance()GetJobRequestGetJobRequest.Builder. getDefaultInstanceForType()GetJobRequestGetJobRequest. getDefaultInstanceForType()static GetJobRequestGetJobRequest. parseDelimitedFrom(InputStream input)static GetJobRequestGetJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(byte[] data)static GetJobRequestGetJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.ByteString data)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(InputStream input)static GetJobRequestGetJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(ByteBuffer data)static GetJobRequestGetJobRequest. 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 JobJobsV1Beta3Client. getJob(GetJobRequest request)Gets the state of the specified Cloud Dataflow job.default voidJobsV1Beta3Grpc.AsyncService. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Gets the state of the specified Cloud Dataflow job.JobJobsV1Beta3Grpc.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.voidJobsV1Beta3Grpc.JobsV1Beta3Stub. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Gets the state of the specified Cloud Dataflow job.GetJobRequest.BuilderGetJobRequest.Builder. mergeFrom(GetJobRequest other)static GetJobRequest.BuilderGetJobRequest. 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.
-