Interface StreamObjectOrBuilder (1.40.0)

public interface StreamObjectOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackfillJob()

public abstract BackfillJob getBackfillJob()

The latest backfill job that was initiated for the stream object.

.google.cloud.datastream.v1.BackfillJob backfill_job = 7;

Returns
TypeDescription
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;

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
TimestampOrBuilder

getDisplayName()

public abstract String getDisplayName()

Required. Display name.

string display_name = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Required. Display name.

string display_name = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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];

Parameter
NameDescription
indexint
Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Parameter
NameDescription
indexint
Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The object resource's name.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
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;

Returns
TypeDescription
SourceObjectIdentifier

The sourceObject.

getSourceObjectOrBuilder()

public abstract SourceObjectIdentifierOrBuilder getSourceObjectOrBuilder()

The object identifier in the data source.

.google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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;

Returns
TypeDescription
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];

Returns
TypeDescription
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;

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the updateTime field is set.