Google API Core Client - Class GrpcFallbackTransport (1.35.0)

Reference documentation and code samples for the Google API Core Client class GrpcFallbackTransport.

A transport that sends protobuf over HTTP 1.1 that can be used when full gRPC support is not available.

Namespace

Google \ ApiCore \ Transport

Methods

__construct

Parameters
Name Description
baseUri string
httpHandler callable

A handler used to deliver PSR-7 requests.

startUnaryCall

Returns a promise used to execute network requests.

Parameters
Name Description
call Google\ApiCore\Call
options array

static::build

Builds a GrpcFallbackTransport.

Parameters
Name Description
apiEndpoint string

The address of the API remote host, for example "example.googleapis.com".

config array

Config options used to construct the grpc-fallback transport.

↳ httpHandler callable

A handler used to deliver PSR-7 requests.

Returns
Type Description
Google\ApiCore\Transport\GrpcFallbackTransport