Documentation

RoutingEndpoint extends Message
in package

Generated from protobuf message <code>couchbase.routing.v1.RoutingEndpoint</code>

Table of Contents

$address  : mixed
Generated from protobuf field <code>string address = 3;</code>
$id  : mixed
Generated from protobuf field <code>string id = 1;</code>
$server_group  : mixed
Generated from protobuf field <code>string server_group = 2;</code>
__construct()  : mixed
Constructor.
getAddress()  : string
Generated from protobuf field <code>string address = 3;</code>
getId()  : string
Generated from protobuf field <code>string id = 1;</code>
getServerGroup()  : string
Generated from protobuf field <code>string server_group = 2;</code>
setAddress()  : $this
Generated from protobuf field <code>string address = 3;</code>
setId()  : $this
Generated from protobuf field <code>string id = 1;</code>
setServerGroup()  : $this
Generated from protobuf field <code>string server_group = 2;</code>

Properties

$address

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

protected mixed $address = ''

$id

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

protected mixed $id = ''

$server_group

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

protected mixed $server_group = ''

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 $id
@type string $server_group
@type string $address

}

Return values
mixed

getAddress()

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

public getAddress() : string
Return values
string

getId()

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

public getId() : string
Return values
string

getServerGroup()

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

public getServerGroup() : string
Return values
string

setAddress()

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

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

setId()

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

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

setServerGroup()

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

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

        

Search results