Interface AdGroup.DemandGenAdGroupSettingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdGroup.DemandGenAdGroupSettings,AdGroup.DemandGenAdGroupSettings.Builder
- Enclosing class:
- AdGroup
public static interface AdGroup.DemandGenAdGroupSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionChannel controls for Demand Gen ad groups.Channel controls for Demand Gen ad groups.booleanChannel controls for Demand Gen ad groups.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasChannelControls
boolean hasChannelControls()Channel controls for Demand Gen ad groups.
.google.ads.googleads.v21.resources.AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls channel_controls = 1;- Returns:
- Whether the channelControls field is set.
-
getChannelControls
AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls getChannelControls()Channel controls for Demand Gen ad groups.
.google.ads.googleads.v21.resources.AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls channel_controls = 1;- Returns:
- The channelControls.
-
getChannelControlsOrBuilder
AdGroup.DemandGenAdGroupSettings.DemandGenChannelControlsOrBuilder getChannelControlsOrBuilder()Channel controls for Demand Gen ad groups.
.google.ads.googleads.v21.resources.AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls channel_controls = 1;
-