Class: Google::Api::Backend

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/backend.rb

Overview

Backend defines the backend configuration for a service.

Instance Attribute Summary collapse

Instance Attribute Details

#rules::Array<::Google::Api::BackendRule>

Returns A list of API backend rules that apply to individual API methods.

NOTE: All service configuration rules follow "last one wins" order.

Returns:

  • (::Array<::Google::Api::BackendRule>)

    A list of API backend rules that apply to individual API methods.

    NOTE: All service configuration rules follow "last one wins" order.



28
29
30
31
# File 'proto_docs/google/api/backend.rb', line 28

class Backend
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end