Uses of Class
com.google.cloud.datastream.v1.BackfillJob
-
Packages that use BackfillJob Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of BackfillJob in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return BackfillJob Modifier and Type Method Description BackfillJob
BackfillJob.Builder. build()
BackfillJob
BackfillJob.Builder. buildPartial()
BackfillJob
StreamObject.Builder. getBackfillJob()
The latest backfill job that was initiated for the stream object.BackfillJob
StreamObject. getBackfillJob()
The latest backfill job that was initiated for the stream object.BackfillJob
StreamObjectOrBuilder. getBackfillJob()
The latest backfill job that was initiated for the stream object.static BackfillJob
BackfillJob. getDefaultInstance()
BackfillJob
BackfillJob.Builder. getDefaultInstanceForType()
BackfillJob
BackfillJob. getDefaultInstanceForType()
static BackfillJob
BackfillJob. parseDelimitedFrom(InputStream input)
static BackfillJob
BackfillJob. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackfillJob
BackfillJob. parseFrom(byte[] data)
static BackfillJob
BackfillJob. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackfillJob
BackfillJob. parseFrom(com.google.protobuf.ByteString data)
static BackfillJob
BackfillJob. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackfillJob
BackfillJob. parseFrom(com.google.protobuf.CodedInputStream input)
static BackfillJob
BackfillJob. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackfillJob
BackfillJob. parseFrom(InputStream input)
static BackfillJob
BackfillJob. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackfillJob
BackfillJob. parseFrom(ByteBuffer data)
static BackfillJob
BackfillJob. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1 that return types with arguments of type BackfillJob Modifier and Type Method Description com.google.protobuf.Parser<BackfillJob>
BackfillJob. getParserForType()
static com.google.protobuf.Parser<BackfillJob>
BackfillJob. parser()
Methods in com.google.cloud.datastream.v1 with parameters of type BackfillJob Modifier and Type Method Description StreamObject.Builder
StreamObject.Builder. mergeBackfillJob(BackfillJob value)
The latest backfill job that was initiated for the stream object.BackfillJob.Builder
BackfillJob.Builder. mergeFrom(BackfillJob other)
static BackfillJob.Builder
BackfillJob. newBuilder(BackfillJob prototype)
StreamObject.Builder
StreamObject.Builder. setBackfillJob(BackfillJob value)
The latest backfill job that was initiated for the stream object.
-