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

com.google.ads.googleads.v10.common.CombinedAudienceInfoOrBuilder Maven / Gradle / Ivy

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

package com.google.ads.googleads.v10.common;

public interface CombinedAudienceInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.CombinedAudienceInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The CombinedAudience resource name.
   * 
* * string combined_audience = 1; * @return The combinedAudience. */ java.lang.String getCombinedAudience(); /** *
   * The CombinedAudience resource name.
   * 
* * string combined_audience = 1; * @return The bytes for combinedAudience. */ com.google.protobuf.ByteString getCombinedAudienceBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy