Enum Transport (1.3.0)

public enum Transport extends Enum<Transport>

Transport used for sending request.

Static Fields

Name Description
GRPC

When used, the clients will send gRPC to the backing service. This is usually more efficient and is the default transport.

REST

When used, the clients will send REST requests to the backing service.

Static Methods

Name Description
valueOf(String name)
values()