Enum Resource (0.3.0)

public enum Resource extends Enum<Resource> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
PRODUCT

Resource type : product

PRODUCT = 1;

PRODUCT_VALUE

Resource type : product

PRODUCT = 1;

RESOURCE_UNSPECIFIED

Unspecified resource

RESOURCE_UNSPECIFIED = 0;

RESOURCE_UNSPECIFIED_VALUE

Unspecified resource

RESOURCE_UNSPECIFIED = 0;

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