google_api_service_user v0.0.1 GoogleApi.ServiceUser.V1.Model.Method View Source
Method represents a method of an API interface.
Attributes
- name (String): The simple name of this method. Defaults to:
null
. - options (List[Option]): Any metadata attached to the method. Defaults to:
null
. - requestStreaming (Boolean): If true, the request is streamed. Defaults to:
null
. - requestTypeUrl (String): A URL of the input message type. Defaults to:
null
. - responseStreaming (Boolean): If true, the response is streamed. Defaults to:
null
. - responseTypeUrl (String): The URL of the output message type. Defaults to:
null
. syntax (String): The source syntax of this method. Defaults to:
null
.- Enum - one of [SYNTAX_PROTO2, SYNTAX_PROTO3]