google_api_service_management v0.1.0 GoogleApi.ServiceManagement.V1.Model.Method View Source

Method represents a method of an API interface.

Attributes

  • name (String.t): The simple name of this method. Defaults to: null.
  • options ([Option]): Any metadata attached to the method. Defaults to: null.
  • requestStreaming (boolean()): If true, the request is streamed. Defaults to: null.
  • requestTypeUrl (String.t): A URL of the input message type. Defaults to: null.
  • responseStreaming (boolean()): If true, the response is streamed. Defaults to: null.
  • responseTypeUrl (String.t): The URL of the output message type. Defaults to: null.
  • syntax (String.t): The source syntax of this method. Defaults to: null.

    • Enum - one of [SYNTAX_PROTO2, SYNTAX_PROTO3]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.ServiceManagement.V1.Model.Method{
  name: any(),
  options: [GoogleApi.ServiceManagement.V1.Model.Option.t()],
  requestStreaming: any(),
  requestTypeUrl: any(),
  responseStreaming: any(),
  responseTypeUrl: any(),
  syntax: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.