Method: Google::Api::Publishing#method_settings
- Defined in:
- proto_docs/google/api/client.rb
#method_settings ⇒ ::Array<::Google::Api::MethodSettings>
Returns A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.
128 129 130 131 |
# File 'proto_docs/google/api/client.rb', line 128 class Publishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |