Reference documentation and code samples for the Cloud Tasks V2beta2 API module Google::Cloud::Tasks::V2beta2::UriOverride::Scheme.
The Scheme for an HTTP request. By default, it is HTTPS.
Constants
SCHEME_UNSPECIFIED
value: 0
Scheme unspecified. Defaults to HTTPS.
HTTP
value: 1
Convert the scheme to HTTP, e.g., https://www.google.ca will change to
http://www.google.ca.
HTTPS
value: 2
Convert the scheme to HTTPS, e.g., http://www.google.ca will change to
https://www.google.ca.