public interface AccountLabelOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccountId()
public abstract long getAccountId()
Output only. The ID of account this label belongs to.
int64 account_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long | The accountId. |
getDescription()
public abstract String getDescription()
The description of this label.
optional string description = 5;
Returns | |
---|---|
Type | Description |
String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
The description of this label.
optional string description = 5;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for description. |
getDisplayName()
public abstract String getDisplayName()
The display name of this label.
optional string display_name = 4;
Returns | |
---|---|
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
The display name of this label.
optional string display_name = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for displayName. |
getLabelId()
public abstract long getLabelId()
Output only. The ID of the label.
int64 label_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long | The labelId. |
getLabelType()
public abstract AccountLabel.LabelType getLabelType()
Output only. The type of this label.
.google.shopping.css.v1.AccountLabel.LabelType label_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
AccountLabel.LabelType | The labelType. |
getLabelTypeValue()
public abstract int getLabelTypeValue()
Output only. The type of this label.
.google.shopping.css.v1.AccountLabel.LabelType label_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for labelType. |
getName()
public abstract String getName()
The resource name of the label. Format: accounts/{account}/labels/{label}
string name = 1;
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The resource name of the label. Format: accounts/{account}/labels/{label}
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
hasDescription()
public abstract boolean hasDescription()
The description of this label.
optional string description = 5;
Returns | |
---|---|
Type | Description |
boolean | Whether the description field is set. |
hasDisplayName()
public abstract boolean hasDisplayName()
The display name of this label.
optional string display_name = 4;
Returns | |
---|---|
Type | Description |
boolean | Whether the displayName field is set. |