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

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

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






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












com.google.api.services.sqladmin.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. Flags are specified with underscores, not hyphens. For more information, see [Configuring Database Flags](https://cloud.google.com/sql/docs/mysql/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. Flags are specified with underscores, not hyphens. For more information, see [Configuring Database Flags](https://cloud.google.com/sql/docs/mysql/flags) in the Cloud SQL documentation.
        Parameters:
        name - name or null for none
      • getValue

        public String getValue()
        The value of the flag. Boolean flags 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. Boolean flags 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
      • set

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

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