Google Cloud Tasks V2beta2 Client - Class Scheme (1.14.4)

Reference documentation and code samples for the Google Cloud Tasks V2beta2 Client class Scheme.

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

Protobuf type google.cloud.tasks.v2beta2.UriOverride.Scheme

Namespace

Google \ Cloud \ Tasks \ V2beta2 \ UriOverride

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

SCHEME_UNSPECIFIED

Value: 0

Scheme unspecified. Defaults to HTTPS.

Generated from protobuf enum SCHEME_UNSPECIFIED = 0;

HTTP

Value: 1

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

Generated from protobuf enum HTTP = 1;

HTTPS

Value: 2

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

Generated from protobuf enum HTTPS = 2;