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

target.apidocs.com.google.api.services.servicemanagement.model.ClientLibrarySettings.html Maven / Gradle / Ivy

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






ClientLibrarySettings (Service Management API v1-rev20240920-2.0.0)












com.google.api.services.servicemanagement.model

Class ClientLibrarySettings

    • Constructor Detail

      • ClientLibrarySettings

        public ClientLibrarySettings()
    • Method Detail

      • getCppSettings

        public CppSettings getCppSettings()
        Settings for C++ client libraries.
        Returns:
        value or null for none
      • setCppSettings

        public ClientLibrarySettings setCppSettings(CppSettings cppSettings)
        Settings for C++ client libraries.
        Parameters:
        cppSettings - cppSettings or null for none
      • getDotnetSettings

        public DotnetSettings getDotnetSettings()
        Settings for .NET client libraries.
        Returns:
        value or null for none
      • setDotnetSettings

        public ClientLibrarySettings setDotnetSettings(DotnetSettings dotnetSettings)
        Settings for .NET client libraries.
        Parameters:
        dotnetSettings - dotnetSettings or null for none
      • getGoSettings

        public GoSettings getGoSettings()
        Settings for Go client libraries.
        Returns:
        value or null for none
      • setGoSettings

        public ClientLibrarySettings setGoSettings(GoSettings goSettings)
        Settings for Go client libraries.
        Parameters:
        goSettings - goSettings or null for none
      • getJavaSettings

        public JavaSettings getJavaSettings()
        Settings for legacy Java features, supported in the Service YAML.
        Returns:
        value or null for none
      • setJavaSettings

        public ClientLibrarySettings setJavaSettings(JavaSettings javaSettings)
        Settings for legacy Java features, supported in the Service YAML.
        Parameters:
        javaSettings - javaSettings or null for none
      • getLaunchStage

        public String getLaunchStage()
        Launch stage of this version of the API.
        Returns:
        value or null for none
      • setLaunchStage

        public ClientLibrarySettings setLaunchStage(String launchStage)
        Launch stage of this version of the API.
        Parameters:
        launchStage - launchStage or null for none
      • getNodeSettings

        public NodeSettings getNodeSettings()
        Settings for Node client libraries.
        Returns:
        value or null for none
      • setNodeSettings

        public ClientLibrarySettings setNodeSettings(NodeSettings nodeSettings)
        Settings for Node client libraries.
        Parameters:
        nodeSettings - nodeSettings or null for none
      • getPhpSettings

        public PhpSettings getPhpSettings()
        Settings for PHP client libraries.
        Returns:
        value or null for none
      • setPhpSettings

        public ClientLibrarySettings setPhpSettings(PhpSettings phpSettings)
        Settings for PHP client libraries.
        Parameters:
        phpSettings - phpSettings or null for none
      • getPythonSettings

        public PythonSettings getPythonSettings()
        Settings for Python client libraries.
        Returns:
        value or null for none
      • setPythonSettings

        public ClientLibrarySettings setPythonSettings(PythonSettings pythonSettings)
        Settings for Python client libraries.
        Parameters:
        pythonSettings - pythonSettings or null for none
      • getRestNumericEnums

        public Boolean getRestNumericEnums()
        When using transport=rest, the client request will encode enums as numbers rather than strings.
        Returns:
        value or null for none
      • setRestNumericEnums

        public ClientLibrarySettings setRestNumericEnums(Boolean restNumericEnums)
        When using transport=rest, the client request will encode enums as numbers rather than strings.
        Parameters:
        restNumericEnums - restNumericEnums or null for none
      • getRubySettings

        public RubySettings getRubySettings()
        Settings for Ruby client libraries.
        Returns:
        value or null for none
      • setRubySettings

        public ClientLibrarySettings setRubySettings(RubySettings rubySettings)
        Settings for Ruby client libraries.
        Parameters:
        rubySettings - rubySettings or null for none
      • getVersion

        public String getVersion()
        Version of the API to apply these settings to. This is the full protobuf package for the API, ending in the version element. Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
        Returns:
        value or null for none
      • setVersion

        public ClientLibrarySettings setVersion(String version)
        Version of the API to apply these settings to. This is the full protobuf package for the API, ending in the version element. Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
        Parameters:
        version - version or null for none
      • clone

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