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

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

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






Method (Service Management API v1-rev20240823-2.0.0)












com.google.api.services.servicemanagement.model

Class Method

    • Constructor Detail

      • Method

        public Method()
    • Method Detail

      • getName

        public String getName()
        The simple name of this method.
        Returns:
        value or null for none
      • setName

        public Method setName(String name)
        The simple name of this method.
        Parameters:
        name - name or null for none
      • getOptions

        public List<Option> getOptions()
        Any metadata attached to the method.
        Returns:
        value or null for none
      • setOptions

        public Method setOptions(List<Option> options)
        Any metadata attached to the method.
        Parameters:
        options - options or null for none
      • getRequestStreaming

        public Boolean getRequestStreaming()
        If true, the request is streamed.
        Returns:
        value or null for none
      • setRequestStreaming

        public Method setRequestStreaming(Boolean requestStreaming)
        If true, the request is streamed.
        Parameters:
        requestStreaming - requestStreaming or null for none
      • getRequestTypeUrl

        public String getRequestTypeUrl()
        A URL of the input message type.
        Returns:
        value or null for none
      • setRequestTypeUrl

        public Method setRequestTypeUrl(String requestTypeUrl)
        A URL of the input message type.
        Parameters:
        requestTypeUrl - requestTypeUrl or null for none
      • getResponseStreaming

        public Boolean getResponseStreaming()
        If true, the response is streamed.
        Returns:
        value or null for none
      • setResponseStreaming

        public Method setResponseStreaming(Boolean responseStreaming)
        If true, the response is streamed.
        Parameters:
        responseStreaming - responseStreaming or null for none
      • getResponseTypeUrl

        public String getResponseTypeUrl()
        The URL of the output message type.
        Returns:
        value or null for none
      • setResponseTypeUrl

        public Method setResponseTypeUrl(String responseTypeUrl)
        The URL of the output message type.
        Parameters:
        responseTypeUrl - responseTypeUrl or null for none
      • getSyntax

        public String getSyntax()
        The source syntax of this method.
        Returns:
        value or null for none
      • setSyntax

        public Method setSyntax(String syntax)
        The source syntax of this method.
        Parameters:
        syntax - syntax or null for none
      • set

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

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