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