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
Modifier and TypeMethodDescriptionDimension value with which this listing group is refining its parent.Dimension value with which this listing group is refining its parent.Resource name of ad group criterion which is the parent listing group subdivision.com.google.protobuf.ByteStringResource name of ad group criterion which is the parent listing group subdivision.getPath()The path of dimensions defining this listing group.The path of dimensions defining this listing group.getType()Type of the listing group.intType of the listing group.booleanDimension value with which this listing group is refining its parent.booleanResource name of ad group criterion which is the parent listing group subdivision.booleanhasPath()The path of dimensions defining this listing group.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
-
getTypeValue
int getTypeValue()Type of the listing group.
.google.ads.googleads.v18.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.v18.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.v18.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.v18.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.v18.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
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.
-
hasPath
boolean hasPath()The path of dimensions defining this listing group.
optional .google.ads.googleads.v18.common.ListingDimensionPath path = 5;- Returns:
- Whether the path field is set.
-
getPath
ListingDimensionPath getPath()The path of dimensions defining this listing group.
optional .google.ads.googleads.v18.common.ListingDimensionPath path = 5;- Returns:
- The path.
-
getPathOrBuilder
ListingDimensionPathOrBuilder getPathOrBuilder()The path of dimensions defining this listing group.
optional .google.ads.googleads.v18.common.ListingDimensionPath path = 5;
-