public class SourceContentConfiguration extends Object
Java class for SourceContentConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SourceContentConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ingestSettings" type="{https://www.google.com/apis/ads/publisher/v201711}MediaLocationSettings" minOccurs="0"/>
<element name="defaultDeliverySettings" type="{https://www.google.com/apis/ads/publisher/v201711}MediaLocationSettings" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MediaLocationSettings |
defaultDeliverySettings |
protected MediaLocationSettings |
ingestSettings |
| Constructor and Description |
|---|
SourceContentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MediaLocationSettings |
getDefaultDeliverySettings()
Gets the value of the defaultDeliverySettings property.
|
MediaLocationSettings |
getIngestSettings()
Gets the value of the ingestSettings property.
|
void |
setDefaultDeliverySettings(MediaLocationSettings value)
Sets the value of the defaultDeliverySettings property.
|
void |
setIngestSettings(MediaLocationSettings value)
Sets the value of the ingestSettings property.
|
protected MediaLocationSettings ingestSettings
protected MediaLocationSettings defaultDeliverySettings
public MediaLocationSettings getIngestSettings()
MediaLocationSettingspublic void setIngestSettings(MediaLocationSettings value)
value - allowed object is
MediaLocationSettingspublic MediaLocationSettings getDefaultDeliverySettings()
MediaLocationSettingspublic void setDefaultDeliverySettings(MediaLocationSettings value)
value - allowed object is
MediaLocationSettingsCopyright © 2018. All Rights Reserved.