Cloud Tasks V2beta3 API - Module Google::Cloud::Tasks::V2beta3::UriOverride::Scheme (v0.20.1)
Stay organized with collections
Save and categorize content based on your preferences.
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.example.com" will change
to "http://www.example.com".
HTTPS
value: 2 Convert the scheme to HTTPS, e.g., "http://www.example.com" will change
to "https://www.example.com".