| Modifier and Type | Method and Description |
|---|---|
ChangeStreamConfig |
ChangeStreamConfig.Builder.build() |
ChangeStreamConfig |
ChangeStreamConfig.Builder.buildPartial() |
ChangeStreamConfig |
TableOrBuilder.getChangeStreamConfig()
If specified, enable the change stream on this table.
|
ChangeStreamConfig |
Table.getChangeStreamConfig()
If specified, enable the change stream on this table.
|
ChangeStreamConfig |
Table.Builder.getChangeStreamConfig()
If specified, enable the change stream on this table.
|
static ChangeStreamConfig |
ChangeStreamConfig.getDefaultInstance() |
ChangeStreamConfig |
ChangeStreamConfig.getDefaultInstanceForType() |
ChangeStreamConfig |
ChangeStreamConfig.Builder.getDefaultInstanceForType() |
static ChangeStreamConfig |
ChangeStreamConfig.parseDelimitedFrom(InputStream input) |
static ChangeStreamConfig |
ChangeStreamConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChangeStreamConfig |
ChangeStreamConfig.parseFrom(byte[] data) |
static ChangeStreamConfig |
ChangeStreamConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChangeStreamConfig |
ChangeStreamConfig.parseFrom(ByteBuffer data) |
static ChangeStreamConfig |
ChangeStreamConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChangeStreamConfig |
ChangeStreamConfig.parseFrom(com.google.protobuf.ByteString data) |
static ChangeStreamConfig |
ChangeStreamConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChangeStreamConfig |
ChangeStreamConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static ChangeStreamConfig |
ChangeStreamConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChangeStreamConfig |
ChangeStreamConfig.parseFrom(InputStream input) |
static ChangeStreamConfig |
ChangeStreamConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ChangeStreamConfig> |
ChangeStreamConfig.getParserForType() |
static com.google.protobuf.Parser<ChangeStreamConfig> |
ChangeStreamConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
Table.Builder |
Table.Builder.mergeChangeStreamConfig(ChangeStreamConfig value)
If specified, enable the change stream on this table.
|
ChangeStreamConfig.Builder |
ChangeStreamConfig.Builder.mergeFrom(ChangeStreamConfig other) |
static ChangeStreamConfig.Builder |
ChangeStreamConfig.newBuilder(ChangeStreamConfig prototype) |
Table.Builder |
Table.Builder.setChangeStreamConfig(ChangeStreamConfig value)
If specified, enable the change stream on this table.
|
Copyright © 2026 Google LLC. All rights reserved.