com.google.ads.googleads.v16.services.SiteSeedOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v16 Show documentation
Show all versions of google-ads-stubs-v16 Show documentation
Stubs for GAAPI version google-ads-stubs-v16
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();
}