
com.google.ads.googleads.v18.services.UserInterestAttributeMetadataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v18 Show documentation
Show all versions of google-ads-stubs-v18 Show documentation
Stubs for GAAPI version google-ads-stubs-v18
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v18/services/audience_insights_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v18.services;
public interface UserInterestAttributeMetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v18.services.UserInterestAttributeMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
* English language text description of the user interest category (200
* characters max).
*
*
* string user_interest_description = 1;
* @return The userInterestDescription.
*/
java.lang.String getUserInterestDescription();
/**
*
* English language text description of the user interest category (200
* characters max).
*
*
* string user_interest_description = 1;
* @return The bytes for userInterestDescription.
*/
com.google.protobuf.ByteString
getUserInterestDescriptionBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy