public enum UriOverride.Scheme extends Enum<UriOverride.Scheme> implements ProtocolMessageEnumThe Scheme for an HTTP request. By default, it is HTTPS.
Protobuf enum google.cloud.tasks.v2beta3.UriOverride.Scheme
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
HTTP |
Convert the scheme to HTTP, e.g., "https://www.example.com" will change to "http://www.example.com". |
HTTPS |
Convert the scheme to HTTPS, e.g., "http://www.example.com" will change to "https://www.example.com". |
HTTPS_VALUE |
Convert the scheme to HTTPS, e.g., "http://www.example.com" will change to "https://www.example.com". |
HTTP_VALUE |
Convert the scheme to HTTP, e.g., "https://www.example.com" will change to "http://www.example.com". |
SCHEME_UNSPECIFIED |
Scheme unspecified. Defaults to HTTPS. |
SCHEME_UNSPECIFIED_VALUE |
Scheme unspecified. Defaults to HTTPS. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|