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

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

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 AudienceInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.AudienceInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The Audience resource name.
   * 
* * string audience = 1; * @return The audience. */ java.lang.String getAudience(); /** *
   * The Audience resource name.
   * 
* * string audience = 1; * @return The bytes for audience. */ com.google.protobuf.ByteString getAudienceBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy