com.google.ads.googleads.v10.resources.CustomAudienceMemberOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/resources/custom_audience.proto
package com.google.ads.googleads.v10.resources;
public interface CustomAudienceMemberOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.CustomAudienceMember)
com.google.protobuf.MessageOrBuilder {
/**
*
* The type of custom audience member, KEYWORD, URL, PLACE_CATEGORY or APP.
*
*
* .google.ads.googleads.v10.enums.CustomAudienceMemberTypeEnum.CustomAudienceMemberType member_type = 1;
* @return The enum numeric value on the wire for memberType.
*/
int getMemberTypeValue();
/**
*
* The type of custom audience member, KEYWORD, URL, PLACE_CATEGORY or APP.
*
*
* .google.ads.googleads.v10.enums.CustomAudienceMemberTypeEnum.CustomAudienceMemberType member_type = 1;
* @return The memberType.
*/
com.google.ads.googleads.v10.enums.CustomAudienceMemberTypeEnum.CustomAudienceMemberType getMemberType();
/**
*
* A keyword or keyword phrase — at most 10 words and 80 characters.
* Languages with double-width characters such as Chinese, Japanese,
* or Korean, are allowed 40 characters, which describes the user's
* interests or actions.
*
*
* string keyword = 2;
* @return Whether the keyword field is set.
*/
boolean hasKeyword();
/**
*
* A keyword or keyword phrase — at most 10 words and 80 characters.
* Languages with double-width characters such as Chinese, Japanese,
* or Korean, are allowed 40 characters, which describes the user's
* interests or actions.
*
*
* string keyword = 2;
* @return The keyword.
*/
java.lang.String getKeyword();
/**
*
* A keyword or keyword phrase — at most 10 words and 80 characters.
* Languages with double-width characters such as Chinese, Japanese,
* or Korean, are allowed 40 characters, which describes the user's
* interests or actions.
*
*
* string keyword = 2;
* @return The bytes for keyword.
*/
com.google.protobuf.ByteString
getKeywordBytes();
/**
*
* An HTTP URL, protocol-included — at most 2048 characters, which includes
* contents users have interests in.
*
*
* string url = 3;
* @return Whether the url field is set.
*/
boolean hasUrl();
/**
*
* An HTTP URL, protocol-included — at most 2048 characters, which includes
* contents users have interests in.
*
*
* string url = 3;
* @return The url.
*/
java.lang.String getUrl();
/**
*
* An HTTP URL, protocol-included — at most 2048 characters, which includes
* contents users have interests in.
*
*
* string url = 3;
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
/**
*
* A place type described by a place category users visit.
*
*
* int64 place_category = 4;
* @return Whether the placeCategory field is set.
*/
boolean hasPlaceCategory();
/**
*
* A place type described by a place category users visit.
*
*
* int64 place_category = 4;
* @return The placeCategory.
*/
long getPlaceCategory();
/**
*
* A package name of Android apps which users installed such as
* com.google.example.
*
*
* string app = 5;
* @return Whether the app field is set.
*/
boolean hasApp();
/**
*
* A package name of Android apps which users installed such as
* com.google.example.
*
*
* string app = 5;
* @return The app.
*/
java.lang.String getApp();
/**
*
* A package name of Android apps which users installed such as
* com.google.example.
*
*
* string app = 5;
* @return The bytes for app.
*/
com.google.protobuf.ByteString
getAppBytes();
public com.google.ads.googleads.v10.resources.CustomAudienceMember.ValueCase getValueCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy