Uses of Class
com.google.bigtable.admin.v2.ChangeStreamConfig
-
Uses of ChangeStreamConfig in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return ChangeStreamConfigModifier and TypeMethodDescriptionChangeStreamConfig.Builder.build()ChangeStreamConfig.Builder.buildPartial()Table.Builder.getChangeStreamConfig()If specified, enable the change stream on this table.Table.getChangeStreamConfig()If specified, enable the change stream on this table.TableOrBuilder.getChangeStreamConfig()If specified, enable the change stream on this table.static ChangeStreamConfigChangeStreamConfig.getDefaultInstance()ChangeStreamConfig.Builder.getDefaultInstanceForType()ChangeStreamConfig.getDefaultInstanceForType()static ChangeStreamConfigChangeStreamConfig.parseDelimitedFrom(InputStream input) static ChangeStreamConfigChangeStreamConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChangeStreamConfigChangeStreamConfig.parseFrom(byte[] data) static ChangeStreamConfigChangeStreamConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChangeStreamConfigChangeStreamConfig.parseFrom(com.google.protobuf.ByteString data) static ChangeStreamConfigChangeStreamConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChangeStreamConfigChangeStreamConfig.parseFrom(com.google.protobuf.CodedInputStream input) static ChangeStreamConfigChangeStreamConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChangeStreamConfigChangeStreamConfig.parseFrom(InputStream input) static ChangeStreamConfigChangeStreamConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChangeStreamConfigChangeStreamConfig.parseFrom(ByteBuffer data) static ChangeStreamConfigChangeStreamConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.admin.v2 that return types with arguments of type ChangeStreamConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ChangeStreamConfig>ChangeStreamConfig.getParserForType()static com.google.protobuf.Parser<ChangeStreamConfig>ChangeStreamConfig.parser()Methods in com.google.bigtable.admin.v2 with parameters of type ChangeStreamConfigModifier and TypeMethodDescriptionTable.Builder.mergeChangeStreamConfig(ChangeStreamConfig value) If specified, enable the change stream on this table.ChangeStreamConfig.Builder.mergeFrom(ChangeStreamConfig other) static ChangeStreamConfig.BuilderChangeStreamConfig.newBuilder(ChangeStreamConfig prototype) Table.Builder.setChangeStreamConfig(ChangeStreamConfig value) If specified, enable the change stream on this table.