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

target.apidocs.com.google.api.services.compute.model.LocalizedMessage.html Maven / Gradle / Ivy







LocalizedMessage (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute.model

Class LocalizedMessage

    • Constructor Detail

      • LocalizedMessage

        public LocalizedMessage()
    • Method Detail

      • getLocale

        public String getLocale()
        The locale used following the specification defined at http://www.rfc- editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
        Returns:
        value or null for none
      • setLocale

        public LocalizedMessage setLocale(String locale)
        The locale used following the specification defined at http://www.rfc- editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
        Parameters:
        locale - locale or null for none
      • getMessage

        public String getMessage()
        The localized error message in the above locale.
        Returns:
        value or null for none
      • setMessage

        public LocalizedMessage setMessage(String message)
        The localized error message in the above locale.
        Parameters:
        message - message or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy