Uses of Class
com.google.spanner.v1.RequestOptions.Priority
-
Packages that use RequestOptions.Priority Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service.com.google.spanner.v1 -
-
Uses of RequestOptions.Priority in com.google.cloud.spanner
Methods in com.google.cloud.spanner with parameters of type RequestOptions.Priority Modifier and Type Method Description static Options.RpcPriorityOptions.RpcPriority. fromProto(RequestOptions.Priority proto) -
Uses of RequestOptions.Priority in com.google.spanner.v1
Methods in com.google.spanner.v1 that return RequestOptions.Priority Modifier and Type Method Description static RequestOptions.PriorityRequestOptions.Priority. forNumber(int value)RequestOptions.PriorityRequestOptions.Builder. getPriority()Priority for the request.RequestOptions.PriorityRequestOptions. getPriority()Priority for the request.RequestOptions.PriorityRequestOptionsOrBuilder. 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.PriorityRequestOptions.Priority. valueOf(String name)Returns 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.Priority Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RequestOptions.Priority>RequestOptions.Priority. internalGetValueMap()Methods in com.google.spanner.v1 with parameters of type RequestOptions.Priority Modifier and Type Method Description RequestOptions.BuilderRequestOptions.Builder. setPriority(RequestOptions.Priority value)Priority for the request.
-