DropPrimaryIndexRequest
extends Message
in package
Generated from protobuf message <code>couchbase.admin.query.v1.DropPrimaryIndexRequest</code>
Table of Contents
- $bucket_name : mixed
- Generated from protobuf field <code>string bucket_name = 1;</code>
- $collection_name : mixed
- Generated from protobuf field <code>optional string collection_name = 3;</code>
- $ignore_if_missing : mixed
- Generated from protobuf field <code>optional bool ignore_if_missing = 5;</code>
- $name : mixed
- Generated from protobuf field <code>optional string name = 4;</code>
- $scope_name : mixed
- Generated from protobuf field <code>optional string scope_name = 2;</code>
- __construct() : mixed
- Constructor.
- clearCollectionName() : mixed
- clearIgnoreIfMissing() : mixed
- clearName() : mixed
- clearScopeName() : mixed
- getBucketName() : string
- Generated from protobuf field <code>string bucket_name = 1;</code>
- getCollectionName() : string
- Generated from protobuf field <code>optional string collection_name = 3;</code>
- getIgnoreIfMissing() : bool
- Generated from protobuf field <code>optional bool ignore_if_missing = 5;</code>
- getName() : string
- Generated from protobuf field <code>optional string name = 4;</code>
- getScopeName() : string
- Generated from protobuf field <code>optional string scope_name = 2;</code>
- hasCollectionName() : mixed
- hasIgnoreIfMissing() : mixed
- hasName() : mixed
- hasScopeName() : mixed
- setBucketName() : $this
- Generated from protobuf field <code>string bucket_name = 1;</code>
- setCollectionName() : $this
- Generated from protobuf field <code>optional string collection_name = 3;</code>
- setIgnoreIfMissing() : $this
- Generated from protobuf field <code>optional bool ignore_if_missing = 5;</code>
- setName() : $this
- Generated from protobuf field <code>optional string name = 4;</code>
- setScopeName() : $this
- Generated from protobuf field <code>optional string scope_name = 2;</code>
Properties
$bucket_name
Generated from protobuf field <code>string bucket_name = 1;</code>
protected
mixed
$bucket_name
= ''
$collection_name
Generated from protobuf field <code>optional string collection_name = 3;</code>
protected
mixed
$collection_name
= null
$ignore_if_missing
Generated from protobuf field <code>optional bool ignore_if_missing = 5;</code>
protected
mixed
$ignore_if_missing
= null
$name
Generated from protobuf field <code>optional string name = 4;</code>
protected
mixed
$name
= null
$scope_name
Generated from protobuf field <code>optional string scope_name = 2;</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 $bucket_name @type string $scope_name @type string $collection_name @type string $name @type bool $ignore_if_missing
}
Return values
mixed —clearCollectionName()
public
clearCollectionName() : mixed
Return values
mixed —clearIgnoreIfMissing()
public
clearIgnoreIfMissing() : mixed
Return values
mixed —clearName()
public
clearName() : mixed
Return values
mixed —clearScopeName()
public
clearScopeName() : mixed
Return values
mixed —getBucketName()
Generated from protobuf field <code>string bucket_name = 1;</code>
public
getBucketName() : string
Return values
string —getCollectionName()
Generated from protobuf field <code>optional string collection_name = 3;</code>
public
getCollectionName() : string
Return values
string —getIgnoreIfMissing()
Generated from protobuf field <code>optional bool ignore_if_missing = 5;</code>
public
getIgnoreIfMissing() : bool
Return values
bool —getName()
Generated from protobuf field <code>optional string name = 4;</code>
public
getName() : string
Return values
string —getScopeName()
Generated from protobuf field <code>optional string scope_name = 2;</code>
public
getScopeName() : string
Return values
string —hasCollectionName()
public
hasCollectionName() : mixed
Return values
mixed —hasIgnoreIfMissing()
public
hasIgnoreIfMissing() : mixed
Return values
mixed —hasName()
public
hasName() : mixed
Return values
mixed —hasScopeName()
public
hasScopeName() : mixed
Return values
mixed —setBucketName()
Generated from protobuf field <code>string bucket_name = 1;</code>
public
setBucketName(string $var) : $this
Parameters
- $var : string
Return values
$this —setCollectionName()
Generated from protobuf field <code>optional string collection_name = 3;</code>
public
setCollectionName(string $var) : $this
Parameters
- $var : string
Return values
$this —setIgnoreIfMissing()
Generated from protobuf field <code>optional bool ignore_if_missing = 5;</code>
public
setIgnoreIfMissing(bool $var) : $this
Parameters
- $var : bool
Return values
$this —setName()
Generated from protobuf field <code>optional string name = 4;</code>
public
setName(string $var) : $this
Parameters
- $var : string
Return values
$this —setScopeName()
Generated from protobuf field <code>optional string scope_name = 2;</code>
public
setScopeName(string $var) : $this
Parameters
- $var : string