Reference documentation and code samples for the Google API Core Client class Call.
Contains information necessary to manage a network request.
Namespace
Google \ ApiCoreMethods
__construct
Parameters
Name
Description
method
string
decodeType
string
message
descriptor
array|null
callType
int
getMethod
Returns
Type
Description
string
getCallType
Returns
Type
Description
int
getDecodeType
Returns
Type
Description
string
getMessage
getDescriptor
Returns
Type
Description
array|null
withMessage
Constants
UNARY_CALL
Value: 0
BIDI_STREAMING_CALL
Value: 1
CLIENT_STREAMING_CALL
Value: 2
SERVER_STREAMING_CALL
Value: 3
LONGRUNNING_CALL
Value: 4
PAGINATED_CALL
Value: 5