Uses of Enum
com.google.spanner.v1.DirectedReadOptions.ReplicaSelection.Type
-
Uses of DirectedReadOptions.ReplicaSelection.Type in com.google.spanner.v1
Methods in com.google.spanner.v1 that return DirectedReadOptions.ReplicaSelection.TypeModifier and TypeMethodDescriptionDirectedReadOptions.ReplicaSelection.Type.forNumber(int value) DirectedReadOptions.ReplicaSelection.Builder.getType()The type of replica.DirectedReadOptions.ReplicaSelection.getType()The type of replica.DirectedReadOptions.ReplicaSelectionOrBuilder.getType()The type of replica.DirectedReadOptions.ReplicaSelection.Type.valueOf(int value) Deprecated.DirectedReadOptions.ReplicaSelection.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.DirectedReadOptions.ReplicaSelection.Type.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 DirectedReadOptions.ReplicaSelection.TypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DirectedReadOptions.ReplicaSelection.Type>DirectedReadOptions.ReplicaSelection.Type.internalGetValueMap()Methods in com.google.spanner.v1 with parameters of type DirectedReadOptions.ReplicaSelection.TypeModifier and TypeMethodDescriptionDirectedReadOptions.ReplicaSelection.Builder.setType(DirectedReadOptions.ReplicaSelection.Type value) The type of replica.