Uses of Enum
com.google.spanner.v1.ChangeStreamRecord.DataChangeRecord.ModType
-
Uses of ChangeStreamRecord.DataChangeRecord.ModType in com.google.spanner.v1
Methods in com.google.spanner.v1 that return ChangeStreamRecord.DataChangeRecord.ModTypeModifier and TypeMethodDescriptionChangeStreamRecord.DataChangeRecord.ModType.forNumber(int value) ChangeStreamRecord.DataChangeRecord.Builder.getModType()Describes the type of change.ChangeStreamRecord.DataChangeRecord.getModType()Describes the type of change.ChangeStreamRecord.DataChangeRecordOrBuilder.getModType()Describes the type of change.ChangeStreamRecord.DataChangeRecord.ModType.valueOf(int value) Deprecated.ChangeStreamRecord.DataChangeRecord.ModType.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.ModType.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.ModTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ChangeStreamRecord.DataChangeRecord.ModType>ChangeStreamRecord.DataChangeRecord.ModType.internalGetValueMap()Methods in com.google.spanner.v1 with parameters of type ChangeStreamRecord.DataChangeRecord.ModTypeModifier and TypeMethodDescriptionChangeStreamRecord.DataChangeRecord.Builder.setModType(ChangeStreamRecord.DataChangeRecord.ModType value) Describes the type of change.