Documentation

DecrementRequest extends Message
in package

Generated from protobuf message <code>couchbase.kv.v1.DecrementRequest</code>

Table of Contents

$bucket_name  : mixed
Generated from protobuf field <code>string bucket_name = 1;</code>
$collection_name  : mixed
Generated from protobuf field <code>string collection_name = 3;</code>
$delta  : mixed
Generated from protobuf field <code>uint64 delta = 5;</code>
$durability_level  : mixed
Generated from protobuf field <code>optional .couchbase.kv.v1.DurabilityLevel durability_level = 9;</code>
$expiry  : mixed
$initial  : mixed
Generated from protobuf field <code>optional int64 initial = 7;</code>
$key  : mixed
Generated from protobuf field <code>string key = 4;</code>
$scope_name  : mixed
Generated from protobuf field <code>string scope_name = 2;</code>
__construct()  : mixed
Constructor.
clearDurabilityLevel()  : mixed
clearInitial()  : mixed
getBucketName()  : string
Generated from protobuf field <code>string bucket_name = 1;</code>
getCollectionName()  : string
Generated from protobuf field <code>string collection_name = 3;</code>
getDelta()  : int|string
Generated from protobuf field <code>uint64 delta = 5;</code>
getDurabilityLevel()  : int
Generated from protobuf field <code>optional .couchbase.kv.v1.DurabilityLevel durability_level = 9;</code>
getExpiry()  : string
getExpirySecs()  : int
Generated from protobuf field <code>uint32 expiry_secs = 10;</code>
getExpiryTime()  : Timestamp|null
Generated from protobuf field <code>.google.protobuf.Timestamp expiry_time = 6;</code>
getInitial()  : int|string
Generated from protobuf field <code>optional int64 initial = 7;</code>
getKey()  : string
Generated from protobuf field <code>string key = 4;</code>
getScopeName()  : string
Generated from protobuf field <code>string scope_name = 2;</code>
hasDurabilityLevel()  : mixed
hasExpirySecs()  : mixed
hasExpiryTime()  : mixed
hasInitial()  : mixed
setBucketName()  : $this
Generated from protobuf field <code>string bucket_name = 1;</code>
setCollectionName()  : $this
Generated from protobuf field <code>string collection_name = 3;</code>
setDelta()  : $this
Generated from protobuf field <code>uint64 delta = 5;</code>
setDurabilityLevel()  : $this
Generated from protobuf field <code>optional .couchbase.kv.v1.DurabilityLevel durability_level = 9;</code>
setExpirySecs()  : $this
Generated from protobuf field <code>uint32 expiry_secs = 10;</code>
setExpiryTime()  : $this
Generated from protobuf field <code>.google.protobuf.Timestamp expiry_time = 6;</code>
setInitial()  : $this
Generated from protobuf field <code>optional int64 initial = 7;</code>
setKey()  : $this
Generated from protobuf field <code>string key = 4;</code>
setScopeName()  : $this
Generated from protobuf field <code>string scope_name = 2;</code>

Properties

$bucket_name

Generated from protobuf field <code>string bucket_name = 1;</code>

protected mixed $bucket_name = ''

$collection_name

Generated from protobuf field <code>string collection_name = 3;</code>

protected mixed $collection_name = ''

$delta

Generated from protobuf field <code>uint64 delta = 5;</code>

protected mixed $delta = 0

$durability_level

Generated from protobuf field <code>optional .couchbase.kv.v1.DurabilityLevel durability_level = 9;</code>

protected mixed $durability_level = null

$initial

Generated from protobuf field <code>optional int64 initial = 7;</code>

protected mixed $initial = null

$key

Generated from protobuf field <code>string key = 4;</code>

protected mixed $key = ''

$scope_name

Generated from protobuf field <code>string scope_name = 2;</code>

protected mixed $scope_name = ''

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 string $scope_name
@type string $collection_name
@type string $key
@type int|string $delta
@type \Google\Protobuf\Timestamp $expiry_time
@type int $expiry_secs
@type int|string $initial
@type int $durability_level

}

Return values
mixed

clearDurabilityLevel()

public clearDurabilityLevel() : mixed
Return values
mixed

getBucketName()

Generated from protobuf field <code>string bucket_name = 1;</code>

public getBucketName() : string
Return values
string

getCollectionName()

Generated from protobuf field <code>string collection_name = 3;</code>

public getCollectionName() : string
Return values
string

getDelta()

Generated from protobuf field <code>uint64 delta = 5;</code>

public getDelta() : int|string
Return values
int|string

getDurabilityLevel()

Generated from protobuf field <code>optional .couchbase.kv.v1.DurabilityLevel durability_level = 9;</code>

public getDurabilityLevel() : int
Return values
int

getExpirySecs()

Generated from protobuf field <code>uint32 expiry_secs = 10;</code>

public getExpirySecs() : int
Return values
int

getExpiryTime()

Generated from protobuf field <code>.google.protobuf.Timestamp expiry_time = 6;</code>

public getExpiryTime() : Timestamp|null
Return values
Timestamp|null

getInitial()

Generated from protobuf field <code>optional int64 initial = 7;</code>

public getInitial() : int|string
Return values
int|string

getKey()

Generated from protobuf field <code>string key = 4;</code>

public getKey() : string
Return values
string

getScopeName()

Generated from protobuf field <code>string scope_name = 2;</code>

public getScopeName() : string
Return values
string

hasDurabilityLevel()

public hasDurabilityLevel() : mixed
Return values
mixed

setBucketName()

Generated from protobuf field <code>string bucket_name = 1;</code>

public setBucketName(string $var) : $this
Parameters
$var : string
Return values
$this

setCollectionName()

Generated from protobuf field <code>string collection_name = 3;</code>

public setCollectionName(string $var) : $this
Parameters
$var : string
Return values
$this

setDelta()

Generated from protobuf field <code>uint64 delta = 5;</code>

public setDelta(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setDurabilityLevel()

Generated from protobuf field <code>optional .couchbase.kv.v1.DurabilityLevel durability_level = 9;</code>

public setDurabilityLevel(int $var) : $this
Parameters
$var : int
Return values
$this

setExpirySecs()

Generated from protobuf field <code>uint32 expiry_secs = 10;</code>

public setExpirySecs(int $var) : $this
Parameters
$var : int
Return values
$this

setExpiryTime()

Generated from protobuf field <code>.google.protobuf.Timestamp expiry_time = 6;</code>

public setExpiryTime(Timestamp $var) : $this
Parameters
$var : Timestamp
Return values
$this

setInitial()

Generated from protobuf field <code>optional int64 initial = 7;</code>

public setInitial(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setKey()

Generated from protobuf field <code>string key = 4;</code>

public setKey(string $var) : $this
Parameters
$var : string
Return values
$this

setScopeName()

Generated from protobuf field <code>string scope_name = 2;</code>

public setScopeName(string $var) : $this
Parameters
$var : string
Return values
$this

        

Search results