Interface ListingGroupInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListingGroupInfo,ListingGroupInfo.Builder
public interface ListingGroupInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListingDimensionInfogetCaseValue()Dimension value with which this listing group is refining its parent.ListingDimensionInfoOrBuildergetCaseValueOrBuilder()Dimension value with which this listing group is refining its parent.java.lang.StringgetParentAdGroupCriterion()Resource name of ad group criterion which is the parent listing group subdivision.com.google.protobuf.ByteStringgetParentAdGroupCriterionBytes()Resource name of ad group criterion which is the parent listing group subdivision.ListingGroupTypeEnum.ListingGroupTypegetType()Type of the listing group.intgetTypeValue()Type of the listing group.booleanhasCaseValue()Dimension value with which this listing group is refining its parent.booleanhasParentAdGroupCriterion()Resource name of ad group criterion which is the parent listing group subdivision.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
Type of the listing group.
.google.ads.googleads.v10.enums.ListingGroupTypeEnum.ListingGroupType type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
ListingGroupTypeEnum.ListingGroupType getType()
Type of the listing group.
.google.ads.googleads.v10.enums.ListingGroupTypeEnum.ListingGroupType type = 1;- Returns:
- The type.
-
hasCaseValue
boolean hasCaseValue()
Dimension value with which this listing group is refining its parent. Undefined for the root group.
.google.ads.googleads.v10.common.ListingDimensionInfo case_value = 2;- Returns:
- Whether the caseValue field is set.
-
getCaseValue
ListingDimensionInfo getCaseValue()
Dimension value with which this listing group is refining its parent. Undefined for the root group.
.google.ads.googleads.v10.common.ListingDimensionInfo case_value = 2;- Returns:
- The caseValue.
-
getCaseValueOrBuilder
ListingDimensionInfoOrBuilder getCaseValueOrBuilder()
Dimension value with which this listing group is refining its parent. Undefined for the root group.
.google.ads.googleads.v10.common.ListingDimensionInfo case_value = 2;
-
hasParentAdGroupCriterion
boolean hasParentAdGroupCriterion()
Resource name of ad group criterion which is the parent listing group subdivision. Null for the root group.
optional string parent_ad_group_criterion = 4;- Returns:
- Whether the parentAdGroupCriterion field is set.
-
getParentAdGroupCriterion
java.lang.String getParentAdGroupCriterion()
Resource name of ad group criterion which is the parent listing group subdivision. Null for the root group.
optional string parent_ad_group_criterion = 4;- Returns:
- The parentAdGroupCriterion.
-
getParentAdGroupCriterionBytes
com.google.protobuf.ByteString getParentAdGroupCriterionBytes()
Resource name of ad group criterion which is the parent listing group subdivision. Null for the root group.
optional string parent_ad_group_criterion = 4;- Returns:
- The bytes for parentAdGroupCriterion.
-
-