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

target.apidocs.com.google.api.services.sql.model.AclEntry.html Maven / Gradle / Ivy







AclEntry (Cloud SQL Admin API v1beta4-rev20201026-1.30.10)












com.google.api.services.sql.model

Class AclEntry

    • Constructor Detail

      • AclEntry

        public AclEntry()
    • Method Detail

      • getExpirationTime

        public String getExpirationTime()
        The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
        Returns:
        value or null for none
      • setExpirationTime

        public AclEntry setExpirationTime(String expirationTime)
        The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
        Parameters:
        expirationTime - expirationTime or null for none
      • getKind

        public String getKind()
        This is always *sql#aclEntry*.
        Returns:
        value or null for none
      • setKind

        public AclEntry setKind(String kind)
        This is always *sql#aclEntry*.
        Parameters:
        kind - kind or null for none
      • getName

        public String getName()
        Optional. A label to identify this entry.
        Returns:
        value or null for none
      • setName

        public AclEntry setName(String name)
        Optional. A label to identify this entry.
        Parameters:
        name - name or null for none
      • getValue

        public String getValue()
        The allowlisted value for the access control list.
        Returns:
        value or null for none
      • setValue

        public AclEntry setValue(String value)
        The allowlisted value for the access control list.
        Parameters:
        value - value or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy