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

com.google.ads.googleads.v10.common.CustomIntentInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/criteria.proto

package com.google.ads.googleads.v10.common;

public interface CustomIntentInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.CustomIntentInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The CustomInterest resource name.
   * 
* * optional string custom_intent = 2; * @return Whether the customIntent field is set. */ boolean hasCustomIntent(); /** *
   * The CustomInterest resource name.
   * 
* * optional string custom_intent = 2; * @return The customIntent. */ java.lang.String getCustomIntent(); /** *
   * The CustomInterest resource name.
   * 
* * optional string custom_intent = 2; * @return The bytes for customIntent. */ com.google.protobuf.ByteString getCustomIntentBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy