| Modifier and Type | Method and Description |
|---|---|
BackfillJob |
BackfillJob.Builder.build() |
BackfillJob |
BackfillJob.Builder.buildPartial() |
BackfillJob |
StreamObject.getBackfillJob()
The latest backfill job that was initiated for the stream object.
|
BackfillJob |
StreamObject.Builder.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.getDefaultInstanceForType() |
BackfillJob |
BackfillJob.Builder.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(ByteBuffer data) |
static BackfillJob |
BackfillJob.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<BackfillJob> |
BackfillJob.getParserForType() |
static com.google.protobuf.Parser<BackfillJob> |
BackfillJob.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2022 Google LLC. All rights reserved.