public interface UpdateAdUnitRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdUnit()
public abstract AdUnit getAdUnit() Required. The AdUnit to update.
The AdUnit's name is used to identify the AdUnit to update. Format:
networks/{network_code}/adUnits/{ad_unit_id}
.google.ads.admanager.v1.AdUnit ad_unit = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AdUnit |
The adUnit. |
getAdUnitOrBuilder()
public abstract AdUnitOrBuilder getAdUnitOrBuilder() Required. The AdUnit to update.
The AdUnit's name is used to identify the AdUnit to update. Format:
networks/{network_code}/adUnits/{ad_unit_id}
.google.ads.admanager.v1.AdUnit ad_unit = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AdUnitOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasAdUnit()
public abstract boolean hasAdUnit() Required. The AdUnit to update.
The AdUnit's name is used to identify the AdUnit to update. Format:
networks/{network_code}/adUnits/{ad_unit_id}
.google.ads.admanager.v1.AdUnit ad_unit = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the adUnit field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |