public interface UpdateSiteRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSite()
public abstract Site getSite() Required. The Site to update.
The Site's name is used to identify the Site to update.
.google.ads.admanager.v1.Site site = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Site |
The site. |
getSiteOrBuilder()
public abstract SiteOrBuilder getSiteOrBuilder() Required. The Site to update.
The Site's name is used to identify the Site to update.
.google.ads.admanager.v1.Site site = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SiteOrBuilder |
|
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 |
|
hasSite()
public abstract boolean hasSite() Required. The Site to update.
The Site's name is used to identify the Site to update.
.google.ads.admanager.v1.Site site = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the site 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. |