Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ReferenceListEntry.
An entry in a reference list.
Generated from protobuf message google.cloud.chronicle.v1.ReferenceListEntry
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ value |
string
Required. The value of the entry. Maximum length is 512 characters. |
getValue
Required. The value of the entry. Maximum length is 512 characters.
Returns | |
---|---|
Type | Description |
string |
setValue
Required. The value of the entry. Maximum length is 512 characters.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |