All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.sqladmin.model.SslCertsInsertResponse.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241108-2.0.0
Show newest version






SslCertsInsertResponse (Cloud SQL Admin API v1-rev20240925-2.0.0)












com.google.api.services.sqladmin.model

Class SslCertsInsertResponse

    • Constructor Detail

      • SslCertsInsertResponse

        public SslCertsInsertResponse()
    • 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
      • clone

        public SslCertsInsertResponse clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy