All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.common.ListingGroupInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/criteria.proto

package com.google.ads.googleads.v10.common;

public interface ListingGroupInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.ListingGroupInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Type of the listing group.
   * 
* * .google.ads.googleads.v10.enums.ListingGroupTypeEnum.ListingGroupType type = 1; * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** *
   * Type of the listing group.
   * 
* * .google.ads.googleads.v10.enums.ListingGroupTypeEnum.ListingGroupType type = 1; * @return The type. */ com.google.ads.googleads.v10.enums.ListingGroupTypeEnum.ListingGroupType getType(); /** *
   * 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; * @return Whether the caseValue field is set. */ 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; * @return The caseValue. */ com.google.ads.googleads.v10.common.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; */ com.google.ads.googleads.v10.common.ListingDimensionInfoOrBuilder getCaseValueOrBuilder(); /** *
   * 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; * @return Whether the parentAdGroupCriterion field is set. */ 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; * @return The parentAdGroupCriterion. */ 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; * @return The bytes for parentAdGroupCriterion. */ com.google.protobuf.ByteString getParentAdGroupCriterionBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy