Module: Google::Cloud::Compute::V1::BackendService::Protocol

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

The protocol this BackendService uses to communicate with backends. Possible values are HTTP, HTTPS, HTTP2, TCP, SSL, UDP or GRPC. depending on the chosen load balancer or Traffic Director configuration. Refer to the documentation for the load balancers or for Traffic Director for more information. Must be set to GRPC when the backend service is referenced by a URL map that is bound to target gRPC proxy.

Constant Summary collapse

UNDEFINED_PROTOCOL =

A value indicating that the enum field is not set.

0
GRPC =

gRPC (available for Traffic Director).

2196510
HTTP =
2228360
HTTP2 =

HTTP/2 with SSL.

69079210
HTTPS =
69079243
SSL =

TCP proxying with SSL.

82412
TCP =

TCP proxying or TCP pass-through.

82881
UDP =

UDP.

83873
UNSPECIFIED =

If a Backend Service has UNSPECIFIED as its protocol, it can be used with any L3/L4 Forwarding Rules.

526786327