- 1.77.0 (latest)
 - 1.75.0
 - 1.74.0
 - 1.73.0
 - 1.72.0
 - 1.71.0
 - 1.69.0
 - 1.67.0
 - 1.66.0
 - 1.63.0
 - 1.62.0
 - 1.61.0
 - 1.59.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 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 StreamObject.Builder extends GeneratedMessageV3.Builder<StreamObject.Builder> implements StreamObjectOrBuilderA specific stream object (e.g a specific DB table).
 Protobuf type google.cloud.datastream.v1.StreamObject
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > StreamObject.BuilderImplements
StreamObjectOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addAllErrors(Iterable<? extends Error> values)
public StreamObject.Builder addAllErrors(Iterable<? extends Error> values)Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| values | Iterable<? extends com.google.cloud.datastream.v1.Error> | 
      
| Type | Description | 
| StreamObject.Builder | 
addErrors(Error value)
public StreamObject.Builder addErrors(Error value)Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Error | 
      
| Type | Description | 
| StreamObject.Builder | 
addErrors(Error.Builder builderForValue)
public StreamObject.Builder addErrors(Error.Builder builderForValue)Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| builderForValue | Error.Builder | 
      
| Type | Description | 
| StreamObject.Builder | 
addErrors(int index, Error value)
public StreamObject.Builder addErrors(int index, Error value)Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| value | Error | 
      
| Type | Description | 
| StreamObject.Builder | 
addErrors(int index, Error.Builder builderForValue)
public StreamObject.Builder addErrors(int index, Error.Builder builderForValue)Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| builderForValue | Error.Builder | 
      
| Type | Description | 
| StreamObject.Builder | 
addErrorsBuilder()
public Error.Builder addErrorsBuilder()Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Error.Builder | 
addErrorsBuilder(int index)
public Error.Builder addErrorsBuilder(int index)Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Error.Builder | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StreamObject.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| StreamObject.Builder | 
build()
public StreamObject build()| Type | Description | 
| StreamObject | 
buildPartial()
public StreamObject buildPartial()| Type | Description | 
| StreamObject | 
clear()
public StreamObject.Builder clear()| Type | Description | 
| StreamObject.Builder | 
clearBackfillJob()
public StreamObject.Builder clearBackfillJob()The latest backfill job that was initiated for the stream object.
 .google.cloud.datastream.v1.BackfillJob backfill_job = 7;
| Type | Description | 
| StreamObject.Builder | 
clearCreateTime()
public StreamObject.Builder clearCreateTime()Output only. The creation time of the object.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| StreamObject.Builder | 
clearDisplayName()
public StreamObject.Builder clearDisplayName()Required. Display name.
 string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
| StreamObject.Builder | This builder for chaining.  | 
      
clearErrors()
public StreamObject.Builder clearErrors()Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| StreamObject.Builder | 
clearField(Descriptors.FieldDescriptor field)
public StreamObject.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| StreamObject.Builder | 
clearName()
public StreamObject.Builder clearName()Output only. The object resource's name.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| StreamObject.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public StreamObject.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| StreamObject.Builder | 
clearSourceObject()
public StreamObject.Builder clearSourceObject()The object identifier in the data source.
 .google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;
| Type | Description | 
| StreamObject.Builder | 
clearUpdateTime()
public StreamObject.Builder clearUpdateTime()Output only. The last update time of the object.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| StreamObject.Builder | 
clone()
public StreamObject.Builder clone()| Type | Description | 
| StreamObject.Builder | 
getBackfillJob()
public BackfillJob getBackfillJob()The latest backfill job that was initiated for the stream object.
 .google.cloud.datastream.v1.BackfillJob backfill_job = 7;
| Type | Description | 
| BackfillJob | The backfillJob.  | 
      
getBackfillJobBuilder()
public BackfillJob.Builder getBackfillJobBuilder()The latest backfill job that was initiated for the stream object.
 .google.cloud.datastream.v1.BackfillJob backfill_job = 7;
| Type | Description | 
| BackfillJob.Builder | 
getBackfillJobOrBuilder()
public BackfillJobOrBuilder getBackfillJobOrBuilder()The latest backfill job that was initiated for the stream object.
 .google.cloud.datastream.v1.BackfillJob backfill_job = 7;
