GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationConfig (google_api_apigee v0.20.0) 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. -
operations
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Operation.t)
, default:nil
) - operations is the list of resource/methods pair, belonging to proxy/remote service, upon which quota will applied on. Note that currently we allow only a single operation. The call will fail if more than one is provided. -
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.
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()], operations: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Operation.t()], quota: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Quota.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.