Interface AccountLimitOrBuilder (1.10.0)

public interface AccountLimitOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Identifier. The limit part of the name will be a combination of the type and the scope. For example: accounts/123/limits/products~ADS_NON_EEA

Format: accounts/{account}/limits/{limit}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The limit part of the name will be a combination of the type and the scope. For example: accounts/123/limits/products~ADS_NON_EEA

Format: accounts/{account}/limits/{limit}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getProducts()

public abstract ProductLimit getProducts()

The limit for products.

.google.shopping.merchant.quota.v1.ProductLimit products = 100;

Returns
Type Description
ProductLimit

The products.

getProductsOrBuilder()

public abstract ProductLimitOrBuilder getProductsOrBuilder()

The limit for products.

.google.shopping.merchant.quota.v1.ProductLimit products = 100;

Returns
Type Description
ProductLimitOrBuilder

getTypeCase()

public abstract AccountLimit.TypeCase getTypeCase()
Returns
Type Description
AccountLimit.TypeCase

hasProducts()

public abstract boolean hasProducts()

The limit for products.

.google.shopping.merchant.quota.v1.ProductLimit products = 100;

Returns
Type Description
boolean

Whether the products field is set.