ListCollectionsRequest
extends Message
in package
Generated from protobuf message <code>couchbase.admin.collection.v1.ListCollectionsRequest</code>
Table of Contents
- $bucket_name : mixed
- Generated from protobuf field <code>string bucket_name = 1;</code>
- __construct() : mixed
- Constructor.
- getBucketName() : string
- Generated from protobuf field <code>string bucket_name = 1;</code>
- setBucketName() : $this
- Generated from protobuf field <code>string bucket_name = 1;</code>
Properties
$bucket_name
Generated from protobuf field <code>string bucket_name = 1;</code>
protected
mixed
$bucket_name
= ''
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 $bucket_name
}
Return values
mixed —getBucketName()
Generated from protobuf field <code>string bucket_name = 1;</code>
public
getBucketName() : string
Return values
string —setBucketName()
Generated from protobuf field <code>string bucket_name = 1;</code>
public
setBucketName(string $var) : $this
Parameters
- $var : string