Documentation

DeleteIndexRequest extends Message
in package

Generated from protobuf message <code>couchbase.admin.search.v1.DeleteIndexRequest</code>

Table of Contents

$bucket_name  : mixed
Generated from protobuf field <code>optional string bucket_name = 2;</code>
$name  : mixed
Generated from protobuf field <code>string name = 1;</code>
$scope_name  : mixed
Generated from protobuf field <code>optional string scope_name = 3;</code>
__construct()  : mixed
Constructor.
clearBucketName()  : mixed
clearScopeName()  : mixed
getBucketName()  : string
Generated from protobuf field <code>optional string bucket_name = 2;</code>
getName()  : string
Generated from protobuf field <code>string name = 1;</code>
getScopeName()  : string
Generated from protobuf field <code>optional string scope_name = 3;</code>
hasBucketName()  : mixed
hasScopeName()  : mixed
setBucketName()  : $this
Generated from protobuf field <code>optional string bucket_name = 2;</code>
setName()  : $this
Generated from protobuf field <code>string name = 1;</code>
setScopeName()  : $this
Generated from protobuf field <code>optional string scope_name = 3;</code>

Properties

$bucket_name

Generated from protobuf field <code>optional string bucket_name = 2;</code>

protected mixed $bucket_name = null

$name

Generated from protobuf field <code>string name = 1;</code>

protected mixed $name = ''

$scope_name

Generated from protobuf field <code>optional string scope_name = 3;</code>

protected mixed $scope_name = null

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 $name
@type string $bucket_name
@type string $scope_name

}

Return values
mixed

getBucketName()

Generated from protobuf field <code>optional string bucket_name = 2;</code>

public getBucketName() : string
Return values
string

getName()

Generated from protobuf field <code>string name = 1;</code>

public getName() : string
Return values
string

getScopeName()

Generated from protobuf field <code>optional string scope_name = 3;</code>

public getScopeName() : string
Return values
string

setBucketName()

Generated from protobuf field <code>optional string bucket_name = 2;</code>

public setBucketName(string $var) : $this
Parameters
$var : string
Return values
$this

setName()

Generated from protobuf field <code>string name = 1;</code>

public setName(string $var) : $this
Parameters
$var : string
Return values
$this

setScopeName()

Generated from protobuf field <code>optional string scope_name = 3;</code>

public setScopeName(string $var) : $this
Parameters
$var : string
Return values
$this

        

Search results