Reference documentation and code samples for the Google Cloud Api Hub V1 Client class AttributeValues.
The attribute values associated with resource.
Generated from protobuf message google.cloud.apihub.v1.AttributeValues
Namespace
Google \ Cloud \ ApiHub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enum_values
AttributeValues\EnumAttributeValues
The attribute values associated with a resource in case attribute data type is enum.
↳ string_values
AttributeValues\StringAttributeValues
The attribute values associated with a resource in case attribute data type is string.
↳ json_values
AttributeValues\StringAttributeValues
The attribute values associated with a resource in case attribute data type is JSON.
↳ attribute
string
Output only. The name of the attribute. Format: projects/{project}/locations/{location}/attributes/{attribute}
getEnumValues
The attribute values associated with a resource in case attribute data type is enum.
hasEnumValues
setEnumValues
The attribute values associated with a resource in case attribute data type is enum.
$this
getStringValues
The attribute values associated with a resource in case attribute data type is string.
hasStringValues
setStringValues
The attribute values associated with a resource in case attribute data type is string.
$this
getJsonValues
The attribute values associated with a resource in case attribute data type is JSON.
hasJsonValues
setJsonValues
The attribute values associated with a resource in case attribute data type is JSON.
$this
getAttribute
Output only. The name of the attribute.
Format: projects/{project}/locations/{location}/attributes/{attribute}
string
setAttribute
Output only. The name of the attribute.
Format: projects/{project}/locations/{location}/attributes/{attribute}
var
string
$this
getValue
string

