public interface UpdateAccountLabelRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the accountLabel field is set. |