Module: Google::Cloud::Tasks::V2beta3::UriOverride::Scheme
- Defined in:
- proto_docs/google/cloud/tasks/v2beta3/target.rb
Overview
The Scheme for an HTTP request. By default, it is HTTPS.
Constant Summary collapse
- SCHEME_UNSPECIFIED =
Scheme unspecified. Defaults to HTTPS.
0
- HTTP =
Convert the scheme to HTTP, e.g., https://www.google.ca will change to http://www.google.ca.
1
- HTTPS =
Convert the scheme to HTTPS, e.g., http://www.google.ca will change to https://www.google.ca.
2