Uses of Class
com.google.cloud.datastream.v1.StartBackfillJobResponse
-
Packages that use StartBackfillJobResponse Package Description com.google.cloud.datastream.v1 A client to Datastream APIcom.google.cloud.datastream.v1.stub -
-
Uses of StartBackfillJobResponse in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return StartBackfillJobResponse Modifier and Type Method Description StartBackfillJobResponseStartBackfillJobResponse.Builder. build()StartBackfillJobResponseStartBackfillJobResponse.Builder. buildPartial()static StartBackfillJobResponseStartBackfillJobResponse. getDefaultInstance()StartBackfillJobResponseStartBackfillJobResponse.Builder. getDefaultInstanceForType()StartBackfillJobResponseStartBackfillJobResponse. getDefaultInstanceForType()static StartBackfillJobResponseStartBackfillJobResponse. parseDelimitedFrom(InputStream input)static StartBackfillJobResponseStartBackfillJobResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartBackfillJobResponseStartBackfillJobResponse. parseFrom(byte[] data)static StartBackfillJobResponseStartBackfillJobResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartBackfillJobResponseStartBackfillJobResponse. parseFrom(com.google.protobuf.ByteString data)static StartBackfillJobResponseStartBackfillJobResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartBackfillJobResponseStartBackfillJobResponse. parseFrom(com.google.protobuf.CodedInputStream input)static StartBackfillJobResponseStartBackfillJobResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartBackfillJobResponseStartBackfillJobResponse. parseFrom(InputStream input)static StartBackfillJobResponseStartBackfillJobResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartBackfillJobResponseStartBackfillJobResponse. parseFrom(ByteBuffer data)static StartBackfillJobResponseStartBackfillJobResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)StartBackfillJobResponseDatastreamClient. startBackfillJob(StartBackfillJobRequest request)Use this method to start a backfill job for the specified stream object.StartBackfillJobResponseDatastreamClient. startBackfillJob(StreamObjectName object)Use this method to start a backfill job for the specified stream object.StartBackfillJobResponseDatastreamClient. startBackfillJob(String object)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.Methods in com.google.cloud.datastream.v1 that return types with arguments of type StartBackfillJobResponse Modifier and Type Method Description com.google.protobuf.Parser<StartBackfillJobResponse>StartBackfillJobResponse. getParserForType()static io.grpc.MethodDescriptor<StartBackfillJobRequest,StartBackfillJobResponse>DatastreamGrpc. getStartBackfillJobMethod()static com.google.protobuf.Parser<StartBackfillJobResponse>StartBackfillJobResponse. parser()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.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 StartBackfillJobResponse Modifier and Type Method Description StartBackfillJobResponse.BuilderStartBackfillJobResponse.Builder. mergeFrom(StartBackfillJobResponse other)static StartBackfillJobResponse.BuilderStartBackfillJobResponse. newBuilder(StartBackfillJobResponse prototype)Method parameters in com.google.cloud.datastream.v1 with type arguments of type StartBackfillJobResponse Modifier and Type Method Description 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.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 StartBackfillJobResponse in com.google.cloud.datastream.v1.stub
Methods in com.google.cloud.datastream.v1.stub that return types with arguments of type StartBackfillJobResponse 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.
-