- 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 interface StreamOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)Labels.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getBackfillAll()
public abstract Stream.BackfillAllStrategy getBackfillAll()Automatically backfill objects included in the stream source configuration. Specific objects can be excluded.
.google.cloud.datastream.v1alpha1.Stream.BackfillAllStrategy backfill_all = 101;
| Type | Description |
| Stream.BackfillAllStrategy | The backfillAll. |
getBackfillAllOrBuilder()
public abstract Stream.BackfillAllStrategyOrBuilder getBackfillAllOrBuilder()Automatically backfill objects included in the stream source configuration. Specific objects can be excluded.
.google.cloud.datastream.v1alpha1.Stream.BackfillAllStrategy backfill_all = 101;
| Type | Description |
| Stream.BackfillAllStrategyOrBuilder |
getBackfillNone()
public abstract Stream.BackfillNoneStrategy getBackfillNone()Do not automatically backfill any objects.
.google.cloud.datastream.v1alpha1.Stream.BackfillNoneStrategy backfill_none = 102;
| Type | Description |
| Stream.BackfillNoneStrategy | The backfillNone. |
getBackfillNoneOrBuilder()
public abstract Stream.BackfillNoneStrategyOrBuilder getBackfillNoneOrBuilder()Do not automatically backfill any objects.
.google.cloud.datastream.v1alpha1.Stream.BackfillNoneStrategy backfill_none = 102;
| Type | Description |
| Stream.BackfillNoneStrategyOrBuilder |
getBackfillStrategyCase()
public abstract Stream.BackfillStrategyCase getBackfillStrategyCase()| Type | Description |
| Stream.BackfillStrategyCase |
getCreateTime()
public abstract Timestamp getCreateTime()Output only. The creation time of the stream.
.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 stream.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getDestinationConfig()
public abstract DestinationConfig getDestinationConfig()Required. Destination connection profile configuration.
.google.cloud.datastream.v1alpha1.DestinationConfig destination_config = 7 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| DestinationConfig | The destinationConfig. |
getDestinationConfigOrBuilder()
public abstract DestinationConfigOrBuilder getDestinationConfigOrBuilder()Required. Destination connection profile configuration.
.google.cloud.datastream.v1alpha1.DestinationConfig destination_config = 7 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| DestinationConfigOrBuilder |
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. Errors on the Stream.
repeated .google.cloud.datastream.v1alpha1.Error errors = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | int |
| Type | Description |
| Error |
getErrorsCount()
public abstract int getErrorsCount()Output only. Errors on the Stream.
repeated .google.cloud.datastream.v1alpha1.Error errors = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int |
getErrorsList()
public abstract List<Error> getErrorsList()Output only. Errors on the Stream.
repeated .google.cloud.datastream.v1alpha1.Error errors = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| List<Error> |
getErrorsOrBuilder(int index)
public abstract ErrorOrBuilder getErrorsOrBuilder(int index)Output only. Errors on the Stream.
repeated .google.cloud.datastream.v1alpha1.Error errors = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | int |
| Type | Description |
| ErrorOrBuilder |
getErrorsOrBuilderList()
public abstract List<? extends ErrorOrBuilder> getErrorsOrBuilderList()Output only. Errors on the Stream.
repeated .google.cloud.datastream.v1alpha1.Error errors = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| List<? extends com.google.cloud.datastream.v1alpha1.ErrorOrBuilder> |
getLabels()
public abstract Map<String,String> getLabels()Use #getLabelsMap() instead.
| Type | Description |
| Map<String,String> |
getLabelsCount()
public abstract int getLabelsCount()Labels.
map<string, string> labels = 4;
| Type | Description |
| int |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()Labels.
map<string, string> labels = 4;
| Type | Description |
| Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)Labels.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| defaultValue | String |
| Type | Description |
| String |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)Labels.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| Type | Description |
| String |
getName()
public abstract String getName()Output only. The stream's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Output only. The stream's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for name. |
getSourceConfig()
public abstract SourceConfig getSourceConfig()Required. Source connection profile configuration.
.google.cloud.datastream.v1alpha1.SourceConfig source_config = 6 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SourceConfig | The sourceConfig. |
getSourceConfigOrBuilder()
public abstract SourceConfigOrBuilder getSourceConfigOrBuilder()Required. Source connection profile configuration.
.google.cloud.datastream.v1alpha1.SourceConfig source_config = 6 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SourceConfigOrBuilder |
getState()
public abstract Stream.State getState()The state of the stream.
.google.cloud.datastream.v1alpha1.Stream.State state = 8;
| Type | Description |
| Stream.State | The state. |
getStateValue()
public abstract int getStateValue()The state of the stream.
.google.cloud.datastream.v1alpha1.Stream.State state = 8;
| Type | Description |
| int | The enum numeric value on the wire for state. |
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. The last update time of the stream.
.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 stream.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
hasBackfillAll()
public abstract boolean hasBackfillAll()Automatically backfill objects included in the stream source configuration. Specific objects can be excluded.
.google.cloud.datastream.v1alpha1.Stream.BackfillAllStrategy backfill_all = 101;
| Type | Description |
| boolean | Whether the backfillAll field is set. |
hasBackfillNone()
public abstract boolean hasBackfillNone()Do not automatically backfill any objects.
.google.cloud.datastream.v1alpha1.Stream.BackfillNoneStrategy backfill_none = 102;
| Type | Description |
| boolean | Whether the backfillNone field is set. |
hasCreateTime()
public abstract boolean hasCreateTime()Output only. The creation time of the stream.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the createTime field is set. |
hasDestinationConfig()
public abstract boolean hasDestinationConfig()Required. Destination connection profile configuration.
.google.cloud.datastream.v1alpha1.DestinationConfig destination_config = 7 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the destinationConfig field is set. |
hasSourceConfig()
public abstract boolean hasSourceConfig()Required. Source connection profile configuration.
.google.cloud.datastream.v1alpha1.SourceConfig source_config = 6 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the sourceConfig field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. The last update time of the stream.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the updateTime field is set. |