| Type | Description | 
| BackfillJobOrBuilder | 
getCreateTime()
public Timestamp getCreateTime()Output only. The creation time of the object.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Timestamp | The createTime.  | 
      
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The creation time of the object.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Builder | 
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The creation time of the object.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| TimestampOrBuilder | 
getDefaultInstanceForType()
public StreamObject getDefaultInstanceForType()| Type | Description | 
| StreamObject | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getDisplayName()
public String getDisplayName()Required. Display name.
 string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
| String | The displayName.  | 
      
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Required. Display name.
 string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
| ByteString | The bytes for displayName.  | 
      
getErrors(int index)
public Error getErrors(int index)Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Error | 
getErrorsBuilder(int index)
public Error.Builder getErrorsBuilder(int index)Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Error.Builder | 
getErrorsBuilderList()
public List<Error.Builder> getErrorsBuilderList()Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| List<Builder> | 
getErrorsCount()
public int getErrorsCount()Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| int | 
getErrorsList()
public List<Error> getErrorsList()Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| List<Error> | 
getErrorsOrBuilder(int index)
public ErrorOrBuilder getErrorsOrBuilder(int index)Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| ErrorOrBuilder | 
getErrorsOrBuilderList()
public List<? extends ErrorOrBuilder> getErrorsOrBuilderList()Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| List<? extends com.google.cloud.datastream.v1.ErrorOrBuilder> | 
getName()
public String getName()Output only. The object resource's name.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| String | The name.  | 
      
getNameBytes()
public ByteString getNameBytes()Output only. The object resource's name.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| ByteString | The bytes for name.  | 
      
getSourceObject()
public SourceObjectIdentifier getSourceObject()The object identifier in the data source.
 .google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;
| Type | Description | 
| SourceObjectIdentifier | The sourceObject.  | 
      
getSourceObjectBuilder()
public SourceObjectIdentifier.Builder getSourceObjectBuilder()The object identifier in the data source.
 .google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;
| Type | Description | 
| SourceObjectIdentifier.Builder | 
getSourceObjectOrBuilder()
public SourceObjectIdentifierOrBuilder getSourceObjectOrBuilder()The object identifier in the data source.
 .google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;
| Type | Description | 
| SourceObjectIdentifierOrBuilder | 
getUpdateTime()
public Timestamp getUpdateTime()Output only. The last update time of the object.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Timestamp | The updateTime.  | 
      
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. The last update time of the object.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Builder | 
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The last update time of the object.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| TimestampOrBuilder | 
hasBackfillJob()
public boolean hasBackfillJob()The latest backfill job that was initiated for the stream object.
 .google.cloud.datastream.v1.BackfillJob backfill_job = 7;
| Type | Description | 
| boolean | Whether the backfillJob field is set.  | 
      
hasCreateTime()
public boolean hasCreateTime()Output only. The creation time of the object.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| boolean | Whether the createTime field is set.  | 
      
hasSourceObject()
public boolean hasSourceObject()The object identifier in the data source.
 .google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;
| Type | Description | 
| boolean | Whether the sourceObject field is set.  | 
      
hasUpdateTime()
public boolean hasUpdateTime()Output only. The last update time of the object.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| boolean | Whether the updateTime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeBackfillJob(BackfillJob value)
public StreamObject.Builder mergeBackfillJob(BackfillJob value)The latest backfill job that was initiated for the stream object.
 .google.cloud.datastream.v1.BackfillJob backfill_job = 7;
| Name | Description | 
| value | BackfillJob | 
      
| Type | Description | 
| StreamObject.Builder | 
mergeCreateTime(Timestamp value)
public StreamObject.Builder mergeCreateTime(Timestamp value)Output only. The creation time of the object.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| StreamObject.Builder | 
mergeFrom(StreamObject other)
public StreamObject.Builder mergeFrom(StreamObject other)| Name | Description | 
| other | StreamObject | 
      
| Type | Description | 
| StreamObject.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StreamObject.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| StreamObject.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public StreamObject.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| StreamObject.Builder | 
mergeSourceObject(SourceObjectIdentifier value)
public StreamObject.Builder mergeSourceObject(SourceObjectIdentifier value)The object identifier in the data source.
 .google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;
