public interface StreamObjectOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackfillJob()
public abstract 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. |
getBackfillJobOrBuilder()
public abstract 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 abstract 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. |
getCreateTimeOrBuilder()
public abstract 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 |
getDisplayName()
public abstract String getDisplayName()Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract 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 abstract 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 |
getErrorsCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract SourceObjectIdentifier getSourceObject()The object identifier in the data source.
.google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;
| Type | Description |
| SourceObjectIdentifier | The sourceObject. |
getSourceObjectOrBuilder()
public abstract SourceObjectIdentifierOrBuilder getSourceObjectOrBuilder()The object identifier in the data source.
.google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;
| Type | Description |
| SourceObjectIdentifierOrBuilder |
getUpdateTime()
public abstract 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. |
getUpdateTimeOrBuilder()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |