GoogleApi.ServiceNetworking.V1.Model.Method (google_api_service_networking v0.30.0) View Source
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.ServiceNetworking.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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ServiceNetworking.V1.Model.Method{
name: String.t() | nil,
options: [GoogleApi.ServiceNetworking.V1.Model.Option.t()] | nil,
requestStreaming: boolean() | nil,
requestTypeUrl: String.t() | nil,
responseStreaming: boolean() | nil,
responseTypeUrl: String.t() | nil,
syntax: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.