Enum Branch.ProductCountStatistic.ProductCountScope (2.48.0)

public enum Branch.ProductCountStatistic.ProductCountScope extends Enum<Branch.ProductCountStatistic.ProductCountScope> implements ProtocolMessageEnum

Scope of what products are included for this count.

Protobuf enum google.cloud.retail.v2alpha.Branch.ProductCountStatistic.ProductCountScope

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL_PRODUCTS

Scope for all existing products in the branch. Useful for understanding how many products there are in a branch.

ALL_PRODUCTS = 1;

ALL_PRODUCTS_VALUE

Scope for all existing products in the branch. Useful for understanding how many products there are in a branch.

ALL_PRODUCTS = 1;

LAST_24_HOUR_UPDATE

Scope for products created or updated in the last 24 hours.

LAST_24_HOUR_UPDATE = 2;

LAST_24_HOUR_UPDATE_VALUE

Scope for products created or updated in the last 24 hours.

LAST_24_HOUR_UPDATE = 2;

PRODUCT_COUNT_SCOPE_UNSPECIFIED

Default value for enum. This value is not used in the API response.

PRODUCT_COUNT_SCOPE_UNSPECIFIED = 0;

PRODUCT_COUNT_SCOPE_UNSPECIFIED_VALUE

Default value for enum. This value is not used in the API response.

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