operationGroup property

GoogleCloudApigeeV1OperationGroup? operationGroup
getter/setter pair

Configuration used to group Apigee proxies or remote services with resources, method types, and quotas.

The resource refers to the resource URI (excluding the base path). With this grouping, the API product creator is able to fine-tune and give precise control over which REST methods have access to specific resources and how many calls can be made (using the quota setting). Note: The api_resources setting cannot be specified for both the API product and operation group; otherwise the call will fail.

Implementation

GoogleCloudApigeeV1OperationGroup? operationGroup;