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

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

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






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












com.google.api.services.sqladmin.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](https://tools.ietf.org/html/rfc3339) 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](https://tools.ietf.org/html/rfc3339) 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
      • set

        public AclEntry set(String fieldName,
                            Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public AclEntry 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