com.google.ads.googleads.v17.common.CustomAudienceSegmentOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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