Google Cloud Tasks v2beta3 API - Enum UriOverride.Types.Scheme (3.0.0-beta06)

public enum UriOverride.Types.Scheme

Reference documentation and code samples for the Google Cloud Tasks v2beta3 API enum UriOverride.Types.Scheme.

The Scheme for an HTTP request. By default, it is HTTPS.

Namespace

Google.Cloud.Tasks.V2Beta3

Assembly

Google.Cloud.Tasks.V2Beta3.dll

Fields

NameDescription
Http

Convert the scheme to HTTP, e.g., https://www.google.ca will change to http://www.google.ca.

Https

Convert the scheme to HTTPS, e.g., http://www.google.ca will change to https://www.google.ca.

Unspecified

Scheme unspecified. Defaults to HTTPS.