|
715 | 715 | }
|
716 | 716 | }
|
717 | 717 | },
|
718 |
| -"revision": "20240929", |
| 718 | +"revision": "20241115", |
719 | 719 | "rootUrl": "https://serviceconsumermanagement.googleapis.com/",
|
720 | 720 | "schemas": {
|
721 | 721 | "Api": {
|
|
1433 | 1433 | "description": "Experimental features to be included during client library generation. These fields will be deprecated once the feature graduates and is enabled by default.",
|
1434 | 1434 | "id": "ExperimentalFeatures",
|
1435 | 1435 | "properties": {
|
| 1436 | +"protobufPythonicTypesEnabled": { |
| 1437 | +"description": "Enables generation of protobuf code using new types that are more Pythonic which are included in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the feature in preview packages.", |
| 1438 | +"type": "boolean" |
| 1439 | +}, |
1436 | 1440 | "restAsyncIoEnabled": {
|
1437 | 1441 | "description": "Enables generation of asynchronous REST clients if `rest` transport is enabled. By default, asynchronous REST clients will not be generated. This feature will be enabled by default 1 month after launching the feature in preview packages.",
|
1438 | 1442 | "type": "boolean"
|
|
1572 | 1576 | "common": {
|
1573 | 1577 | "$ref": "CommonLanguageSettings",
|
1574 | 1578 | "description": "Some settings."
|
| 1579 | +}, |
| 1580 | +"renamedServices": { |
| 1581 | +"additionalProperties": { |
| 1582 | +"type": "string" |
| 1583 | +}, |
| 1584 | +"description": "Map of service names to renamed services. Keys are the package relative service names and values are the name to be used for the service client and call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin", |
| 1585 | +"type": "object" |
1575 | 1586 | }
|
1576 | 1587 | },
|
1577 | 1588 | "type": "object"
|
|
2458 | 2469 | "type": "string"
|
2459 | 2470 | },
|
2460 | 2471 | "unit": {
|
2461 |
| -"description": "Specify the unit of the quota limit. It uses the same syntax as Metric.unit. The supported unit kinds are determined by the quota backend system. Here are some examples: * \"1/min/{project}\" for quota per minute per project. Note: the order of unit components is insignificant. The \"1\" at the beginning is required to follow the metric unit syntax.", |
| 2472 | +"description": "Specify the unit of the quota limit. It uses the same syntax as MetricDescriptor.unit. The supported unit kinds are determined by the quota backend system. Here are some examples: * \"1/min/{project}\" for quota per minute per project. Note: the order of unit components is insignificant. The \"1\" at the beginning is required to follow the metric unit syntax.", |
2462 | 2473 | "type": "string"
|
2463 | 2474 | },
|
2464 | 2475 | "values": {
|
|
3012 | 3023 | "id": "V1Beta1ImportProducerQuotaPoliciesRequest",
|
3013 | 3024 | "properties": {
|
3014 | 3025 | "force": {
|
3015 |
| -"description": "Whether to force the import of the quota policies. If the policy import would decrease the default limit of any consumer tier by more than 10 percent, the call is rejected, as a safety measure to avoid accidentally decreasing quota too quickly. Setting the force parameter to true ignores this restriction.", |
| 3026 | +"description": "Whether quota policy can result in a decrease of effective limit. Don't allow any decreases if force is not specified. If force is specified, then don't allow any decreases below 120% of the 7d quota usage, or for cases where usage cannot be examined (custom dimensions/ per user/per resource), only allow a 10% decrease.", |
3016 | 3027 | "type": "boolean"
|
3017 | 3028 | },
|
3018 | 3029 | "forceJustification": {
|
3019 |
| -"description": "If force option is set to true, force_justification is suggested to be set to log the reason in audit logs.", |
| 3030 | +"description": "If force or force_skip_quota_usage_check option is set to true, force_justification is suggested to be set to log the reason in audit logs.", |
3020 | 3031 | "type": "string"
|
3021 | 3032 | },
|
| 3033 | +"forceSkipQuotaUsageCheck": { |
| 3034 | +"description": "If set to true, skip the quota usage check. This field is only used when the effective limit can be decreased. If the force field is not set, this field will be ignored.", |
| 3035 | +"type": "boolean" |
| 3036 | +}, |
3022 | 3037 | "inlineSource": {
|
3023 | 3038 | "$ref": "V1Beta1PolicyInlineSource",
|
3024 | 3039 | "description": "The import data is specified in the request message itself"
|
|
0 commit comments