Package | Description |
---|---|
com.google.api.services.mybusinessbusinessinformation.v1.model |
Modifier and Type | Method and Description |
---|---|
AttributeMetadata |
AttributeMetadata.clone() |
AttributeMetadata |
AttributeMetadata.set(String fieldName,
Object value) |
AttributeMetadata |
AttributeMetadata.setDeprecated(Boolean deprecated)
If true, the attribute is deprecated and should no longer be used.
|
AttributeMetadata |
AttributeMetadata.setDisplayName(String displayName)
The localized display name for the attribute, if available; otherwise, the English display
name.
|
AttributeMetadata |
AttributeMetadata.setGroupDisplayName(String groupDisplayName)
The localized display name of the group that contains this attribute, if available; otherwise,
the English group name.
|
AttributeMetadata |
AttributeMetadata.setParent(String parent)
The unique identifier for the attribute.
|
AttributeMetadata |
AttributeMetadata.setRepeatable(Boolean repeatable)
If true, the attribute supports multiple values.
|
AttributeMetadata |
AttributeMetadata.setValueMetadata(List<AttributeValueMetadata> valueMetadata)
For some types of attributes (for example, enums), a list of supported values and corresponding
display names for those values is provided.
|
AttributeMetadata |
AttributeMetadata.setValueType(String valueType)
The value type for the attribute.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeMetadata> |
ListAttributeMetadataResponse.getAttributeMetadata()
A collection of attribute metadata for the available attributes.
|
Modifier and Type | Method and Description |
---|---|
ListAttributeMetadataResponse |
ListAttributeMetadataResponse.setAttributeMetadata(List<AttributeMetadata> attributeMetadata)
A collection of attribute metadata for the available attributes.
|
Copyright © 2011–2025 Google. All rights reserved.