Interface AdGroup.DemandGenAdGroupSettings.DemandGenChannelControlsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls,AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls.Builder
- Enclosing class:
- AdGroup.DemandGenAdGroupSettings
public static interface AdGroup.DemandGenAdGroupSettings.DemandGenChannelControlsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.intOutput only.High level channel strategy.intHigh level channel strategy.Explicitly selected channels.Explicitly selected channels.booleanHigh level channel strategy.booleanExplicitly selected channels.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
-
getChannelConfigValue
int getChannelConfigValue()Output only. Channel configuration reflecting which field in the oneof is populated.
.google.ads.googleads.v20.enums.DemandGenChannelConfigEnum.DemandGenChannelConfig channel_config = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for channelConfig.
-
getChannelConfig
DemandGenChannelConfigEnum.DemandGenChannelConfig getChannelConfig()Output only. Channel configuration reflecting which field in the oneof is populated.
.google.ads.googleads.v20.enums.DemandGenChannelConfigEnum.DemandGenChannelConfig channel_config = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The channelConfig.
-
hasChannelStrategy
boolean hasChannelStrategy()High level channel strategy.
.google.ads.googleads.v20.enums.DemandGenChannelStrategyEnum.DemandGenChannelStrategy channel_strategy = 2;- Returns:
- Whether the channelStrategy field is set.
-
getChannelStrategyValue
int getChannelStrategyValue()High level channel strategy.
.google.ads.googleads.v20.enums.DemandGenChannelStrategyEnum.DemandGenChannelStrategy channel_strategy = 2;- Returns:
- The enum numeric value on the wire for channelStrategy.
-
getChannelStrategy
DemandGenChannelStrategyEnum.DemandGenChannelStrategy getChannelStrategy()High level channel strategy.
.google.ads.googleads.v20.enums.DemandGenChannelStrategyEnum.DemandGenChannelStrategy channel_strategy = 2;- Returns:
- The channelStrategy.
-
hasSelectedChannels
boolean hasSelectedChannels()Explicitly selected channels. This field should be set with at least one true value when present.
.google.ads.googleads.v20.resources.AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls.DemandGenSelectedChannels selected_channels = 3;- Returns:
- Whether the selectedChannels field is set.
-
getSelectedChannels
AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls.DemandGenSelectedChannels getSelectedChannels()Explicitly selected channels. This field should be set with at least one true value when present.
.google.ads.googleads.v20.resources.AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls.DemandGenSelectedChannels selected_channels = 3;- Returns:
- The selectedChannels.
-
getSelectedChannelsOrBuilder
AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls.DemandGenSelectedChannelsOrBuilder getSelectedChannelsOrBuilder()Explicitly selected channels. This field should be set with at least one true value when present.
.google.ads.googleads.v20.resources.AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls.DemandGenSelectedChannels selected_channels = 3; -
getChannelConfigurationCase
AdGroup.DemandGenAdGroupSettings.DemandGenChannelControls.ChannelConfigurationCase getChannelConfigurationCase()
-