Enum ApiTransports (4.4.0)

[Flags]
public enum ApiTransports

The transports that can be used to make calls to an API.

Namespace

Google.Api.Gax

Assembly

Google.Api.Gax.dll

Fields

NameDescription
Grpc

Native gRPC support via binary protobuf serialization.

None

No transports specified.

Rest

"REST"-like support via JSON.