GoogleApi.ServiceUsage.V1.Model.Method (google_api_service_usage v0.27.0)
View SourceMethod represents a method of an API interface.
Attributes
-
name
(type:String.t
, default:nil
) - The simple name of this method. -
options
(type:list(GoogleApi.ServiceUsage.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.ServiceUsage.V1.Model.Method{ name: String.t() | nil, options: [GoogleApi.ServiceUsage.V1.Model.Option.t()] | nil, requestStreaming: boolean() | nil, requestTypeUrl: String.t() | nil, responseStreaming: boolean() | nil, responseTypeUrl: String.t() | nil, syntax: String.t() | nil }