Uses of Enum
com.google.spanner.v1.ChangeStreamRecord.DataChangeRecord.ValueCaptureType
-
Uses of ChangeStreamRecord.DataChangeRecord.ValueCaptureType in com.google.spanner.v1
Methods in com.google.spanner.v1 that return ChangeStreamRecord.DataChangeRecord.ValueCaptureTypeModifier and TypeMethodDescriptionChangeStreamRecord.DataChangeRecord.ValueCaptureType.forNumber(int value) ChangeStreamRecord.DataChangeRecord.Builder.getValueCaptureType()Describes the value capture type that was specified in the change stream configuration when this change was captured.ChangeStreamRecord.DataChangeRecord.getValueCaptureType()Describes the value capture type that was specified in the change stream configuration when this change was captured.ChangeStreamRecord.DataChangeRecordOrBuilder.getValueCaptureType()Describes the value capture type that was specified in the change stream configuration when this change was captured.ChangeStreamRecord.DataChangeRecord.ValueCaptureType.valueOf(int value) Deprecated.ChangeStreamRecord.DataChangeRecord.ValueCaptureType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.ChangeStreamRecord.DataChangeRecord.ValueCaptureType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.spanner.v1 that return types with arguments of type ChangeStreamRecord.DataChangeRecord.ValueCaptureTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ChangeStreamRecord.DataChangeRecord.ValueCaptureType>ChangeStreamRecord.DataChangeRecord.ValueCaptureType.internalGetValueMap()Methods in com.google.spanner.v1 with parameters of type ChangeStreamRecord.DataChangeRecord.ValueCaptureTypeModifier and TypeMethodDescriptionChangeStreamRecord.DataChangeRecord.Builder.setValueCaptureType(ChangeStreamRecord.DataChangeRecord.ValueCaptureType value) Describes the value capture type that was specified in the change stream configuration when this change was captured.