target.apidocs.com.google.api.services.sqladmin.model.SslCertsInsertResponse.html Maven / Gradle / Ivy
SslCertsInsertResponse (Cloud SQL Admin API v1-rev20240925-2.0.0)
com.google.api.services.sqladmin.model
Class SslCertsInsertResponse
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.sqladmin.model.SslCertsInsertResponse
-
public final class SslCertsInsertResponse
extends com.google.api.client.json.GenericJson
SslCert insert response.
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Cloud SQL Admin API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
SslCertsInsertResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
SslCertsInsertResponse
clone()
SslCertDetail
getClientCert()
The new client certificate and private key.
String
getKind()
This is always `sql#sslCertsInsert`.
Operation
getOperation()
The operation to track the ssl certs insert request.
SslCert
getServerCaCert()
The server Certificate Authority's certificate.
SslCertsInsertResponse
set(String fieldName,
Object value)
SslCertsInsertResponse
setClientCert(SslCertDetail clientCert)
The new client certificate and private key.
SslCertsInsertResponse
setKind(String kind)
This is always `sql#sslCertsInsert`.
SslCertsInsertResponse
setOperation(Operation operation)
The operation to track the ssl certs insert request.
SslCertsInsertResponse
setServerCaCert(SslCert serverCaCert)
The server Certificate Authority's certificate.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getClientCert
public SslCertDetail getClientCert()
The new client certificate and private key.
- Returns:
- value or
null
for none
-
setClientCert
public SslCertsInsertResponse setClientCert(SslCertDetail clientCert)
The new client certificate and private key.
- Parameters:
clientCert
- clientCert or null
for none
-
getKind
public String getKind()
This is always `sql#sslCertsInsert`.
- Returns:
- value or
null
for none
-
setKind
public SslCertsInsertResponse setKind(String kind)
This is always `sql#sslCertsInsert`.
- Parameters:
kind
- kind or null
for none
-
getOperation
public Operation getOperation()
The operation to track the ssl certs insert request.
- Returns:
- value or
null
for none
-
setOperation
public SslCertsInsertResponse setOperation(Operation operation)
The operation to track the ssl certs insert request.
- Parameters:
operation
- operation or null
for none
-
getServerCaCert
public SslCert getServerCaCert()
The server Certificate Authority's certificate. If this is missing you can force a new one to
be generated by calling resetSslConfig method on instances resource.
- Returns:
- value or
null
for none
-
setServerCaCert
public SslCertsInsertResponse setServerCaCert(SslCert serverCaCert)
The server Certificate Authority's certificate. If this is missing you can force a new one to
be generated by calling resetSslConfig method on instances resource.
- Parameters:
serverCaCert
- serverCaCert or null
for none
-
set
public SslCertsInsertResponse set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public SslCertsInsertResponse clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.