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

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

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






SubmitConfigSourceRequest (Service Management API v1-rev20240823-2.0.0)












com.google.api.services.servicemanagement.model

Class SubmitConfigSourceRequest

    • Constructor Detail

      • SubmitConfigSourceRequest

        public SubmitConfigSourceRequest()
    • Method Detail

      • getConfigSource

        public ConfigSource getConfigSource()
        Required. The source configuration for the service.
        Returns:
        value or null for none
      • setConfigSource

        public SubmitConfigSourceRequest setConfigSource(ConfigSource configSource)
        Required. The source configuration for the service.
        Parameters:
        configSource - configSource or null for none
      • getValidateOnly

        public Boolean getValidateOnly()
        Optional. If set, this will result in the generation of a `google.api.Service` configuration based on the `ConfigSource` provided, but the generated config and the sources will NOT be persisted.
        Returns:
        value or null for none
      • setValidateOnly

        public SubmitConfigSourceRequest setValidateOnly(Boolean validateOnly)
        Optional. If set, this will result in the generation of a `google.api.Service` configuration based on the `ConfigSource` provided, but the generated config and the sources will NOT be persisted.
        Parameters:
        validateOnly - validateOnly or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy