Sha256: 199641807c0378eed3cb22ece22911530a32791af8af455c416f830905b5fa9b
Contents?: true
Size: 729 Bytes
Versions: 10
Compression:
Stored size: 729 Bytes
Contents
<%- assert_locals method -%> # @overload <%= method.name %>(request, options = nil) # @param request [<%= method.request_type %> | Hash] <%- if method.doc_description -%> <%= indent method.doc_description, "# " %> <%- end -%> # @param options [Gapic::CallOptions, Hash] # Overrides the default settings for this call, e.g, timeout, retries, etc. Optional. <%-if method.arguments.any?-%> # <%- arg_list = method.arguments.map { |arg| "#{arg.name}: nil"}.join ", " -%> # @overload <%= method.name %>(<%= arg_list %>) <%- method.arguments.each do |arg| -%> # @param <%= arg.name %> [<%= arg.doc_types %>] <%- if arg.doc_description -%> <%= indent arg.doc_description, "# " %> <%- end -%> <%- end -%> <%- end -%> #
Version data entries
10 entries across 10 versions & 1 rubygems