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".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-05 UTC."],[],[]]