public enum UriOverride.Types.SchemeReference 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.V2Beta3Assembly
Google.Cloud.Tasks.V2Beta3.dll
Fields |
|
|---|---|
| Name | Description |
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. |