public interface UpdateAdSpotRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdSpot()
public abstract AdSpot getAdSpot() Required. The AdSpot to update.
The AdSpot's name is used to identify the AdSpot to update.
.google.ads.admanager.v1.AdSpot ad_spot = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AdSpot |
The adSpot. |
getAdSpotOrBuilder()
public abstract AdSpotOrBuilder getAdSpotOrBuilder() Required. The AdSpot to update.
The AdSpot's name is used to identify the AdSpot to update.
.google.ads.admanager.v1.AdSpot ad_spot = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AdSpotOrBuilder |
|
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 |
|
hasAdSpot()
public abstract boolean hasAdSpot() Required. The AdSpot to update.
The AdSpot's name is used to identify the AdSpot to update.
.google.ads.admanager.v1.AdSpot ad_spot = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the adSpot 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. |