Copied!
AbstractInterface
Methods
public abstract close()
 

Closes the connection, if one exists.

  • return void
public abstract startBidiStreamingCall(Google\ApiCore\Call $call, array $options)
 

Starts a bidi streaming call.

  • param \Call $call
  • param array $options
  • return \BidiStream
public abstract startClientStreamingCall(Google\ApiCore\Call $call, array $options)
 

Starts a client streaming call.

  • param \Call $call
  • param array $options
  • return \ClientStream
public abstract startServerStreamingCall(Google\ApiCore\Call $call, array $options)
 

Starts a server streaming call.

  • param \Call $call
  • param array $options
  • return \ServerStream
public abstract startUnaryCall(Google\ApiCore\Call $call, array $options)
 

Returns a promise used to execute network requests.

  • param \Call $call
  • param array $options
  • return \PromiseInterface
  • throws \ValidationException
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration