Enum Attribute (0.2.0)

public enum Attribute extends Enum<Attribute> implements ProtocolMessageEnum

Enum to specify the attribute in the resource that is being changed to notify the merchant about.

Protobuf enum google.shopping.merchant.notifications.v1beta.Attribute

Implements

ProtocolMessageEnum

Static Fields

Name Description
ATTRIBUTE_UNSPECIFIED

Unspecified attribute

ATTRIBUTE_UNSPECIFIED = 0;

ATTRIBUTE_UNSPECIFIED_VALUE

Unspecified attribute

ATTRIBUTE_UNSPECIFIED = 0;

STATUS

Status of the changed entity

STATUS = 1;

STATUS_VALUE

Status of the changed entity

STATUS = 1;

UNRECOGNIZED

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()