Uses of Enum
com.google.spanner.v1.RequestOptions.Priority
-
Uses of RequestOptions.Priority in com.google.spanner.v1
Methods in com.google.spanner.v1 that return RequestOptions.PriorityModifier and TypeMethodDescriptionstatic RequestOptions.PriorityRequestOptions.Priority.forNumber(int value) RequestOptions.Builder.getPriority()Priority for the request.RequestOptions.getPriority()Priority for the request.RequestOptionsOrBuilder.getPriority()Priority for the request.static RequestOptions.PriorityRequestOptions.Priority.valueOf(int value) Deprecated.static RequestOptions.PriorityRequestOptions.Priority.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RequestOptions.PriorityReturns the enum constant of this type with the specified name.static RequestOptions.Priority[]RequestOptions.Priority.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 RequestOptions.PriorityModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RequestOptions.Priority>RequestOptions.Priority.internalGetValueMap()Methods in com.google.spanner.v1 with parameters of type RequestOptions.PriorityModifier and TypeMethodDescriptionRequestOptions.Builder.setPriority(RequestOptions.Priority value) Priority for the request.