- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.2
- 1.1.1
- 1.0.0
- 0.4.2
public static final class BackfillJob.Builder extends GeneratedMessageV3.Builder<BackfillJob.Builder> implements BackfillJobOrBuilder
Represents a backfill job on a specific stream object.
Protobuf type google.cloud.datastream.v1.BackfillJob
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BackfillJob.BuilderImplements
BackfillJobOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllErrors(Iterable<? extends Error> values)
public BackfillJob.Builder addAllErrors(Iterable<? extends Error> values)
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
values | Iterable<? extends com.google.cloud.datastream.v1.Error> |
Type | Description |
BackfillJob.Builder |
addErrors(Error value)
public BackfillJob.Builder addErrors(Error value)
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Error |
Type | Description |
BackfillJob.Builder |
addErrors(Error.Builder builderForValue)
public BackfillJob.Builder addErrors(Error.Builder builderForValue)
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | Error.Builder |
Type | Description |
BackfillJob.Builder |
addErrors(int index, Error value)
public BackfillJob.Builder addErrors(int index, Error value)
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
value | Error |
Type | Description |
BackfillJob.Builder |
addErrors(int index, Error.Builder builderForValue)
public BackfillJob.Builder addErrors(int index, Error.Builder builderForValue)
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
builderForValue | Error.Builder |
Type | Description |
BackfillJob.Builder |
addErrorsBuilder()
public Error.Builder addErrorsBuilder()
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Error.Builder |
addErrorsBuilder(int index)
public Error.Builder addErrorsBuilder(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];
Name | Description |
index | int |
Type | Description |
Error.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BackfillJob.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BackfillJob.Builder |
build()
public BackfillJob build()
Type | Description |
BackfillJob |
buildPartial()
public BackfillJob buildPartial()
Type | Description |
BackfillJob |
clear()
public BackfillJob.Builder clear()
Type | Description |
BackfillJob.Builder |
clearErrors()
public BackfillJob.Builder clearErrors()
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
BackfillJob.Builder |
clearField(Descriptors.FieldDescriptor field)
public BackfillJob.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
BackfillJob.Builder |
clearLastEndTime()
public BackfillJob.Builder clearLastEndTime()
Output only. Backfill job's end time.
.google.protobuf.Timestamp last_end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
BackfillJob.Builder |
clearLastStartTime()
public BackfillJob.Builder clearLastStartTime()
Output only. Backfill job's start time.
.google.protobuf.Timestamp last_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
BackfillJob.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public BackfillJob.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
BackfillJob.Builder |
clearState()
public BackfillJob.Builder clearState()
Backfill job state.
.google.cloud.datastream.v1.BackfillJob.State state = 1;
Type | Description |
BackfillJob.Builder | This builder for chaining. |
clearTrigger()
public BackfillJob.Builder clearTrigger()
Backfill job's triggering reason.
.google.cloud.datastream.v1.BackfillJob.Trigger trigger = 2;
Type | Description |
BackfillJob.Builder | This builder for chaining. |
clone()
public BackfillJob.Builder clone()
Type | Description |
BackfillJob.Builder |
getDefaultInstanceForType()
public BackfillJob getDefaultInstanceForType()
Type | Description |
BackfillJob |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getErrors(int index)
public 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];
Name | Description |
index | int |
Type | Description |
Error |
getErrorsBuilder(int index)
public Error.Builder getErrorsBuilder(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];
Name | Description |
index | int |
Type | Description |
Error.Builder |
getErrorsBuilderList()
public List<Error.Builder> getErrorsBuilderList()
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
List<Builder> |
getErrorsCount()
public 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];
Type | Description |
int |
getErrorsList()
public 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];
Type | Description |
List<Error> |
getErrorsOrBuilder(int index)
public 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];
Name | Description |
index | int |
Type | Description |
ErrorOrBuilder |
getErrorsOrBuilderList()
public 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];
Type | Description |
List<? extends com.google.cloud.datastream.v1.ErrorOrBuilder> |
getLastEndTime()
public Timestamp getLastEndTime()
Output only. Backfill job's end time.
.google.protobuf.Timestamp last_end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp | The lastEndTime. |
getLastEndTimeBuilder()
public Timestamp.Builder getLastEndTimeBuilder()
Output only. Backfill job's end time.
.google.protobuf.Timestamp last_end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Builder |
getLastEndTimeOrBuilder()
public TimestampOrBuilder getLastEndTimeOrBuilder()
Output only. Backfill job's end time.
.google.protobuf.Timestamp last_end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
getLastStartTime()
public Timestamp getLastStartTime()
Output only. Backfill job's start time.
.google.protobuf.Timestamp last_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp | The lastStartTime. |
getLastStartTimeBuilder()
public Timestamp.Builder getLastStartTimeBuilder()
Output only. Backfill job's start time.
.google.protobuf.Timestamp last_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Builder |
getLastStartTimeOrBuilder()
public TimestampOrBuilder getLastStartTimeOrBuilder()
Output only. Backfill job's start time.
.google.protobuf.Timestamp last_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
getState()
public BackfillJob.State getState()
Backfill job state.
.google.cloud.datastream.v1.BackfillJob.State state = 1;
Type | Description |
BackfillJob.State | The state. |
getStateValue()
public int getStateValue()
Backfill job state.
.google.cloud.datastream.v1.BackfillJob.State state = 1;
Type | Description |
int | The enum numeric value on the wire for state. |
getTrigger()
public BackfillJob.Trigger getTrigger()
Backfill job's triggering reason.
.google.cloud.datastream.v1.BackfillJob.Trigger trigger = 2;
Type | Description |
BackfillJob.Trigger | The trigger. |
getTriggerValue()
public int getTriggerValue()
Backfill job's triggering reason.
.google.cloud.datastream.v1.BackfillJob.Trigger trigger = 2;
Type | Description |
int | The enum numeric value on the wire for trigger. |
hasLastEndTime()
public boolean hasLastEndTime()
Output only. Backfill job's end time.
.google.protobuf.Timestamp last_end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the lastEndTime field is set. |
hasLastStartTime()
public boolean hasLastStartTime()
Output only. Backfill job's start time.
.google.protobuf.Timestamp last_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the lastStartTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(BackfillJob other)
public BackfillJob.Builder mergeFrom(BackfillJob other)
Name | Description |
other | BackfillJob |
Type | Description |
BackfillJob.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BackfillJob.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BackfillJob.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public BackfillJob.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
BackfillJob.Builder |
mergeLastEndTime(Timestamp value)
public BackfillJob.Builder mergeLastEndTime(Timestamp value)
Output only. Backfill job's end time.
.google.protobuf.Timestamp last_end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
BackfillJob.Builder |
mergeLastStartTime(Timestamp value)
public BackfillJob.Builder mergeLastStartTime(Timestamp value)
Output only. Backfill job's start time.
.google.protobuf.Timestamp last_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
BackfillJob.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BackfillJob.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
BackfillJob.Builder |
removeErrors(int index)
public BackfillJob.Builder removeErrors(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];
Name | Description |
index | int |
Type | Description |
BackfillJob.Builder |
setErrors(int index, Error value)
public BackfillJob.Builder setErrors(int index, Error value)
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
value | Error |
Type | Description |
BackfillJob.Builder |
setErrors(int index, Error.Builder builderForValue)
public BackfillJob.Builder setErrors(int index, Error.Builder builderForValue)
Output only. Errors which caused the backfill job to fail.
repeated .google.cloud.datastream.v1.Error errors = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
builderForValue | Error.Builder |
Type | Description |
BackfillJob.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public BackfillJob.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BackfillJob.Builder |
setLastEndTime(Timestamp value)
public BackfillJob.Builder setLastEndTime(Timestamp value)
Output only. Backfill job's end time.
.google.protobuf.Timestamp last_end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
BackfillJob.Builder |
setLastEndTime(Timestamp.Builder builderForValue)
public BackfillJob.Builder setLastEndTime(Timestamp.Builder builderForValue)
Output only. Backfill job's end time.
.google.protobuf.Timestamp last_end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | Builder |
Type | Description |
BackfillJob.Builder |
setLastStartTime(Timestamp value)
public BackfillJob.Builder setLastStartTime(Timestamp value)
Output only. Backfill job's start time.
.google.protobuf.Timestamp last_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
BackfillJob.Builder |
setLastStartTime(Timestamp.Builder builderForValue)
public BackfillJob.Builder setLastStartTime(Timestamp.Builder builderForValue)
Output only. Backfill job's start time.
.google.protobuf.Timestamp last_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | Builder |
Type | Description |
BackfillJob.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BackfillJob.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
BackfillJob.Builder |
setState(BackfillJob.State value)
public BackfillJob.Builder setState(BackfillJob.State value)
Backfill job state.
.google.cloud.datastream.v1.BackfillJob.State state = 1;
Name | Description |
value | BackfillJob.State The state to set. |
Type | Description |
BackfillJob.Builder | This builder for chaining. |
setStateValue(int value)
public BackfillJob.Builder setStateValue(int value)
Backfill job state.
.google.cloud.datastream.v1.BackfillJob.State state = 1;
Name | Description |
value | int The enum numeric value on the wire for state to set. |
Type | Description |
BackfillJob.Builder | This builder for chaining. |
setTrigger(BackfillJob.Trigger value)
public BackfillJob.Builder setTrigger(BackfillJob.Trigger value)
Backfill job's triggering reason.
.google.cloud.datastream.v1.BackfillJob.Trigger trigger = 2;
Name | Description |
value | BackfillJob.Trigger The trigger to set. |
Type | Description |
BackfillJob.Builder | This builder for chaining. |
setTriggerValue(int value)
public BackfillJob.Builder setTriggerValue(int value)
Backfill job's triggering reason.
.google.cloud.datastream.v1.BackfillJob.Trigger trigger = 2;
Name | Description |
value | int The enum numeric value on the wire for trigger to set. |
Type | Description |
BackfillJob.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final BackfillJob.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
BackfillJob.Builder |