public static final class AppliedLabel.Builder extends GeneratedMessage.Builder<AppliedLabel.Builder> implements AppliedLabelOrBuilderRepresents a Label that can be applied to an entity.
Protobuf type google.ads.admanager.v1.AppliedLabel
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AppliedLabel.BuilderImplements
AppliedLabelOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AppliedLabel build()| Returns | |
|---|---|
| Type | Description |
AppliedLabel |
|
buildPartial()
public AppliedLabel buildPartial()| Returns | |
|---|---|
| Type | Description |
AppliedLabel |
|
clear()
public AppliedLabel.Builder clear()| Returns | |
|---|---|
| Type | Description |
AppliedLabel.Builder |
|
clearLabel()
public AppliedLabel.Builder clearLabel()Required. The label to be applied. Format: "networks/{network_code}/labels/{label_id}"
string label = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
AppliedLabel.Builder |
This builder for chaining. |
clearNegated()
public AppliedLabel.Builder clearNegated()Specifies whether or not to negate the effects of the label.
bool negated = 2;
| Returns | |
|---|---|
| Type | Description |
AppliedLabel.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public AppliedLabel getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AppliedLabel |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLabel()
public String getLabel()Required. The label to be applied. Format: "networks/{network_code}/labels/{label_id}"
string label = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The label. |
getLabelBytes()
public ByteString getLabelBytes()Required. The label to be applied. Format: "networks/{network_code}/labels/{label_id}"
string label = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for label. |
getNegated()
public boolean getNegated()Specifies whether or not to negate the effects of the label.
bool negated = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The negated. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AppliedLabel other)
public AppliedLabel.Builder mergeFrom(AppliedLabel other)| Parameter | |
|---|---|
| Name | Description |
other |
AppliedLabel |
| Returns | |
|---|---|
| Type | Description |
AppliedLabel.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AppliedLabel.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AppliedLabel.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AppliedLabel.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AppliedLabel.Builder |
|
setLabel(String value)
public AppliedLabel.Builder setLabel(String value)Required. The label to be applied. Format: "networks/{network_code}/labels/{label_id}"
string label = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe label to set. |
| Returns | |
|---|---|
| Type | Description |
AppliedLabel.Builder |
This builder for chaining. |
setLabelBytes(ByteString value)
public AppliedLabel.Builder setLabelBytes(ByteString value)Required. The label to be applied. Format: "networks/{network_code}/labels/{label_id}"
string label = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for label to set. |
| Returns | |
|---|---|
| Type | Description |
AppliedLabel.Builder |
This builder for chaining. |
setNegated(boolean value)
public AppliedLabel.Builder setNegated(boolean value)Specifies whether or not to negate the effects of the label.
bool negated = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe negated to set. |
| Returns | |
|---|---|
| Type | Description |
AppliedLabel.Builder |
This builder for chaining. |