Interface Campaign.AssetAutomationSettingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Campaign.AssetAutomationSetting,Campaign.AssetAutomationSetting.Builder
- Enclosing class:
- Campaign
public static interface Campaign.AssetAutomationSettingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetAutomationStatusEnum.AssetAutomationStatusgetAssetAutomationStatus()The opt-in/out status of asset automation type.intgetAssetAutomationStatusValue()The opt-in/out status of asset automation type.AssetAutomationTypeEnum.AssetAutomationTypegetAssetAutomationType()The asset automation type advertiser would like to opt-in/out.intgetAssetAutomationTypeValue()The asset automation type advertiser would like to opt-in/out.booleanhasAssetAutomationStatus()The opt-in/out status of asset automation type.booleanhasAssetAutomationType()The asset automation type advertiser would like to opt-in/out.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAssetAutomationType
boolean hasAssetAutomationType()
The asset automation type advertiser would like to opt-in/out.
optional .google.ads.googleads.v15.enums.AssetAutomationTypeEnum.AssetAutomationType asset_automation_type = 1;- Returns:
- Whether the assetAutomationType field is set.
-
getAssetAutomationTypeValue
int getAssetAutomationTypeValue()
The asset automation type advertiser would like to opt-in/out.
optional .google.ads.googleads.v15.enums.AssetAutomationTypeEnum.AssetAutomationType asset_automation_type = 1;- Returns:
- The enum numeric value on the wire for assetAutomationType.
-
getAssetAutomationType
AssetAutomationTypeEnum.AssetAutomationType getAssetAutomationType()
The asset automation type advertiser would like to opt-in/out.
optional .google.ads.googleads.v15.enums.AssetAutomationTypeEnum.AssetAutomationType asset_automation_type = 1;- Returns:
- The assetAutomationType.
-
hasAssetAutomationStatus
boolean hasAssetAutomationStatus()
The opt-in/out status of asset automation type.
optional .google.ads.googleads.v15.enums.AssetAutomationStatusEnum.AssetAutomationStatus asset_automation_status = 2;- Returns:
- Whether the assetAutomationStatus field is set.
-
getAssetAutomationStatusValue
int getAssetAutomationStatusValue()
The opt-in/out status of asset automation type.
optional .google.ads.googleads.v15.enums.AssetAutomationStatusEnum.AssetAutomationStatus asset_automation_status = 2;- Returns:
- The enum numeric value on the wire for assetAutomationStatus.
-
getAssetAutomationStatus
AssetAutomationStatusEnum.AssetAutomationStatus getAssetAutomationStatus()
The opt-in/out status of asset automation type.
optional .google.ads.googleads.v15.enums.AssetAutomationStatusEnum.AssetAutomationStatus asset_automation_status = 2;- Returns:
- The assetAutomationStatus.
-
-