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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
PRODUCT |
Resource type : product |
PRODUCT_VALUE |
Resource type : product |
RESOURCE_UNSPECIFIED |
Unspecified resource |
RESOURCE_UNSPECIFIED_VALUE |
Unspecified resource |
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() |