MutationToken
extends Message
in package
Generated from protobuf message <code>couchbase.kv.v1.MutationToken</code>
Table of Contents
- $bucket_name : mixed
- Generated from protobuf field <code>string bucket_name = 1;</code>
- $seq_no : mixed
- Generated from protobuf field <code>uint64 seq_no = 4;</code>
- $vbucket_id : mixed
- Generated from protobuf field <code>uint32 vbucket_id = 2;</code>
- $vbucket_uuid : mixed
- Generated from protobuf field <code>uint64 vbucket_uuid = 3;</code>
- __construct() : mixed
- Constructor.
- getBucketName() : string
- Generated from protobuf field <code>string bucket_name = 1;</code>
- getSeqNo() : int|string
- Generated from protobuf field <code>uint64 seq_no = 4;</code>
- getVbucketId() : int
- Generated from protobuf field <code>uint32 vbucket_id = 2;</code>
- getVbucketUuid() : int|string
- Generated from protobuf field <code>uint64 vbucket_uuid = 3;</code>
- setBucketName() : $this
- Generated from protobuf field <code>string bucket_name = 1;</code>
- setSeqNo() : $this
- Generated from protobuf field <code>uint64 seq_no = 4;</code>
- setVbucketId() : $this
- Generated from protobuf field <code>uint32 vbucket_id = 2;</code>
- setVbucketUuid() : $this
- Generated from protobuf field <code>uint64 vbucket_uuid = 3;</code>
Properties
$bucket_name
Generated from protobuf field <code>string bucket_name = 1;</code>
protected
mixed
$bucket_name
= ''
$seq_no
Generated from protobuf field <code>uint64 seq_no = 4;</code>
protected
mixed
$seq_no
= 0
$vbucket_id
Generated from protobuf field <code>uint32 vbucket_id = 2;</code>
protected
mixed
$vbucket_id
= 0
$vbucket_uuid
Generated from protobuf field <code>uint64 vbucket_uuid = 3;</code>
protected
mixed
$vbucket_uuid
= 0
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 $bucket_name @type int $vbucket_id @type int|string $vbucket_uuid @type int|string $seq_no
}
Return values
mixed —getBucketName()
Generated from protobuf field <code>string bucket_name = 1;</code>
public
getBucketName() : string
Return values
string —getSeqNo()
Generated from protobuf field <code>uint64 seq_no = 4;</code>
public
getSeqNo() : int|string
Return values
int|string —getVbucketId()
Generated from protobuf field <code>uint32 vbucket_id = 2;</code>
public
getVbucketId() : int
Return values
int —getVbucketUuid()
Generated from protobuf field <code>uint64 vbucket_uuid = 3;</code>
public
getVbucketUuid() : int|string
Return values
int|string —setBucketName()
Generated from protobuf field <code>string bucket_name = 1;</code>
public
setBucketName(string $var) : $this
Parameters
- $var : string
Return values
$this —setSeqNo()
Generated from protobuf field <code>uint64 seq_no = 4;</code>
public
setSeqNo(int|string $var) : $this
Parameters
- $var : int|string
Return values
$this —setVbucketId()
Generated from protobuf field <code>uint32 vbucket_id = 2;</code>
public
setVbucketId(int $var) : $this
Parameters
- $var : int
Return values
$this —setVbucketUuid()
Generated from protobuf field <code>uint64 vbucket_uuid = 3;</code>
public
setVbucketUuid(int|string $var) : $this
Parameters
- $var : int|string