Uses of Enum
com.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type
-
Uses of ReadChangeStreamResponse.DataChange.Type in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ReadChangeStreamResponse.DataChange.TypeModifier and TypeMethodDescriptionReadChangeStreamResponse.DataChange.Type.forNumber(int value) ReadChangeStreamResponse.DataChange.Builder.getType()The type of the mutation.ReadChangeStreamResponse.DataChange.getType()The type of the mutation.ReadChangeStreamResponse.DataChangeOrBuilder.getType()The type of the mutation.ReadChangeStreamResponse.DataChange.Type.valueOf(int value) Deprecated.ReadChangeStreamResponse.DataChange.Type.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.ReadChangeStreamResponse.DataChange.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.bigtable.v2 that return types with arguments of type ReadChangeStreamResponse.DataChange.TypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ReadChangeStreamResponse.DataChange.Type>ReadChangeStreamResponse.DataChange.Type.internalGetValueMap()Methods in com.google.bigtable.v2 with parameters of type ReadChangeStreamResponse.DataChange.TypeModifier and TypeMethodDescriptionReadChangeStreamResponse.DataChange.Builder.setType(ReadChangeStreamResponse.DataChange.Type value) The type of the mutation.