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

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







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












com.google.api.services.sql.model

Class DatabaseFlags

    • Constructor Detail

      • DatabaseFlags

        public DatabaseFlags()
    • Method Detail

      • getName

        public String getName()
        The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
        Returns:
        value or null for none
      • setName

        public DatabaseFlags setName(String name)
        The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
        Parameters:
        name - name or null for none
      • getValue

        public String getValue()
        The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn't take a value.
        Returns:
        value or null for none
      • setValue

        public DatabaseFlags setValue(String value)
        The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn't take a value.
        Parameters:
        value - value or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy