google_api_service_user v0.0.1 GoogleApi.ServiceUser.V1.Model.BackendRule View Source
A backend rule provides configuration for an individual API element.
Attributes
- address (String): The address of the API backend. Defaults to:
null
. - deadline (Float): The number of seconds to wait for a response from a request. The default depends on the deployment context. Defaults to:
null
. - minDeadline (Float): Minimum deadline in seconds needed for this method. Calls having deadline value lower than this will be rejected. Defaults to:
null
. - selector (String): Selects the methods to which this rule applies. Refer to selector for syntax details. Defaults to:
null
.