GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationConfig (google_api_apigee v0.29.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 proxy or remote service name with which the resources, methods, and quota are associated. -
attributes
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t)
, default:nil
) - Custom attributes associated with the operation. -
operations
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Operation.t)
, default:nil
) - List of resource/method pairs for the proxy/remote service, upon which quota will applied. Note: Currently, you can specify only a single resource/method pair. The call will fail if more than one resource/method pair 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 are 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() | nil, attributes: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Attribute.t()] | nil, operations: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Operation.t()] | nil, quota: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Quota.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.