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

com.google.ads.googleads.v17.common.ListingDimensionPathOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface ListingDimensionPathOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.ListingDimensionPath)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The complete path of dimensions through the listing group hierarchy, from
   * the root (excluding the root itself) to this listing group.
   * 
* * repeated .google.ads.googleads.v17.common.ListingDimensionInfo dimensions = 1; */ java.util.List getDimensionsList(); /** *
   * The complete path of dimensions through the listing group hierarchy, from
   * the root (excluding the root itself) to this listing group.
   * 
* * repeated .google.ads.googleads.v17.common.ListingDimensionInfo dimensions = 1; */ com.google.ads.googleads.v17.common.ListingDimensionInfo getDimensions(int index); /** *
   * The complete path of dimensions through the listing group hierarchy, from
   * the root (excluding the root itself) to this listing group.
   * 
* * repeated .google.ads.googleads.v17.common.ListingDimensionInfo dimensions = 1; */ int getDimensionsCount(); /** *
   * The complete path of dimensions through the listing group hierarchy, from
   * the root (excluding the root itself) to this listing group.
   * 
* * repeated .google.ads.googleads.v17.common.ListingDimensionInfo dimensions = 1; */ java.util.List getDimensionsOrBuilderList(); /** *
   * The complete path of dimensions through the listing group hierarchy, from
   * the root (excluding the root itself) to this listing group.
   * 
* * repeated .google.ads.googleads.v17.common.ListingDimensionInfo dimensions = 1; */ com.google.ads.googleads.v17.common.ListingDimensionInfoOrBuilder getDimensionsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy