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).

2_196_510
HTTP =
2_228_360
HTTP2 =

HTTP/2 with SSL.

69_079_210
HTTPS =
69_079_243
SSL =

TCP proxying with SSL.

82_412
TCP =

TCP proxying or TCP pass-through.

82_881
UDP =

UDP.

83_873
UNSPECIFIED =

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

526_786_327