@Generated
public interface ChangeStreamConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getRetentionPeriod()
How long the change stream should be retained.
|
com.google.protobuf.DurationOrBuilder |
getRetentionPeriodOrBuilder()
How long the change stream should be retained.
|
boolean |
hasRetentionPeriod()
How long the change stream should be retained.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRetentionPeriod()
How long the change stream should be retained. Change stream data older than the retention period will not be returned when reading the change stream from the table. Values must be at least 1 day and at most 7 days, and will be truncated to microsecond granularity.
.google.protobuf.Duration retention_period = 1;com.google.protobuf.Duration getRetentionPeriod()
How long the change stream should be retained. Change stream data older than the retention period will not be returned when reading the change stream from the table. Values must be at least 1 day and at most 7 days, and will be truncated to microsecond granularity.
.google.protobuf.Duration retention_period = 1;com.google.protobuf.DurationOrBuilder getRetentionPeriodOrBuilder()
How long the change stream should be retained. Change stream data older than the retention period will not be returned when reading the change stream from the table. Values must be at least 1 day and at most 7 days, and will be truncated to microsecond granularity.
.google.protobuf.Duration retention_period = 1;Copyright © 2026 Google LLC. All rights reserved.