public class SQLAdmin.BackupRuns.Delete extends SQLAdminRequest<Operation>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
Delete(String project,
String instance,
Long id)
Deletes the backup taken by a backup run.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
The ID of the Backup Run to delete.
|
String |
getInstance()
Cloud SQL instance ID.
|
String |
getProject()
Project ID of the project that contains the instance.
|
SQLAdmin.BackupRuns.Delete |
set(String parameterName,
Object value) |
SQLAdmin.BackupRuns.Delete |
setAlt(String alt)
Data format for the response.
|
SQLAdmin.BackupRuns.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
SQLAdmin.BackupRuns.Delete |
setId(Long id)
The ID of the Backup Run to delete.
|
SQLAdmin.BackupRuns.Delete |
setInstance(String instance)
Cloud SQL instance ID.
|
SQLAdmin.BackupRuns.Delete |
setKey(String key)
API key.
|
SQLAdmin.BackupRuns.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
SQLAdmin.BackupRuns.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
SQLAdmin.BackupRuns.Delete |
setProject(String project)
Project ID of the project that contains the instance.
|
SQLAdmin.BackupRuns.Delete |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
SQLAdmin.BackupRuns.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 project, String instance, Long id)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
SQLAdmin.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must
be called to initialize this instance immediately after invoking the constructor.
project - Project ID of the project that contains the instance.instance - Cloud SQL instance ID. This does not include the project ID.id - The ID of the Backup Run to delete. To find a Backup Run ID, use the list method.public SQLAdmin.BackupRuns.Delete setAlt(String alt)
SQLAdminRequestsetAlt in class SQLAdminRequest<Operation>public SQLAdmin.BackupRuns.Delete setFields(String fields)
SQLAdminRequestsetFields in class SQLAdminRequest<Operation>public SQLAdmin.BackupRuns.Delete setKey(String key)
SQLAdminRequestsetKey in class SQLAdminRequest<Operation>public SQLAdmin.BackupRuns.Delete setOauthToken(String oauthToken)
SQLAdminRequestsetOauthToken in class SQLAdminRequest<Operation>public SQLAdmin.BackupRuns.Delete setPrettyPrint(Boolean prettyPrint)
SQLAdminRequestsetPrettyPrint in class SQLAdminRequest<Operation>public SQLAdmin.BackupRuns.Delete setQuotaUser(String quotaUser)
SQLAdminRequestsetQuotaUser in class SQLAdminRequest<Operation>public SQLAdmin.BackupRuns.Delete setUserIp(String userIp)
SQLAdminRequestsetUserIp in class SQLAdminRequest<Operation>public String getProject()
public SQLAdmin.BackupRuns.Delete setProject(String project)
public String getInstance()
public SQLAdmin.BackupRuns.Delete setInstance(String instance)
public Long getId()
public SQLAdmin.BackupRuns.Delete setId(Long id)
public SQLAdmin.BackupRuns.Delete set(String parameterName, Object value)
set in class SQLAdminRequest<Operation>Copyright © 2011–2019 Google. All rights reserved.