public interface CreateCdnConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCdnConfig()
public abstract CdnConfig getCdnConfig() Required. The CdnConfig to create.
.google.ads.admanager.v1.CdnConfig cdn_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CdnConfig |
The cdnConfig. |
getCdnConfigOrBuilder()
public abstract CdnConfigOrBuilder getCdnConfigOrBuilder() Required. The CdnConfig to create.
.google.ads.admanager.v1.CdnConfig cdn_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CdnConfigOrBuilder |
|
getParent()
public abstract String getParent() Required. The parent resource where this CdnConfig will be created.
Format: networks/{network_code}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The parent resource where this CdnConfig will be created.
Format: networks/{network_code}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasCdnConfig()
public abstract boolean hasCdnConfig() Required. The CdnConfig to create.
.google.ads.admanager.v1.CdnConfig cdn_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cdnConfig field is set. |