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