ViewsRouting
extends Message
in package
Generated from protobuf message <code>couchbase.routing.v1.ViewsRouting</code>
Table of Contents
- $endpoints : mixed
- Generated from protobuf field <code>repeated .couchbase.routing.v1.ViewsRoutingEndpoint endpoints = 1;</code>
- __construct() : mixed
- Constructor.
- getEndpoints() : RepeatedField
- Generated from protobuf field <code>repeated .couchbase.routing.v1.ViewsRoutingEndpoint endpoints = 1;</code>
- setEndpoints() : $this
- Generated from protobuf field <code>repeated .couchbase.routing.v1.ViewsRoutingEndpoint endpoints = 1;</code>
Properties
$endpoints
Generated from protobuf field <code>repeated .couchbase.routing.v1.ViewsRoutingEndpoint endpoints = 1;</code>
private
mixed
$endpoints
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 array<\Couchbase\Protostellar\Generated\Routing\V1\ViewsRoutingEndpoint>|\Google\Protobuf\Internal\RepeatedField $endpoints
}
Return values
mixed —getEndpoints()
Generated from protobuf field <code>repeated .couchbase.routing.v1.ViewsRoutingEndpoint endpoints = 1;</code>
public
getEndpoints() : RepeatedField
Return values
RepeatedField —setEndpoints()
Generated from protobuf field <code>repeated .couchbase.routing.v1.ViewsRoutingEndpoint endpoints = 1;</code>
public
setEndpoints(array<string|int, ViewsRoutingEndpoint>|RepeatedField $var) : $this
Parameters
- $var : array<string|int, ViewsRoutingEndpoint>|RepeatedField