public final class BackfillJob extends com.google.protobuf.GeneratedMessageV3 implements BackfillJobOrBuilder
Represents a backfill job on a specific stream object.Protobuf type
google.cloud.datastream.v1.BackfillJob| Modifier and Type | Class and Description |
|---|---|
static class |
BackfillJob.Builder
Represents a backfill job on a specific stream object.
|
static class |
BackfillJob.State
State of the stream object's backfill job.
|
static class |
BackfillJob.Trigger
Triggering reason for a backfill job.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ERRORS_FIELD_NUMBER |
static int |
LAST_END_TIME_FIELD_NUMBER |
static int |
LAST_START_TIME_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
TRIGGER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static BackfillJob |
getDefaultInstance() |
BackfillJob |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Error |
getErrors(int index)
Output only.
|
int |
getErrorsCount()
Output only.
|
List<Error> |
getErrorsList()
Output only.
|
ErrorOrBuilder |
getErrorsOrBuilder(int index)
Output only.
|
List<? extends ErrorOrBuilder> |
getErrorsOrBuilderList()
Output only.
|
com.google.protobuf.Timestamp |
getLastEndTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getLastEndTimeOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getLastStartTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getLastStartTimeOrBuilder()
Output only.
|
com.google.protobuf.Parser<BackfillJob> |
getParserForType() |
int |
getSerializedSize() |
BackfillJob.State |
getState()
Backfill job state.
|
int |
getStateValue()
Backfill job state.
|
BackfillJob.Trigger |
getTrigger()
Backfill job's triggering reason.
|
int |
getTriggerValue()
Backfill job's triggering reason.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasLastEndTime()
Output only.
|
boolean |
hasLastStartTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BackfillJob.Builder |
newBuilder() |
static BackfillJob.Builder |
newBuilder(BackfillJob prototype) |
BackfillJob.Builder |
newBuilderForType() |
protected BackfillJob.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static BackfillJob |
parseDelimitedFrom(InputStream input) |
static BackfillJob |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackfillJob |
parseFrom(byte[] data) |
static BackfillJob |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackfillJob |
parseFrom(ByteBuffer data) |
static BackfillJob |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackfillJob |
parseFrom(com.google.protobuf.ByteString data) |
static BackfillJob |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackfillJob |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BackfillJob |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackfillJob |
parseFrom(InputStream input) |
static BackfillJob |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BackfillJob> |
parser() |
BackfillJob.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int STATE_FIELD_NUMBER
public static final int TRIGGER_FIELD_NUMBER
public static final int LAST_START_TIME_FIELD_NUMBER
public static final int LAST_END_TIME_FIELD_NUMBER
public static final int ERRORS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getStateValue()
Backfill job state.
.google.cloud.datastream.v1.BackfillJob.State state = 1;getStateValue in interface BackfillJobOrBuilderpublic BackfillJob.State getState()
Backfill job state.
.google.cloud.datastream.v1.BackfillJob.State state = 1;getState in interface BackfillJobOrBuilderpublic int getTriggerValue()
Backfill job's triggering reason.
.google.cloud.datastream.v1.BackfillJob.Trigger trigger = 2;getTriggerValue in interface BackfillJobOrBuilderpublic BackfillJob.Trigger getTrigger()
Backfill job's triggering reason.
.google.cloud.datastream.v1.BackfillJob.Trigger trigger = 2;getTrigger in interface BackfillJobOrBuilderpublic boolean hasLastStartTime()
Output only. Backfill job's start time.
.google.protobuf.Timestamp last_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasLastStartTime in interface BackfillJobOrBuilderpublic com.google.protobuf.Timestamp getLastStartTime()
Output only. Backfill job's start time.
.google.protobuf.Timestamp last_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastStartTime in interface BackfillJobOrBuilderpublic com.google.protobuf.TimestampOrBuilder getLastStartTimeOrBuilder()
Output only. Backfill job's start time.
.google.protobuf.Timestamp last_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastStartTimeOrBuilder in interface BackfillJobOrBuilderpublic boolean hasLastEndTime()
Output only. Backfill job's end time.
.google.protobuf.Timestamp last_end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasLastEndTime in interface BackfillJobOrBuilderpublic com.google.protobuf.Timestamp getLastEndTime()
Output only. Backfill job's end time.
.google.protobuf.Timestamp last_end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastEndTime in interface BackfillJobOrBuilderpublic com.google.protobuf.TimestampOrBuilder getLastEndTimeOrBuilder()
Output only. Backfill job's end time.
.google.protobuf.Timestamp last_end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastEndTimeOrBuilder in interface BackfillJobOrBuilderpublic List<Error> getErrorsList()
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getErrorsList in interface BackfillJobOrBuilderpublic List<? extends ErrorOrBuilder> getErrorsOrBuilderList()
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getErrorsOrBuilderList in interface BackfillJobOrBuilderpublic int getErrorsCount()
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getErrorsCount in interface BackfillJobOrBuilderpublic Error getErrors(int index)
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getErrors in interface BackfillJobOrBuilderpublic ErrorOrBuilder getErrorsOrBuilder(int index)
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getErrorsOrBuilder in interface BackfillJobOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static BackfillJob parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BackfillJob parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BackfillJob parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BackfillJob parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BackfillJob parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BackfillJob parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BackfillJob parseFrom(InputStream input) throws IOException
IOExceptionpublic static BackfillJob parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BackfillJob parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BackfillJob parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BackfillJob parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BackfillJob parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BackfillJob.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BackfillJob.Builder newBuilder()
public static BackfillJob.Builder newBuilder(BackfillJob prototype)
public BackfillJob.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BackfillJob.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static BackfillJob getDefaultInstance()
public static com.google.protobuf.Parser<BackfillJob> parser()
public com.google.protobuf.Parser<BackfillJob> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public BackfillJob getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.