Class AppliedLabel.Builder (0.44.0)

public static final class AppliedLabel.Builder extends GeneratedMessage.Builder<AppliedLabel.Builder> implements AppliedLabelOrBuilder

Represents a Label that can be applied to an entity.

Protobuf type google.ads.admanager.v1.AppliedLabel

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AppliedLabel.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AppliedLabel.Builder
Overrides

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 String

The 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 ByteString

The 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 boolean

The negated to set.

Returns
Type Description
AppliedLabel.Builder

This builder for chaining.