AnalyzeDocumentResponse
extends Message
in package
Generated from protobuf message <code>couchbase.admin.search.v1.AnalyzeDocumentResponse</code>
Table of Contents
- $analyzed : mixed
- Generated from protobuf field <code>bytes analyzed = 2;</code>
- $status : mixed
- Generated from protobuf field <code>string status = 1;</code>
- __construct() : mixed
- Constructor.
- getAnalyzed() : string
- Generated from protobuf field <code>bytes analyzed = 2;</code>
- getStatus() : string
- Generated from protobuf field <code>string status = 1;</code>
- setAnalyzed() : $this
- Generated from protobuf field <code>bytes analyzed = 2;</code>
- setStatus() : $this
- Generated from protobuf field <code>string status = 1;</code>
Properties
$analyzed
Generated from protobuf field <code>bytes analyzed = 2;</code>
protected
mixed
$analyzed
= ''
$status
Generated from protobuf field <code>string status = 1;</code>
protected
mixed
$status
= ''
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 $status @type string $analyzed
}
Return values
mixed —getAnalyzed()
Generated from protobuf field <code>bytes analyzed = 2;</code>
public
getAnalyzed() : string
Return values
string —getStatus()
Generated from protobuf field <code>string status = 1;</code>
public
getStatus() : string
Return values
string —setAnalyzed()
Generated from protobuf field <code>bytes analyzed = 2;</code>
public
setAnalyzed(string $var) : $this
Parameters
- $var : string
Return values
$this —setStatus()
Generated from protobuf field <code>string status = 1;</code>
public
setStatus(string $var) : $this
Parameters
- $var : string