Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class CustomAttribute.
A custom attribute that is not explicitly modeled in a resource, e.g.
Generated from protobuf message google.cloud.discoveryengine.v1.CustomAttribute
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ text |
array
The textual values of this custom attribute. For example, |
↳ numbers |
array
The numerical values of this custom attribute. For example, |
getText
The textual values of this custom attribute. For example, ["yellow",
"green"]
when the key is "color".
Empty string is not allowed. Otherwise, an INVALID_ARGUMENT
error is
returned.
Exactly one of
CustomAttribute.text
or
CustomAttribute.numbers
should be set. Otherwise, an INVALID_ARGUMENT
error is returned.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setText
The textual values of this custom attribute. For example, ["yellow",
"green"]
when the key is "color".
Empty string is not allowed. Otherwise, an INVALID_ARGUMENT
error is
returned.
Exactly one of
CustomAttribute.text
or
CustomAttribute.numbers
should be set. Otherwise, an INVALID_ARGUMENT
error is returned.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getNumbers
The numerical values of this custom attribute. For example, [2.3, 15.4]
when the key is "lengths_cm".
Exactly one of
CustomAttribute.text
or
CustomAttribute.numbers
should be set. Otherwise, an INVALID_ARGUMENT
error is returned.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setNumbers
The numerical values of this custom attribute. For example, [2.3, 15.4]
when the key is "lengths_cm".
Exactly one of
CustomAttribute.text
or
CustomAttribute.numbers
should be set. Otherwise, an INVALID_ARGUMENT
error is returned.
Parameter | |
---|---|
Name | Description |
var |
float[]
|
Returns | |
---|---|
Type | Description |
$this |