google_api_apigee v0.16.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationConfig View Source
OperationConfig binds the resources in a proxy or remote service with the allowed REST methods and its associated quota enforcement.
Attributes
-
apiSource
(type:String.t
, default:nil
) - Required. api_source represents either a proxy or remote service name for which the resources, methods and quota are associated with. -
attributes
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t)
, default:nil
) - custom attribute associated with the operation. -
methods
(type:list(String.t)
, default:nil
) - methods refers to the REST verbs as in https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html. When none specified, all verb types are allowed. -
quota
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Quota.t
, default:nil
) - Quota parameters to be enforced for the resources, methods, api_source combination. If none specified, quota enforcement will not be done. -
resources
(type:list(String.t)
, default:nil
) - Required. resources represents a list of REST resource path associated with the proxy/remote service.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationConfig{ apiSource: String.t(), attributes: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t()], methods: [String.t()], quota: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Quota.t(), resources: [String.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.