com.google.ads.googleads.v10.common.ParentalStatusDimensionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/audiences.proto
package com.google.ads.googleads.v10.common;
public interface ParentalStatusDimensionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.ParentalStatusDimension)
com.google.protobuf.MessageOrBuilder {
/**
*
* Included parental status demographic segments.
*
*
* repeated .google.ads.googleads.v10.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;
* @return A list containing the parentalStatuses.
*/
java.util.List getParentalStatusesList();
/**
*
* Included parental status demographic segments.
*
*
* repeated .google.ads.googleads.v10.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;
* @return The count of parentalStatuses.
*/
int getParentalStatusesCount();
/**
*
* Included parental status demographic segments.
*
*
* repeated .google.ads.googleads.v10.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;
* @param index The index of the element to return.
* @return The parentalStatuses at the given index.
*/
com.google.ads.googleads.v10.enums.ParentalStatusTypeEnum.ParentalStatusType getParentalStatuses(int index);
/**
*
* Included parental status demographic segments.
*
*
* repeated .google.ads.googleads.v10.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;
* @return A list containing the enum numeric values on the wire for parentalStatuses.
*/
java.util.List
getParentalStatusesValueList();
/**
*
* Included parental status demographic segments.
*
*
* repeated .google.ads.googleads.v10.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;
* @param index The index of the value to return.
* @return The enum numeric value on the wire of parentalStatuses at the given index.
*/
int getParentalStatusesValue(int index);
/**
*
* Include users whose parental status is undetermined.
*
*
* optional bool include_undetermined = 2;
* @return Whether the includeUndetermined field is set.
*/
boolean hasIncludeUndetermined();
/**
*
* Include users whose parental status is undetermined.
*
*
* optional bool include_undetermined = 2;
* @return The includeUndetermined.
*/
boolean getIncludeUndetermined();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy