Enum ApiTransports (4.3.1)

Stay organized with collections Save and categorize content based on your preferences.
[Flags]
public enum ApiTransports

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

Namespace

GoogleGoogle.ApiGax

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.