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.
data
array
Optional. Data for populating the Message object.
↳ text
array
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.
↳ numbers
array
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.
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.
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.
var
string[]
$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.
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.
var
float[]
$this