Interface ProductLimitOrBuilder (1.10.0)

public interface ProductLimitOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLimit()

public abstract long getLimit()

Required. The maximum number of products that are allowed in the account in the given scope.

int64 limit = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
long

The limit.

getScope()

public abstract ProductLimit.Scope getScope()

Required. The scope of the product limit.

.google.shopping.merchant.quota.v1.ProductLimit.Scope scope = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProductLimit.Scope

The scope.

getScopeValue()

public abstract int getScopeValue()

Required. The scope of the product limit.

.google.shopping.merchant.quota.v1.ProductLimit.Scope scope = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for scope.