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 Detail

      • getTypeValue

        int getTypeValue()
         Type of the listing group.
         
        .google.ads.googleads.v15.enums.ListingGroupTypeEnum.ListingGroupType type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • hasCaseValue

        boolean hasCaseValue()
         Dimension value with which this listing group is refining its parent.
         Undefined for the root group.
         
        .google.ads.googleads.v15.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.v15.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.v15.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.
      • hasPath

        boolean hasPath()
         The path of dimensions defining this listing group.
         
        optional .google.ads.googleads.v15.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.v15.common.ListingDimensionPath path = 5;
        Returns:
        The path.
      • getPathOrBuilder

        ListingDimensionPathOrBuilder getPathOrBuilder()
         The path of dimensions defining this listing group.
         
        optional .google.ads.googleads.v15.common.ListingDimensionPath path = 5;