View Source GoogleApi.ServiceManagement.V1.Model.Method (google_api_service_management v0.60.0)

Method represents a method of an API interface.

Attributes

  • name (type: String.t, default: nil) - The simple name of this method.
  • options (type: list(GoogleApi.ServiceManagement.V1.Model.Option.t), default: nil) - Any metadata attached to the method.
  • requestStreaming (type: boolean(), default: nil) - If true, the request is streamed.
  • requestTypeUrl (type: String.t, default: nil) - A URL of the input message type.
  • responseStreaming (type: boolean(), default: nil) - If true, the response is streamed.
  • responseTypeUrl (type: String.t, default: nil) - The URL of the output message type.
  • syntax (type: String.t, default: nil) - The source syntax of this method.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceManagement.V1.Model.Method{
  name: String.t() | nil,
  options: [GoogleApi.ServiceManagement.V1.Model.Option.t()] | nil,
  requestStreaming: boolean() | nil,
  requestTypeUrl: String.t() | nil,
  responseStreaming: boolean() | nil,
  responseTypeUrl: String.t() | nil,
  syntax: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.