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.RpcPriority
Options.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.Priority
RequestOptions.Priority. forNumber(int value)
RequestOptions.Priority
RequestOptions.Builder. getPriority()
Priority for the request.RequestOptions.Priority
RequestOptions. getPriority()
Priority for the request.RequestOptions.Priority
RequestOptionsOrBuilder. getPriority()
Priority for the request.static RequestOptions.Priority
RequestOptions.Priority. valueOf(int value)
Deprecated.static RequestOptions.Priority
RequestOptions.Priority. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RequestOptions.Priority
RequestOptions.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.Builder
RequestOptions.Builder. setPriority(RequestOptions.Priority value)
Priority for the request.
-