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 StartBackfillJobResponse
StartBackfillJobResponse.Builder. build()
StartBackfillJobResponse
StartBackfillJobResponse.Builder. buildPartial()
static StartBackfillJobResponse
StartBackfillJobResponse. getDefaultInstance()
StartBackfillJobResponse
StartBackfillJobResponse.Builder. getDefaultInstanceForType()
StartBackfillJobResponse
StartBackfillJobResponse. getDefaultInstanceForType()
static StartBackfillJobResponse
StartBackfillJobResponse. parseDelimitedFrom(InputStream input)
static StartBackfillJobResponse
StartBackfillJobResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartBackfillJobResponse
StartBackfillJobResponse. parseFrom(byte[] data)
static StartBackfillJobResponse
StartBackfillJobResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartBackfillJobResponse
StartBackfillJobResponse. parseFrom(com.google.protobuf.ByteString data)
static StartBackfillJobResponse
StartBackfillJobResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartBackfillJobResponse
StartBackfillJobResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static StartBackfillJobResponse
StartBackfillJobResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartBackfillJobResponse
StartBackfillJobResponse. parseFrom(InputStream input)
static StartBackfillJobResponse
StartBackfillJobResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartBackfillJobResponse
StartBackfillJobResponse. parseFrom(ByteBuffer data)
static StartBackfillJobResponse
StartBackfillJobResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StartBackfillJobResponse
DatastreamClient. startBackfillJob(StartBackfillJobRequest request)
Use this method to start a backfill job for the specified stream object.StartBackfillJobResponse
DatastreamClient. startBackfillJob(StreamObjectName object)
Use this method to start a backfill job for the specified stream object.StartBackfillJobResponse
DatastreamClient. startBackfillJob(String object)
Use this method to start a backfill job for the specified stream object.StartBackfillJobResponse
DatastreamGrpc.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.Builder
StartBackfillJobResponse.Builder. mergeFrom(StartBackfillJobResponse other)
static StartBackfillJobResponse.Builder
StartBackfillJobResponse. newBuilder(StartBackfillJobResponse prototype)
Method parameters in com.google.cloud.datastream.v1 with type arguments of type StartBackfillJobResponse Modifier and Type Method Description default void
DatastreamGrpc.AsyncService. startBackfillJob(StartBackfillJobRequest request, io.grpc.stub.StreamObserver<StartBackfillJobResponse> responseObserver)
Use this method to start a backfill job for the specified stream object.void
DatastreamGrpc.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.
-