com.google.ads.googleads.v17.common.ListingGroupInfoOrBuilder 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 ListingGroupInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.ListingGroupInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Type of the listing group.
*
*
* .google.ads.googleads.v17.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.v17.enums.ListingGroupTypeEnum.ListingGroupType type = 1;
* @return The type.
*/
com.google.ads.googleads.v17.enums.ListingGroupTypeEnum.ListingGroupType getType();
/**
*
* Dimension value with which this listing group is refining its parent.
* Undefined for the root group.
*
*
* .google.ads.googleads.v17.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.v17.common.ListingDimensionInfo case_value = 2;
* @return The caseValue.
*/
com.google.ads.googleads.v17.common.ListingDimensionInfo getCaseValue();
/**
*
* Dimension value with which this listing group is refining its parent.
* Undefined for the root group.
*
*
* .google.ads.googleads.v17.common.ListingDimensionInfo case_value = 2;
*/
com.google.ads.googleads.v17.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();
/**
*
* The path of dimensions defining this listing group.
*
*
* optional .google.ads.googleads.v17.common.ListingDimensionPath path = 5;
* @return Whether the path field is set.
*/
boolean hasPath();
/**
*
* The path of dimensions defining this listing group.
*
*
* optional .google.ads.googleads.v17.common.ListingDimensionPath path = 5;
* @return The path.
*/
com.google.ads.googleads.v17.common.ListingDimensionPath getPath();
/**
*
* The path of dimensions defining this listing group.
*
*
* optional .google.ads.googleads.v17.common.ListingDimensionPath path = 5;
*/
com.google.ads.googleads.v17.common.ListingDimensionPathOrBuilder getPathOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy