public class Webmasters.Sites.Delete extends WebmastersRequest<Void>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
Delete(String siteUrl)
Removes a site from the set of the user's Search Console sites.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSiteUrl()
The URI of the property as defined in Search Console.
|
Webmasters.Sites.Delete |
set(String parameterName,
Object value) |
Webmasters.Sites.Delete |
setAlt(String alt)
Data format for the response.
|
Webmasters.Sites.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Webmasters.Sites.Delete |
setKey(String key)
API key.
|
Webmasters.Sites.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Webmasters.Sites.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Webmasters.Sites.Delete |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Webmasters.Sites.Delete |
setSiteUrl(String siteUrl)
The URI of the property as defined in Search Console.
|
Webmasters.Sites.Delete |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Delete(String siteUrl)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Webmasters.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must
be called to initialize this instance immediately after invoking the constructor.
siteUrl - The URI of the property as defined in Search Console. Examples: http://www.example.com/ or android-
app://com.example/ Note: for property-sets, use the URI that starts with sc-set: which is
used in Search Console URLs.public Webmasters.Sites.Delete setAlt(String alt)
WebmastersRequestsetAlt in class WebmastersRequest<Void>public Webmasters.Sites.Delete setFields(String fields)
WebmastersRequestsetFields in class WebmastersRequest<Void>public Webmasters.Sites.Delete setKey(String key)
WebmastersRequestsetKey in class WebmastersRequest<Void>public Webmasters.Sites.Delete setOauthToken(String oauthToken)
WebmastersRequestsetOauthToken in class WebmastersRequest<Void>public Webmasters.Sites.Delete setPrettyPrint(Boolean prettyPrint)
WebmastersRequestsetPrettyPrint in class WebmastersRequest<Void>public Webmasters.Sites.Delete setQuotaUser(String quotaUser)
WebmastersRequestsetQuotaUser in class WebmastersRequest<Void>public Webmasters.Sites.Delete setUserIp(String userIp)
WebmastersRequestsetUserIp in class WebmastersRequest<Void>public String getSiteUrl()
public Webmasters.Sites.Delete setSiteUrl(String siteUrl)
public Webmasters.Sites.Delete set(String parameterName, Object value)
set in class WebmastersRequest<Void>Copyright © 2011–2021 Google. All rights reserved.