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

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

  /**
   * 
   * The custom audience resource.
   * 
* * optional string custom_audience = 1; * @return Whether the customAudience field is set. */ boolean hasCustomAudience(); /** *
   * The custom audience resource.
   * 
* * optional string custom_audience = 1; * @return The customAudience. */ java.lang.String getCustomAudience(); /** *
   * The custom audience resource.
   * 
* * optional string custom_audience = 1; * @return The bytes for customAudience. */ com.google.protobuf.ByteString getCustomAudienceBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy