WatchBarrierResponse
extends Message
in package
Generated from protobuf message <code>couchbase.internal.hooks.v1.WatchBarrierResponse</code>
Table of Contents
- $wait_id : mixed
- Generated from protobuf field <code>string wait_id = 2;</code>
- __construct() : mixed
- Constructor.
- getWaitId() : string
- Generated from protobuf field <code>string wait_id = 2;</code>
- setWaitId() : $this
- Generated from protobuf field <code>string wait_id = 2;</code>
Properties
$wait_id
Generated from protobuf field <code>string wait_id = 2;</code>
protected
mixed
$wait_id
= ''
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type string $wait_id
}
Return values
mixed —getWaitId()
Generated from protobuf field <code>string wait_id = 2;</code>
public
getWaitId() : string
Return values
string —setWaitId()
Generated from protobuf field <code>string wait_id = 2;</code>
public
setWaitId(string $var) : $this
Parameters
- $var : string