Interface CreateAccountLabelRequestOrBuilder (0.1.0)

public interface CreateAccountLabelRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccountLabel()

public abstract AccountLabel getAccountLabel()

Required. The label to create.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the accountLabel field is set.