Call
class Call (View source)
Contains information necessary to manage a network request.
Constants
UNARY_CALL |
|
BIDI_STREAMING_CALL |
|
CLIENT_STREAMING_CALL |
|
SERVER_STREAMING_CALL |
|
LONGRUNNING_CALL |
|
PAGINATED_CALL |
|
Methods
__construct(string $method, string $decodeType = null, mixed|Message $message = null, array|null $descriptor = [], int $callType = Call::UNARY_CALL)
No description
string
getMethod()
No description
int
getCallType()
No description
string
getDecodeType()
No description
mixed|Message
getMessage()
No description
array|null
getDescriptor()
No description
withMessage(mixed|Message $message)
No description
Details
__construct(string $method, string $decodeType = null, mixed|Message $message = null, array|null $descriptor = [], int $callType = Call::UNARY_CALL)
No description
string
getMethod()
No description
int
getCallType()
No description
string
getDecodeType()
No description
mixed|Message
getMessage()
No description
array|null
getDescriptor()
No description
Call
withMessage(mixed|Message $message)
No description