public interface UpdateLabelRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLabel()
public abstract Label getLabel() Required. The Label to update.
The Label's name is used to identify the Label to update.
.google.ads.admanager.v1.Label label = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Label |
The label. |
getLabelOrBuilder()
public abstract LabelOrBuilder getLabelOrBuilder() Required. The Label to update.
The Label's name is used to identify the Label to update.
.google.ads.admanager.v1.Label label = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LabelOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasLabel()
public abstract boolean hasLabel() Required. The Label to update.
The Label's name is used to identify the Label to update.
.google.ads.admanager.v1.Label label = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the label field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |