| Modifier and Type | Method and Description |
|---|---|
static RequestOptions.Priority |
RequestOptions.Priority.forNumber(int value) |
RequestOptions.Priority |
RequestOptions.getPriority()
Priority for the request.
|
RequestOptions.Priority |
RequestOptions.Builder.getPriority()
Priority for the request.
|
RequestOptions.Priority |
RequestOptionsOrBuilder.getPriority()
Priority for the request.
|
static RequestOptions.Priority |
RequestOptions.Priority.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RequestOptions.Priority |
RequestOptions.Priority.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<RequestOptions.Priority> |
RequestOptions.Priority.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RequestOptions.Builder |
RequestOptions.Builder.setPriority(RequestOptions.Priority value)
Priority for the request.
|
Copyright © 2022 Google LLC. All rights reserved.