Documentation

TransactionGetResponse extends Message
in package

Generated from protobuf message <code>couchbase.transactions.v1.TransactionGetResponse</code>

Table of Contents

$cas  : mixed
Generated from protobuf field <code>uint64 cas = 1;</code>
$value  : mixed
Generated from protobuf field <code>bytes value = 2;</code>
__construct()  : mixed
Constructor.
getCas()  : int|string
Generated from protobuf field <code>uint64 cas = 1;</code>
getValue()  : string
Generated from protobuf field <code>bytes value = 2;</code>
setCas()  : $this
Generated from protobuf field <code>uint64 cas = 1;</code>
setValue()  : $this
Generated from protobuf field <code>bytes value = 2;</code>

Properties

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 int|string $cas
@type string $value

}

Return values
mixed

getCas()

Generated from protobuf field <code>uint64 cas = 1;</code>

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

getValue()

Generated from protobuf field <code>bytes value = 2;</code>

public getValue() : string
Return values
string

setCas()

Generated from protobuf field <code>uint64 cas = 1;</code>

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

setValue()

Generated from protobuf field <code>bytes value = 2;</code>

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

        

Search results