public interface UpdateCdnConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCdnConfig()
public abstract CdnConfig getCdnConfig() Required. The CdnConfig to update.
The CdnConfig's name is used to identify the CdnConfig
to update.
.google.ads.admanager.v1.CdnConfig cdn_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CdnConfig |
The cdnConfig. |
getCdnConfigOrBuilder()
public abstract CdnConfigOrBuilder getCdnConfigOrBuilder() Required. The CdnConfig to update.
The CdnConfig's name is used to identify the CdnConfig
to update.
.google.ads.admanager.v1.CdnConfig cdn_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CdnConfigOrBuilder |
|
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 |
|
hasCdnConfig()
public abstract boolean hasCdnConfig() Required. The CdnConfig to update.
The CdnConfig's name is used to identify the CdnConfig
to update.
.google.ads.admanager.v1.CdnConfig cdn_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cdnConfig 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. |