public static class Protocol
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.BackendService.Protocol.
Constants for wire representations of the BackendService.Types.Protocol enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Grpc
public const string Grpc = "GRPC"
Wire representation of Grpc.
Field Value | |
---|---|
Type | Description |
String |
Http
public const string Http = "HTTP"
Wire representation of Http.
Field Value | |
---|---|
Type | Description |
String |
Http2
public const string Http2 = "HTTP2"
Wire representation of Http2.
Field Value | |
---|---|
Type | Description |
String |
Https
public const string Https = "HTTPS"
Wire representation of Https.
Field Value | |
---|---|
Type | Description |
String |
Ssl
public const string Ssl = "SSL"
Wire representation of Ssl.
Field Value | |
---|---|
Type | Description |
String |
Tcp
public const string Tcp = "TCP"
Wire representation of Tcp.
Field Value | |
---|---|
Type | Description |
String |
Udp
public const string Udp = "UDP"
Wire representation of Udp.
Field Value | |
---|---|
Type | Description |
String |
UndefinedProtocol
public const string UndefinedProtocol = "UNDEFINED_PROTOCOL"
Wire representation of UndefinedProtocol.
Field Value | |
---|---|
Type | Description |
String |
Unspecified
public const string Unspecified = "UNSPECIFIED"
Wire representation of Unspecified.
Field Value | |
---|---|
Type | Description |
String |