| Name | Description | 
| value | SourceObjectIdentifier | 
      
| Type | Description | 
| StreamObject.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StreamObject.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| StreamObject.Builder | 
mergeUpdateTime(Timestamp value)
public StreamObject.Builder mergeUpdateTime(Timestamp value)Output only. The last update time of the object.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| StreamObject.Builder | 
removeErrors(int index)
public StreamObject.Builder removeErrors(int index)Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| StreamObject.Builder | 
setBackfillJob(BackfillJob value)
public StreamObject.Builder setBackfillJob(BackfillJob value)The latest backfill job that was initiated for the stream object.
 .google.cloud.datastream.v1.BackfillJob backfill_job = 7;
| Name | Description | 
| value | BackfillJob | 
      
| Type | Description | 
| StreamObject.Builder | 
setBackfillJob(BackfillJob.Builder builderForValue)
public StreamObject.Builder setBackfillJob(BackfillJob.Builder builderForValue)The latest backfill job that was initiated for the stream object.
 .google.cloud.datastream.v1.BackfillJob backfill_job = 7;
| Name | Description | 
| builderForValue | BackfillJob.Builder | 
      
| Type | Description | 
| StreamObject.Builder | 
setCreateTime(Timestamp value)
public StreamObject.Builder setCreateTime(Timestamp value)Output only. The creation time of the object.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| StreamObject.Builder | 
setCreateTime(Timestamp.Builder builderForValue)
public StreamObject.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The creation time of the object.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| builderForValue | Builder | 
      
| Type | Description | 
| StreamObject.Builder | 
setDisplayName(String value)
public StreamObject.Builder setDisplayName(String value)Required. Display name.
 string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Name | Description | 
| value | StringThe displayName to set.  | 
      
| Type | Description | 
| StreamObject.Builder | This builder for chaining.  | 
      
setDisplayNameBytes(ByteString value)
public StreamObject.Builder setDisplayNameBytes(ByteString value)Required. Display name.
 string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Name | Description | 
| value | ByteStringThe bytes for displayName to set.  | 
      
| Type | Description | 
| StreamObject.Builder | This builder for chaining.  | 
      
setErrors(int index, Error value)
public StreamObject.Builder setErrors(int index, Error value)Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| value | Error | 
      
| Type | Description | 
| StreamObject.Builder | 
setErrors(int index, Error.Builder builderForValue)
public StreamObject.Builder setErrors(int index, Error.Builder builderForValue)Output only. Active errors on the object.
 
 repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| builderForValue | Error.Builder | 
      
| Type | Description | 
| StreamObject.Builder | 
setField(Descriptors.FieldDescriptor field, Object value)
public StreamObject.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| StreamObject.Builder | 
setName(String value)
public StreamObject.Builder setName(String value)Output only. The object resource's name.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | StringThe name to set.  | 
      
| Type | Description | 
| StreamObject.Builder | This builder for chaining.  | 
      
setNameBytes(ByteString value)
public StreamObject.Builder setNameBytes(ByteString value)Output only. The object resource's name.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | ByteStringThe bytes for name to set.  | 
      
| Type | Description | 
| StreamObject.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StreamObject.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| StreamObject.Builder | 
setSourceObject(SourceObjectIdentifier value)
public StreamObject.Builder setSourceObject(SourceObjectIdentifier value)The object identifier in the data source.
 .google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;
| Name | Description | 
| value | SourceObjectIdentifier | 
      
| Type | Description | 
| StreamObject.Builder | 
setSourceObject(SourceObjectIdentifier.Builder builderForValue)
public StreamObject.Builder setSourceObject(SourceObjectIdentifier.Builder builderForValue)The object identifier in the data source.
 .google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;
| Name | Description | 
| builderForValue | SourceObjectIdentifier.Builder | 
      
| Type | Description | 
| StreamObject.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final StreamObject.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| StreamObject.Builder | 
setUpdateTime(Timestamp value)
public StreamObject.Builder setUpdateTime(Timestamp value)Output only. The last update time of the object.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| StreamObject.Builder | 
setUpdateTime(Timestamp.Builder builderForValue)
public StreamObject.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The last update time of the object.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| builderForValue | Builder | 
      
| Type | Description | 
| StreamObject.Builder |