Uses of Class
com.google.cloud.datastream.v1.StopBackfillJobResponse
-
Packages that use StopBackfillJobResponse Package Description com.google.cloud.datastream.v1 A client to Datastream APIcom.google.cloud.datastream.v1.stub -
-
Uses of StopBackfillJobResponse in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return StopBackfillJobResponse Modifier and Type Method Description StopBackfillJobResponseStopBackfillJobResponse.Builder. build()StopBackfillJobResponseStopBackfillJobResponse.Builder. buildPartial()static StopBackfillJobResponseStopBackfillJobResponse. getDefaultInstance()StopBackfillJobResponseStopBackfillJobResponse.Builder. getDefaultInstanceForType()StopBackfillJobResponseStopBackfillJobResponse. getDefaultInstanceForType()static StopBackfillJobResponseStopBackfillJobResponse. parseDelimitedFrom(InputStream input)static StopBackfillJobResponseStopBackfillJobResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopBackfillJobResponseStopBackfillJobResponse. parseFrom(byte[] data)static StopBackfillJobResponseStopBackfillJobResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopBackfillJobResponseStopBackfillJobResponse. parseFrom(com.google.protobuf.ByteString data)static StopBackfillJobResponseStopBackfillJobResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopBackfillJobResponseStopBackfillJobResponse. parseFrom(com.google.protobuf.CodedInputStream input)static StopBackfillJobResponseStopBackfillJobResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopBackfillJobResponseStopBackfillJobResponse. parseFrom(InputStream input)static StopBackfillJobResponseStopBackfillJobResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopBackfillJobResponseStopBackfillJobResponse. parseFrom(ByteBuffer data)static StopBackfillJobResponseStopBackfillJobResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)StopBackfillJobResponseDatastreamClient. stopBackfillJob(StopBackfillJobRequest request)Use this method to stop a backfill job for the specified stream object.StopBackfillJobResponseDatastreamClient. stopBackfillJob(StreamObjectName object)Use this method to stop a backfill job for the specified stream object.StopBackfillJobResponseDatastreamClient. stopBackfillJob(String object)Use this method to stop a backfill job for the specified stream object.StopBackfillJobResponseDatastreamGrpc.DatastreamBlockingStub. stopBackfillJob(StopBackfillJobRequest request)Use this method to stop a backfill job for the specified stream object.Methods in com.google.cloud.datastream.v1 that return types with arguments of type StopBackfillJobResponse Modifier and Type Method Description com.google.protobuf.Parser<StopBackfillJobResponse>StopBackfillJobResponse. getParserForType()static io.grpc.MethodDescriptor<StopBackfillJobRequest,StopBackfillJobResponse>DatastreamGrpc. getStopBackfillJobMethod()static com.google.protobuf.Parser<StopBackfillJobResponse>StopBackfillJobResponse. parser()com.google.common.util.concurrent.ListenableFuture<StopBackfillJobResponse>DatastreamGrpc.DatastreamFutureStub. stopBackfillJob(StopBackfillJobRequest request)Use this method to stop a backfill job for the specified stream object.com.google.api.gax.rpc.UnaryCallable<StopBackfillJobRequest,StopBackfillJobResponse>DatastreamClient. stopBackfillJobCallable()Use this method to stop a backfill job for the specified stream object.com.google.api.gax.rpc.UnaryCallSettings.Builder<StopBackfillJobRequest,StopBackfillJobResponse>DatastreamSettings.Builder. stopBackfillJobSettings()Returns the builder for the settings used for calls to stopBackfillJob.com.google.api.gax.rpc.UnaryCallSettings<StopBackfillJobRequest,StopBackfillJobResponse>DatastreamSettings. stopBackfillJobSettings()Returns the object with the settings used for calls to stopBackfillJob.Methods in com.google.cloud.datastream.v1 with parameters of type StopBackfillJobResponse Modifier and Type Method Description StopBackfillJobResponse.BuilderStopBackfillJobResponse.Builder. mergeFrom(StopBackfillJobResponse other)static StopBackfillJobResponse.BuilderStopBackfillJobResponse. newBuilder(StopBackfillJobResponse prototype)Method parameters in com.google.cloud.datastream.v1 with type arguments of type StopBackfillJobResponse Modifier and Type Method Description default voidDatastreamGrpc.AsyncService. stopBackfillJob(StopBackfillJobRequest request, io.grpc.stub.StreamObserver<StopBackfillJobResponse> responseObserver)Use this method to stop a backfill job for the specified stream object.voidDatastreamGrpc.DatastreamStub. stopBackfillJob(StopBackfillJobRequest request, io.grpc.stub.StreamObserver<StopBackfillJobResponse> responseObserver)Use this method to stop a backfill job for the specified stream object. -
Uses of StopBackfillJobResponse in com.google.cloud.datastream.v1.stub
Methods in com.google.cloud.datastream.v1.stub that return types with arguments of type StopBackfillJobResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<StopBackfillJobRequest,StopBackfillJobResponse>DatastreamStub. stopBackfillJobCallable()com.google.api.gax.rpc.UnaryCallable<StopBackfillJobRequest,StopBackfillJobResponse>GrpcDatastreamStub. stopBackfillJobCallable()com.google.api.gax.rpc.UnaryCallable<StopBackfillJobRequest,StopBackfillJobResponse>HttpJsonDatastreamStub. stopBackfillJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<StopBackfillJobRequest,StopBackfillJobResponse>DatastreamStubSettings.Builder. stopBackfillJobSettings()Returns the builder for the settings used for calls to stopBackfillJob.com.google.api.gax.rpc.UnaryCallSettings<StopBackfillJobRequest,StopBackfillJobResponse>DatastreamStubSettings. stopBackfillJobSettings()Returns the object with the settings used for calls to stopBackfillJob.
-