public class SQLAdmin.SslCerts.CreateEphemeral extends SQLAdminRequest<SslCert>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
CreateEphemeral(String project,
String instance,
SslCertsCreateEphemeralRequest content)
Generates a short-lived X509 certificate containing the provided public key and signed by a
private key specific to the target instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInstance()
Cloud SQL instance ID.
|
String |
getProject()
Project ID of the Cloud SQL project.
|
SQLAdmin.SslCerts.CreateEphemeral |
set(String parameterName,
Object value) |
SQLAdmin.SslCerts.CreateEphemeral |
setAlt(String alt)
Data format for the response.
|
SQLAdmin.SslCerts.CreateEphemeral |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
SQLAdmin.SslCerts.CreateEphemeral |
setInstance(String instance)
Cloud SQL instance ID.
|
SQLAdmin.SslCerts.CreateEphemeral |
setKey(String key)
API key.
|
SQLAdmin.SslCerts.CreateEphemeral |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
SQLAdmin.SslCerts.CreateEphemeral |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
SQLAdmin.SslCerts.CreateEphemeral |
setProject(String project)
Project ID of the Cloud SQL project.
|
SQLAdmin.SslCerts.CreateEphemeral |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
SQLAdmin.SslCerts.CreateEphemeral |
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 CreateEphemeral(String project, String instance, SslCertsCreateEphemeralRequest content)
AbstractGoogleClientRequest.execute() method to invoke the remote
operation. CreateEphemeral#initialize(com.google.api.client.googleapis.services.Abst
ractGoogleClientRequest) must be called to initialize this instance immediately after invoking
the constructor.
project - Project ID of the Cloud SQL project.instance - Cloud SQL instance ID. This does not include the project ID.content - the SslCertsCreateEphemeralRequestpublic SQLAdmin.SslCerts.CreateEphemeral setAlt(String alt)
SQLAdminRequestsetAlt in class SQLAdminRequest<SslCert>public SQLAdmin.SslCerts.CreateEphemeral setFields(String fields)
SQLAdminRequestsetFields in class SQLAdminRequest<SslCert>public SQLAdmin.SslCerts.CreateEphemeral setKey(String key)
SQLAdminRequestsetKey in class SQLAdminRequest<SslCert>public SQLAdmin.SslCerts.CreateEphemeral setOauthToken(String oauthToken)
SQLAdminRequestsetOauthToken in class SQLAdminRequest<SslCert>public SQLAdmin.SslCerts.CreateEphemeral setPrettyPrint(Boolean prettyPrint)
SQLAdminRequestsetPrettyPrint in class SQLAdminRequest<SslCert>public SQLAdmin.SslCerts.CreateEphemeral setQuotaUser(String quotaUser)
SQLAdminRequestsetQuotaUser in class SQLAdminRequest<SslCert>public SQLAdmin.SslCerts.CreateEphemeral setUserIp(String userIp)
SQLAdminRequestsetUserIp in class SQLAdminRequest<SslCert>public String getProject()
public SQLAdmin.SslCerts.CreateEphemeral setProject(String project)
public String getInstance()
public SQLAdmin.SslCerts.CreateEphemeral setInstance(String instance)
public SQLAdmin.SslCerts.CreateEphemeral set(String parameterName, Object value)
set in class SQLAdminRequest<SslCert>Copyright © 2011–2019 Google. All rights reserved.