Documentation

Index extends Message
in package

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

Table of Contents

$name  : mixed
Generated from protobuf field <code>string name = 1;</code>
$source_name  : mixed
Generated from protobuf field <code>optional string source_name = 4;</code>
$source_type  : mixed
Generated from protobuf field <code>optional string source_type = 6;</code>
$source_uuid  : mixed
Generated from protobuf field <code>optional string source_uuid = 7;</code>
$type  : mixed
Generated from protobuf field <code>string type = 8;</code>
$uuid  : mixed
Generated from protobuf field <code>string uuid = 9;</code>
$params  : mixed
Generated from protobuf field <code>map<string, bytes> params = 2;</code>
$plan_params  : mixed
Generated from protobuf field <code>map<string, bytes> plan_params = 3;</code>
$source_params  : mixed
Generated from protobuf field <code>map<string, bytes> source_params = 5;</code>
__construct()  : mixed
Constructor.
clearSourceName()  : mixed
clearSourceType()  : mixed
clearSourceUuid()  : mixed
getName()  : string
Generated from protobuf field <code>string name = 1;</code>
getParams()  : MapField
Generated from protobuf field <code>map<string, bytes> params = 2;</code>
getPlanParams()  : MapField
Generated from protobuf field <code>map<string, bytes> plan_params = 3;</code>
getSourceName()  : string
Generated from protobuf field <code>optional string source_name = 4;</code>
getSourceParams()  : MapField
Generated from protobuf field <code>map<string, bytes> source_params = 5;</code>
getSourceType()  : string
Generated from protobuf field <code>optional string source_type = 6;</code>
getSourceUuid()  : string
Generated from protobuf field <code>optional string source_uuid = 7;</code>
getType()  : string
Generated from protobuf field <code>string type = 8;</code>
getUuid()  : string
Generated from protobuf field <code>string uuid = 9;</code>
hasSourceName()  : mixed
hasSourceType()  : mixed
hasSourceUuid()  : mixed
setName()  : $this
Generated from protobuf field <code>string name = 1;</code>
setParams()  : $this
Generated from protobuf field <code>map<string, bytes> params = 2;</code>
setPlanParams()  : $this
Generated from protobuf field <code>map<string, bytes> plan_params = 3;</code>
setSourceName()  : $this
Generated from protobuf field <code>optional string source_name = 4;</code>
setSourceParams()  : $this
Generated from protobuf field <code>map<string, bytes> source_params = 5;</code>
setSourceType()  : $this
Generated from protobuf field <code>optional string source_type = 6;</code>
setSourceUuid()  : $this
Generated from protobuf field <code>optional string source_uuid = 7;</code>
setType()  : $this
Generated from protobuf field <code>string type = 8;</code>
setUuid()  : $this
Generated from protobuf field <code>string uuid = 9;</code>

Properties

$name

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

protected mixed $name = ''

$source_name

Generated from protobuf field <code>optional string source_name = 4;</code>

protected mixed $source_name = null

$source_type

Generated from protobuf field <code>optional string source_type = 6;</code>

protected mixed $source_type = null

$source_uuid

Generated from protobuf field <code>optional string source_uuid = 7;</code>

protected mixed $source_uuid = null

$type

Generated from protobuf field <code>string type = 8;</code>

protected mixed $type = ''

$uuid

Generated from protobuf field <code>string uuid = 9;</code>

protected mixed $uuid = ''

$params

Generated from protobuf field <code>map<string, bytes> params = 2;</code>

private mixed $params

$plan_params

Generated from protobuf field <code>map<string, bytes> plan_params = 3;</code>

private mixed $plan_params

$source_params

Generated from protobuf field <code>map<string, bytes> source_params = 5;</code>

private mixed $source_params

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 array|\Google\Protobuf\Internal\MapField $params
@type array|\Google\Protobuf\Internal\MapField $plan_params
@type string $source_name
@type array|\Google\Protobuf\Internal\MapField $source_params
@type string $source_type
@type string $source_uuid
@type string $type
@type string $uuid

}

Return values
mixed

clearSourceName()

public clearSourceName() : mixed
Return values
mixed

clearSourceType()

public clearSourceType() : mixed
Return values
mixed

clearSourceUuid()

public clearSourceUuid() : mixed
Return values
mixed

getName()

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

public getName() : string
Return values
string

getParams()

Generated from protobuf field <code>map<string, bytes> params = 2;</code>

public getParams() : MapField
Return values
MapField

getPlanParams()

Generated from protobuf field <code>map<string, bytes> plan_params = 3;</code>

public getPlanParams() : MapField
Return values
MapField

getSourceName()

Generated from protobuf field <code>optional string source_name = 4;</code>

public getSourceName() : string
Return values
string

getSourceParams()

Generated from protobuf field <code>map<string, bytes> source_params = 5;</code>

public getSourceParams() : MapField
Return values
MapField

getSourceType()

Generated from protobuf field <code>optional string source_type = 6;</code>

public getSourceType() : string
Return values
string

getSourceUuid()

Generated from protobuf field <code>optional string source_uuid = 7;</code>

public getSourceUuid() : string
Return values
string

getType()

Generated from protobuf field <code>string type = 8;</code>

public getType() : string
Return values
string

getUuid()

Generated from protobuf field <code>string uuid = 9;</code>

public getUuid() : string
Return values
string

hasSourceName()

public hasSourceName() : mixed
Return values
mixed

hasSourceType()

public hasSourceType() : mixed
Return values
mixed

hasSourceUuid()

public hasSourceUuid() : mixed
Return values
mixed

setName()

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

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

setParams()

Generated from protobuf field <code>map<string, bytes> params = 2;</code>

public setParams(array<string|int, mixed>|MapField $var) : $this
Parameters
$var : array<string|int, mixed>|MapField
Return values
$this

setPlanParams()

Generated from protobuf field <code>map<string, bytes> plan_params = 3;</code>

public setPlanParams(array<string|int, mixed>|MapField $var) : $this
Parameters
$var : array<string|int, mixed>|MapField
Return values
$this

setSourceName()

Generated from protobuf field <code>optional string source_name = 4;</code>

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

setSourceParams()

Generated from protobuf field <code>map<string, bytes> source_params = 5;</code>

public setSourceParams(array<string|int, mixed>|MapField $var) : $this
Parameters
$var : array<string|int, mixed>|MapField
Return values
$this

setSourceType()

Generated from protobuf field <code>optional string source_type = 6;</code>

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

setSourceUuid()

Generated from protobuf field <code>optional string source_uuid = 7;</code>

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

setType()

Generated from protobuf field <code>string type = 8;</code>

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

setUuid()

Generated from protobuf field <code>string uuid = 9;</code>

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

        

Search results