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.example.com" will change to "http://www.example.com".

1
HTTPS =

Convert the scheme to HTTPS, e.g., "http://www.example.com" will change to "https://www.example.com".

2