public interface CreateAccountLabelRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccountLabel()
public abstract AccountLabel getAccountLabel()
Required. The label to create.
.google.shopping.css.v1.AccountLabel account_label = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AccountLabel |
The accountLabel. |
getAccountLabelOrBuilder()
public abstract AccountLabelOrBuilder getAccountLabelOrBuilder()
Required. The label to create.
.google.shopping.css.v1.AccountLabel account_label = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AccountLabelOrBuilder |
getParent()
public abstract String getParent()
Required. The parent account. Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The parent account. Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasAccountLabel()
public abstract boolean hasAccountLabel()
Required. The label to create.
.google.shopping.css.v1.AccountLabel account_label = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the accountLabel field is set. |