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

com.google.ads.googleads.v18.services.UserInterestAttributeMetadataOrBuilder Maven / Gradle / Ivy

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