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

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

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






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












com.google.api.services.sqladmin.model

Class GenerateEphemeralCertRequest

    • Constructor Detail

      • GenerateEphemeralCertRequest

        public GenerateEphemeralCertRequest()
    • Method Detail

      • getAccessToken

        public String getAccessToken()
        Optional. Access token to include in the signed certificate.
        Returns:
        value or null for none
      • setAccessToken

        public GenerateEphemeralCertRequest setAccessToken(String accessToken)
        Optional. Access token to include in the signed certificate.
        Parameters:
        accessToken - accessToken or null for none
      • getPublicKey

        public String getPublicKey()
        PEM encoded public key to include in the signed certificate.
        Returns:
        value or null for none
      • setPublicKey

        public GenerateEphemeralCertRequest setPublicKey(String publicKey)
        PEM encoded public key to include in the signed certificate.
        Parameters:
        publicKey - publicKey or null for none
      • getReadTime

        public String getReadTime()
        Optional. Optional snapshot read timestamp to trade freshness for performance.
        Returns:
        value or null for none
      • setReadTime

        public GenerateEphemeralCertRequest setReadTime(String readTime)
        Optional. Optional snapshot read timestamp to trade freshness for performance.
        Parameters:
        readTime - readTime or null for none
      • getValidDuration

        public String getValidDuration()
        Optional. If set, it will contain the cert valid duration.
        Returns:
        value or null for none
      • setValidDuration

        public GenerateEphemeralCertRequest setValidDuration(String validDuration)
        Optional. If set, it will contain the cert valid duration.
        Parameters:
        validDuration - validDuration or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy