public interface StreamObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BackfillJob |
getBackfillJob()
The latest backfill job that was initiated for the stream object.
|
BackfillJobOrBuilder |
getBackfillJobOrBuilder()
The latest backfill job that was initiated for the stream object.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
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.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
SourceObjectIdentifier |
getSourceObject()
The object identifier in the data source.
|
SourceObjectIdentifierOrBuilder |
getSourceObjectOrBuilder()
The object identifier in the data source.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasBackfillJob()
The latest backfill job that was initiated for the stream object.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasSourceObject()
The object identifier in the data source.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The object resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The object resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasCreateTime()
Output only. The creation time of the object.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The creation time of the object.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation time of the object.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The last update time of the object.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. The last update time of the object.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last update time of the object.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getDisplayName()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDisplayNameBytes()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];List<Error> getErrorsList()
Output only. Active errors on the object.
repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
int getErrorsCount()
Output only. Active errors on the object.
repeated .google.cloud.datastream.v1.Error errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
boolean hasBackfillJob()
The latest backfill job that was initiated for the stream object.
.google.cloud.datastream.v1.BackfillJob backfill_job = 7;BackfillJob getBackfillJob()
The latest backfill job that was initiated for the stream object.
.google.cloud.datastream.v1.BackfillJob backfill_job = 7;BackfillJobOrBuilder getBackfillJobOrBuilder()
The latest backfill job that was initiated for the stream object.
.google.cloud.datastream.v1.BackfillJob backfill_job = 7;boolean hasSourceObject()
The object identifier in the data source.
.google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;SourceObjectIdentifier getSourceObject()
The object identifier in the data source.
.google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;SourceObjectIdentifierOrBuilder getSourceObjectOrBuilder()
The object identifier in the data source.
.google.cloud.datastream.v1.SourceObjectIdentifier source_object = 8;Copyright © 2022 Google LLC. All rights reserved.