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

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

Name Description
Http

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

Https

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

Unspecified

Scheme unspecified. Defaults to HTTPS.