Documentation

WatchRoutingRequest extends Message
in package

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

Table of Contents

$bucket_name  : mixed
Specifies the specific bucket that will be accessed.
__construct()  : mixed
Constructor.
clearBucketName()  : mixed
getBucketName()  : string
Specifies the specific bucket that will be accessed.
hasBucketName()  : mixed
setBucketName()  : $this
Specifies the specific bucket that will be accessed.

Properties

$bucket_name

Specifies the specific bucket that will be accessed.

protected mixed $bucket_name = null

Generated from protobuf field optional string bucket_name = 1;

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
      Specifies the specific bucket that will be accessed.

}

Return values
mixed

getBucketName()

Specifies the specific bucket that will be accessed.

public getBucketName() : string

Generated from protobuf field optional string bucket_name = 1;

Return values
string

setBucketName()

Specifies the specific bucket that will be accessed.

public setBucketName(string $var) : $this

Generated from protobuf field optional string bucket_name = 1;

Parameters
$var : string
Return values
$this

        

Search results