ListCollectionsResponse
extends Message
in package
Generated from protobuf message <code>couchbase.admin.collection.v1.ListCollectionsResponse</code>
Table of Contents
- $scopes : mixed
- Generated from protobuf field <code>repeated .couchbase.admin.collection.v1.ListCollectionsResponse.Scope scopes = 1;</code>
- __construct() : mixed
- Constructor.
- getScopes() : RepeatedField
- Generated from protobuf field <code>repeated .couchbase.admin.collection.v1.ListCollectionsResponse.Scope scopes = 1;</code>
- setScopes() : $this
- Generated from protobuf field <code>repeated .couchbase.admin.collection.v1.ListCollectionsResponse.Scope scopes = 1;</code>
Properties
$scopes
Generated from protobuf field <code>repeated .couchbase.admin.collection.v1.ListCollectionsResponse.Scope scopes = 1;</code>
private
mixed
$scopes
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\Admin\Collection\V1\ListCollectionsResponse\Scope>|\Google\Protobuf\Internal\RepeatedField $scopes
}
Return values
mixed —getScopes()
Generated from protobuf field <code>repeated .couchbase.admin.collection.v1.ListCollectionsResponse.Scope scopes = 1;</code>
public
getScopes() : RepeatedField
Return values
RepeatedField —setScopes()
Generated from protobuf field <code>repeated .couchbase.admin.collection.v1.ListCollectionsResponse.Scope scopes = 1;</code>
public
setScopes(array<string|int, Scope>|RepeatedField $var) : $this
Parameters
- $var : array<string|int, Scope>|RepeatedField