DataRoutingEndpoint
extends Message
in package
Generated from protobuf message <code>couchbase.routing.v1.DataRoutingEndpoint</code>
Table of Contents
- $endpoint_idx : mixed
- Generated from protobuf field <code>uint32 endpoint_idx = 1;</code>
- $group_vbuckets : mixed
- Generated from protobuf field <code>repeated uint32 group_vbuckets = 3;</code>
- $local_vbuckets : mixed
- Generated from protobuf field <code>repeated uint32 local_vbuckets = 2;</code>
- __construct() : mixed
- Constructor.
- getEndpointIdx() : int
- Generated from protobuf field <code>uint32 endpoint_idx = 1;</code>
- getGroupVbuckets() : RepeatedField
- Generated from protobuf field <code>repeated uint32 group_vbuckets = 3;</code>
- getLocalVbuckets() : RepeatedField
- Generated from protobuf field <code>repeated uint32 local_vbuckets = 2;</code>
- setEndpointIdx() : $this
- Generated from protobuf field <code>uint32 endpoint_idx = 1;</code>
- setGroupVbuckets() : $this
- Generated from protobuf field <code>repeated uint32 group_vbuckets = 3;</code>
- setLocalVbuckets() : $this
- Generated from protobuf field <code>repeated uint32 local_vbuckets = 2;</code>
Properties
$endpoint_idx
Generated from protobuf field <code>uint32 endpoint_idx = 1;</code>
protected
mixed
$endpoint_idx
= 0
$group_vbuckets
Generated from protobuf field <code>repeated uint32 group_vbuckets = 3;</code>
private
mixed
$group_vbuckets
$local_vbuckets
Generated from protobuf field <code>repeated uint32 local_vbuckets = 2;</code>
private
mixed
$local_vbuckets
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 $endpoint_idx @type array<int>|\Google\Protobuf\Internal\RepeatedField $local_vbuckets @type array<int>|\Google\Protobuf\Internal\RepeatedField $group_vbuckets
}
Return values
mixed —getEndpointIdx()
Generated from protobuf field <code>uint32 endpoint_idx = 1;</code>
public
getEndpointIdx() : int
Return values
int —getGroupVbuckets()
Generated from protobuf field <code>repeated uint32 group_vbuckets = 3;</code>
public
getGroupVbuckets() : RepeatedField
Return values
RepeatedField —getLocalVbuckets()
Generated from protobuf field <code>repeated uint32 local_vbuckets = 2;</code>
public
getLocalVbuckets() : RepeatedField
Return values
RepeatedField —setEndpointIdx()
Generated from protobuf field <code>uint32 endpoint_idx = 1;</code>
public
setEndpointIdx(int $var) : $this
Parameters
- $var : int
Return values
$this —setGroupVbuckets()
Generated from protobuf field <code>repeated uint32 group_vbuckets = 3;</code>
public
setGroupVbuckets(array<string|int, int>|RepeatedField $var) : $this
Parameters
- $var : array<string|int, int>|RepeatedField
Return values
$this —setLocalVbuckets()
Generated from protobuf field <code>repeated uint32 local_vbuckets = 2;</code>
public
setLocalVbuckets(array<string|int, int>|RepeatedField $var) : $this
Parameters
- $var : array<string|int, int>|RepeatedField