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

com.google.ads.googleads.v16.services.SiteSeedOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v16/services/keyword_plan_idea_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v16.services;

public interface SiteSeedOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v16.services.SiteSeed)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The domain name of the site. If the customer requesting the ideas doesn't
   * own the site provided only public information is returned.
   * 
* * optional string site = 2; * @return Whether the site field is set. */ boolean hasSite(); /** *
   * The domain name of the site. If the customer requesting the ideas doesn't
   * own the site provided only public information is returned.
   * 
* * optional string site = 2; * @return The site. */ java.lang.String getSite(); /** *
   * The domain name of the site. If the customer requesting the ideas doesn't
   * own the site provided only public information is returned.
   * 
* * optional string site = 2; * @return The bytes for site. */ com.google.protobuf.ByteString getSiteBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy