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

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

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

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

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

  /**
   * 
   * Included gender demographic segments.
   * 
* * repeated .google.ads.googleads.v17.enums.GenderTypeEnum.GenderType genders = 1; * @return A list containing the genders. */ java.util.List getGendersList(); /** *
   * Included gender demographic segments.
   * 
* * repeated .google.ads.googleads.v17.enums.GenderTypeEnum.GenderType genders = 1; * @return The count of genders. */ int getGendersCount(); /** *
   * Included gender demographic segments.
   * 
* * repeated .google.ads.googleads.v17.enums.GenderTypeEnum.GenderType genders = 1; * @param index The index of the element to return. * @return The genders at the given index. */ com.google.ads.googleads.v17.enums.GenderTypeEnum.GenderType getGenders(int index); /** *
   * Included gender demographic segments.
   * 
* * repeated .google.ads.googleads.v17.enums.GenderTypeEnum.GenderType genders = 1; * @return A list containing the enum numeric values on the wire for genders. */ java.util.List getGendersValueList(); /** *
   * Included gender demographic segments.
   * 
* * repeated .google.ads.googleads.v17.enums.GenderTypeEnum.GenderType genders = 1; * @param index The index of the value to return. * @return The enum numeric value on the wire of genders at the given index. */ int getGendersValue(int index); /** *
   * Include users whose gender is not determined.
   * 
* * optional bool include_undetermined = 2; * @return Whether the includeUndetermined field is set. */ boolean hasIncludeUndetermined(); /** *
   * Include users whose gender is not determined.
   * 
* * optional bool include_undetermined = 2; * @return The includeUndetermined. */ boolean getIncludeUndetermined(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy