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 AttributeConfigLevelAttributeConfigLevel. forNumber(int value)AttributeConfigLevelAttributesConfig.Builder. getAttributeConfigLevel()Output only.AttributeConfigLevelAttributesConfig. getAttributeConfigLevel()Output only.AttributeConfigLevelAttributesConfigOrBuilder. getAttributeConfigLevel()Output only.static AttributeConfigLevelAttributeConfigLevel. valueOf(int value)Deprecated.static AttributeConfigLevelAttributeConfigLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AttributeConfigLevelAttributeConfigLevel. 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.BuilderAttributesConfig.Builder. setAttributeConfigLevel(AttributeConfigLevel value)Output only.
-