Uses of Class
com.google.cloud.retail.v2.AttributeConfigLevel
-
Packages that use AttributeConfigLevel Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of AttributeConfigLevel in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return AttributeConfigLevel Modifier and Type Method Description static AttributeConfigLevel
AttributeConfigLevel. forNumber(int value)
AttributeConfigLevel
AttributesConfig.Builder. getAttributeConfigLevel()
Output only.AttributeConfigLevel
AttributesConfig. getAttributeConfigLevel()
Output only.AttributeConfigLevel
AttributesConfigOrBuilder. getAttributeConfigLevel()
Output only.static AttributeConfigLevel
AttributeConfigLevel. valueOf(int value)
Deprecated.static AttributeConfigLevel
AttributeConfigLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AttributeConfigLevel
AttributeConfigLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeConfigLevel[]
AttributeConfigLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.retail.v2 that return types with arguments of type AttributeConfigLevel Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AttributeConfigLevel>
AttributeConfigLevel. internalGetValueMap()
Methods in com.google.cloud.retail.v2 with parameters of type AttributeConfigLevel Modifier and Type Method Description AttributesConfig.Builder
AttributesConfig.Builder. setAttributeConfigLevel(AttributeConfigLevel value)
Output only.
-