Interface UpdateAccountLabelRequestOrBuilder (0.1.0)

public interface UpdateAccountLabelRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccountLabel()

public abstract AccountLabel getAccountLabel()

Required. The updated label. All fields must be provided.

.google.shopping.css.v1.AccountLabel account_label = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AccountLabel

The accountLabel.

getAccountLabelOrBuilder()

public abstract AccountLabelOrBuilder getAccountLabelOrBuilder()

Required. The updated label. All fields must be provided.

.google.shopping.css.v1.AccountLabel account_label = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AccountLabelOrBuilder

hasAccountLabel()

public abstract boolean hasAccountLabel()

Required. The updated label. All fields must be provided.

.google.shopping.css.v1.AccountLabel account_label = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the accountLabel field is set.