Copied!

Contains information necessary to manage a network request.

CloneableInstantiable
Constants
public Google\ApiCore\Call::BIDI_STREAMING_CALL = 1
public Google\ApiCore\Call::CLIENT_STREAMING_CALL = 2
public Google\ApiCore\Call::LONGRUNNING_CALL = 4
public Google\ApiCore\Call::PAGINATED_CALL = 5
public Google\ApiCore\Call::SERVER_STREAMING_CALL = 3
public Google\ApiCore\Call::UNARY_CALL = 0
Methods
public __construct(string $method, ?string $decodeType = NULL, $message = NULL, $descriptor = [], int $callType = 0Google\ApiCore\Call::UNARY_CALL)
 
  • param string $method
  • param string $decodeType
  • param mixed|\Message $message
  • param array|null $descriptor
  • param int $callType
public getCallType()
 
  • return int
public getDecodeType()
 
  • return string
public getDescriptor()
 
  • return array|null
public getMessage()
 
  • return mixed|\Message
public getMethod()
 
  • return string
public withMessage( $message)
 
  • param mixed|\Message $message
  • return \Call
Properties
private $callType = NULL
private $decodeType = NULL
private $descriptor = NULL
private $message = NULL
private $method = NULL
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration