WatchBarrierRequest
extends Message
in package
Generated from protobuf message <code>couchbase.internal.hooks.v1.WatchBarrierRequest</code>
Table of Contents
- $barrier_id : mixed
- Generated from protobuf field <code>string barrier_id = 2;</code>
- $hooks_context_id : mixed
- Generated from protobuf field <code>string hooks_context_id = 1;</code>
- __construct() : mixed
- Constructor.
- getBarrierId() : string
- Generated from protobuf field <code>string barrier_id = 2;</code>
- getHooksContextId() : string
- Generated from protobuf field <code>string hooks_context_id = 1;</code>
- setBarrierId() : $this
- Generated from protobuf field <code>string barrier_id = 2;</code>
- setHooksContextId() : $this
- Generated from protobuf field <code>string hooks_context_id = 1;</code>
Properties
$barrier_id
Generated from protobuf field <code>string barrier_id = 2;</code>
protected
mixed
$barrier_id
= ''
$hooks_context_id
Generated from protobuf field <code>string hooks_context_id = 1;</code>
protected
mixed
$hooks_context_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 $hooks_context_id @type string $barrier_id
}
Return values
mixed —getBarrierId()
Generated from protobuf field <code>string barrier_id = 2;</code>
public
getBarrierId() : string
Return values
string —getHooksContextId()
Generated from protobuf field <code>string hooks_context_id = 1;</code>
public
getHooksContextId() : string
Return values
string —setBarrierId()
Generated from protobuf field <code>string barrier_id = 2;</code>
public
setBarrierId(string $var) : $this
Parameters
- $var : string
Return values
$this —setHooksContextId()
Generated from protobuf field <code>string hooks_context_id = 1;</code>
public
setHooksContextId(string $var) : $this
Parameters
- $var : string