Class AppliedLabel.Builder (0.4.0)

public static final class AppliedLabel.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AppliedLabel.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AppliedLabel.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public AppliedLabel.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

public AppliedLabel.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
AppliedLabel.Builder
Overrides

clone()

public AppliedLabel.Builder clone()
Returns
Type Description
AppliedLabel.Builder
Overrides

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AppliedLabel.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AppliedLabel.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AppliedLabel.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AppliedLabel.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
AppliedLabel.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final AppliedLabel.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AppliedLabel.Builder
Overrides