public interface CreateLabelRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLabel()
public abstract Label getLabel() Required. The Label to create.
.google.ads.admanager.v1.Label label = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Label |
The label. |
getLabelOrBuilder()
public abstract LabelOrBuilder getLabelOrBuilder() Required. The Label to create.
.google.ads.admanager.v1.Label label = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LabelOrBuilder |
|
getParent()
public abstract String getParent() Required. The parent resource where this Label will be created.
Format: networks/{network_code}
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 resource where this Label will be created.
Format: networks/{network_code}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasLabel()
public abstract boolean hasLabel() Required. The Label to create.
.google.ads.admanager.v1.Label label = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the label field is set. |