Enum ProductAttributes.UtilitiesIncluded (1.23.0)

public enum ProductAttributes.UtilitiesIncluded extends Enum<ProductAttributes.UtilitiesIncluded> implements ProtocolMessageEnum

The utilities included for the property.

Protobuf enum google.shopping.merchant.products.v1.ProductAttributes.UtilitiesIncluded

Implements

ProtocolMessageEnum

Static Fields

Name Description
ELECTRICITY

Electricity.

ELECTRICITY = 1;

ELECTRICITY_VALUE

Electricity.

ELECTRICITY = 1;

GAS

Gas.

GAS = 2;

GAS_VALUE

Gas.

GAS = 2;

INTERNET

Internet.

INTERNET = 3;

INTERNET_VALUE

Internet.

INTERNET = 3;

TRASH

Trash.

TRASH = 4;

TRASH_VALUE

Trash.

TRASH = 4;

UNRECOGNIZED
UTILITIES_INCLUDED_UNSPECIFIED

Unspecified utilities included.

UTILITIES_INCLUDED_UNSPECIFIED = 0;

UTILITIES_INCLUDED_UNSPECIFIED_VALUE

Unspecified utilities included.

UTILITIES_INCLUDED_UNSPECIFIED = 0;

WATER

Water.

WATER = 5;

WATER_VALUE

Water.

WATER = 5;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()