com.google.ads.googleads.v17.common.ListingDimensionPathOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 extends com.google.ads.googleads.v17.common.ListingDimensionInfoOrBuilder>
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