Cloud Tasks V2beta3 API - Module Google::Cloud::Tasks::V2beta3::UriOverride::Scheme (v0.12.3)

Reference documentation and code samples for the Cloud Tasks V2beta3 API module Google::Cloud::Tasks::V2beta3::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.