public interface SslCertsInsertResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClientCert()
public abstract SslCertDetail getClientCert()The new client certificate and private key.
.google.cloud.sql.v1beta4.SslCertDetail client_cert = 4;
| Returns | |
|---|---|
| Type | Description |
SslCertDetail |
The clientCert. |
getClientCertOrBuilder()
public abstract SslCertDetailOrBuilder getClientCertOrBuilder()The new client certificate and private key.
.google.cloud.sql.v1beta4.SslCertDetail client_cert = 4;
| Returns | |
|---|---|
| Type | Description |
SslCertDetailOrBuilder |
|
getKind()
public abstract String getKind() This is always sql#sslCertsInsert.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() This is always sql#sslCertsInsert.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getOperation()
public abstract Operation getOperation()The operation to track the ssl certs insert request.
.google.cloud.sql.v1beta4.Operation operation = 2;
| Returns | |
|---|---|
| Type | Description |
Operation |
The operation. |
getOperationOrBuilder()
public abstract OperationOrBuilder getOperationOrBuilder()The operation to track the ssl certs insert request.
.google.cloud.sql.v1beta4.Operation operation = 2;
| Returns | |
|---|---|
| Type | Description |
OperationOrBuilder |
|
getServerCaCert()
public abstract 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.
.google.cloud.sql.v1beta4.SslCert server_ca_cert = 3;
| Returns | |
|---|---|
| Type | Description |
SslCert |
The serverCaCert. |
getServerCaCertOrBuilder()
public abstract SslCertOrBuilder getServerCaCertOrBuilder()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.
.google.cloud.sql.v1beta4.SslCert server_ca_cert = 3;
| Returns | |
|---|---|
| Type | Description |
SslCertOrBuilder |
|
hasClientCert()
public abstract boolean hasClientCert()The new client certificate and private key.
.google.cloud.sql.v1beta4.SslCertDetail client_cert = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the clientCert field is set. |
hasOperation()
public abstract boolean hasOperation()The operation to track the ssl certs insert request.
.google.cloud.sql.v1beta4.Operation operation = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the operation field is set. |
hasServerCaCert()
public abstract boolean hasServerCaCert()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.
.google.cloud.sql.v1beta4.SslCert server_ca_cert = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the serverCaCert field is set. |