Reference documentation and code samples for the Service Management V1 API class Google::Api::Backend.
Backend
defines the backend configuration for a service.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#rules
def rules() -> ::Array<::Google::Api::BackendRule>
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.
#rules=
def rules=(value) -> ::Array<::Google::Api::BackendRule>
Parameter
-
value (::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.
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.