Uses of Class
com.google.spanner.executor.v1.DataChangeRecord.Builder
-
Uses of DataChangeRecord.Builder in com.google.spanner.executor.v1
Methods in com.google.spanner.executor.v1 that return DataChangeRecord.BuilderModifier and TypeMethodDescriptionDataChangeRecord.Builder.addAllColumnTypes(Iterable<? extends DataChangeRecord.ColumnType> values) Column types defined in the schema.DataChangeRecord.Builder.addAllMods(Iterable<? extends DataChangeRecord.Mod> values) Changes made in the transaction.DataChangeRecord.Builder.addColumnTypes(int index, DataChangeRecord.ColumnType value) Column types defined in the schema.DataChangeRecord.Builder.addColumnTypes(int index, DataChangeRecord.ColumnType.Builder builderForValue) Column types defined in the schema.DataChangeRecord.Builder.addColumnTypes(DataChangeRecord.ColumnType value) Column types defined in the schema.DataChangeRecord.Builder.addColumnTypes(DataChangeRecord.ColumnType.Builder builderForValue) Column types defined in the schema.DataChangeRecord.Builder.addMods(int index, DataChangeRecord.Mod value) Changes made in the transaction.DataChangeRecord.Builder.addMods(int index, DataChangeRecord.Mod.Builder builderForValue) Changes made in the transaction.DataChangeRecord.Builder.addMods(DataChangeRecord.Mod value) Changes made in the transaction.DataChangeRecord.Builder.addMods(DataChangeRecord.Mod.Builder builderForValue) Changes made in the transaction.DataChangeRecord.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DataChangeRecord.Builder.clear()DataChangeRecord.Builder.clearColumnTypes()Column types defined in the schema.DataChangeRecord.Builder.clearCommitTime()The timestamp in which the change was committed.DataChangeRecord.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DataChangeRecord.Builder.clearIsLastRecord()Indicates whether this is the last record for a transaction in the current partition.DataChangeRecord.Builder.clearIsSystemTransaction()Whether the transaction is a system transactionn.DataChangeRecord.Builder.clearMods()Changes made in the transaction.DataChangeRecord.Builder.clearModType()Describes the type of change.DataChangeRecord.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DataChangeRecord.Builder.clearPartitionCount()Number of partitions in transactions.DataChangeRecord.Builder.clearRecordCount()Number of records in transactions.DataChangeRecord.Builder.clearRecordSequence()The sequence number for the record within the transaction.DataChangeRecord.Builder.clearTable()Name of the table affected by the change.DataChangeRecord.Builder.clearTransactionId()A globally unique string that represents the transaction in which the change was committed.DataChangeRecord.Builder.clearTransactionTag()Transaction tag info.DataChangeRecord.Builder.clearValueCaptureType()One of value capture type: NEW_VALUES, OLD_VALUES, OLD_AND_NEW_VALUES.DataChangeRecord.Builder.clone()ChangeStreamRecord.Builder.getDataChangeBuilder()Data change record.DataChangeRecord.Builder.mergeCommitTime(com.google.protobuf.Timestamp value) The timestamp in which the change was committed.DataChangeRecord.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DataChangeRecord.Builder.mergeFrom(com.google.protobuf.Message other) DataChangeRecord.Builder.mergeFrom(DataChangeRecord other) final DataChangeRecord.BuilderDataChangeRecord.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static DataChangeRecord.BuilderDataChangeRecord.newBuilder()static DataChangeRecord.BuilderDataChangeRecord.newBuilder(DataChangeRecord prototype) DataChangeRecord.newBuilderForType()protected DataChangeRecord.BuilderDataChangeRecord.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DataChangeRecord.Builder.removeColumnTypes(int index) Column types defined in the schema.DataChangeRecord.Builder.removeMods(int index) Changes made in the transaction.DataChangeRecord.Builder.setColumnTypes(int index, DataChangeRecord.ColumnType value) Column types defined in the schema.DataChangeRecord.Builder.setColumnTypes(int index, DataChangeRecord.ColumnType.Builder builderForValue) Column types defined in the schema.DataChangeRecord.Builder.setCommitTime(com.google.protobuf.Timestamp value) The timestamp in which the change was committed.DataChangeRecord.Builder.setCommitTime(com.google.protobuf.Timestamp.Builder builderForValue) The timestamp in which the change was committed.DataChangeRecord.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DataChangeRecord.Builder.setIsLastRecord(boolean value) Indicates whether this is the last record for a transaction in the current partition.DataChangeRecord.Builder.setIsSystemTransaction(boolean value) Whether the transaction is a system transactionn.DataChangeRecord.Builder.setMods(int index, DataChangeRecord.Mod value) Changes made in the transaction.DataChangeRecord.Builder.setMods(int index, DataChangeRecord.Mod.Builder builderForValue) Changes made in the transaction.DataChangeRecord.Builder.setModType(String value) Describes the type of change.DataChangeRecord.Builder.setModTypeBytes(com.google.protobuf.ByteString value) Describes the type of change.DataChangeRecord.Builder.setPartitionCount(long value) Number of partitions in transactions.DataChangeRecord.Builder.setRecordCount(long value) Number of records in transactions.DataChangeRecord.Builder.setRecordSequence(String value) The sequence number for the record within the transaction.DataChangeRecord.Builder.setRecordSequenceBytes(com.google.protobuf.ByteString value) The sequence number for the record within the transaction.DataChangeRecord.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Name of the table affected by the change.DataChangeRecord.Builder.setTableBytes(com.google.protobuf.ByteString value) Name of the table affected by the change.DataChangeRecord.Builder.setTransactionId(String value) A globally unique string that represents the transaction in which the change was committed.DataChangeRecord.Builder.setTransactionIdBytes(com.google.protobuf.ByteString value) A globally unique string that represents the transaction in which the change was committed.DataChangeRecord.Builder.setTransactionTag(String value) Transaction tag info.DataChangeRecord.Builder.setTransactionTagBytes(com.google.protobuf.ByteString value) Transaction tag info.final DataChangeRecord.BuilderDataChangeRecord.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DataChangeRecord.Builder.setValueCaptureType(String value) One of value capture type: NEW_VALUES, OLD_VALUES, OLD_AND_NEW_VALUES.DataChangeRecord.Builder.setValueCaptureTypeBytes(com.google.protobuf.ByteString value) One of value capture type: NEW_VALUES, OLD_VALUES, OLD_AND_NEW_VALUES.DataChangeRecord.toBuilder()Methods in com.google.spanner.executor.v1 with parameters of type DataChangeRecord.BuilderModifier and TypeMethodDescriptionChangeStreamRecord.Builder.setDataChange(DataChangeRecord.Builder builderForValue) Data change record.