Skip to content

Commit e215299

Browse files
feat: regenerate index files
1 parent 12b17de commit e215299

File tree

10 files changed

+597
-1102
lines changed

10 files changed

+597
-1102
lines changed

disclaimers.json

Lines changed: 273 additions & 101 deletions
Large diffs are not rendered by default.

discovery/apigee-v1.json

Lines changed: 68 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,7 @@
22512251
]
22522252
},
22532253
"updateAppGroupAppKey": {
2254-
"description": "Adds an API product to an AppGroupAppKey, enabling the app that holds the key to access the API resources bundled in the API product. In addition, you can add attributes to the AppGroupAppKey. This API replaces the existing attributes with those specified in the request. Include or exclude any existing attributes that you want to retain or delete, respectively. You can use the same key to access all API products associated with the app.",
2254+
"description": "Adds an API product to an AppGroupAppKey, enabling the app that holds the key to access the API resources bundled in the API product. In addition, you can add attributes and scopes to the AppGroupAppKey. This API replaces the existing attributes with those specified in the request. Include or exclude any existing attributes that you want to retain or delete, respectively. You can use the same key to access all API products associated with the app.",
22552255
"flatPath": "v1/organizations/{organizationsId}/appgroups/{appgroupsId}/apps/{appsId}/keys/{keysId}",
22562256
"httpMethod": "POST",
22572257
"id": "apigee.organizations.appgroups.apps.keys.updateAppGroupAppKey",
@@ -2435,7 +2435,7 @@
24352435
"type": "string"
24362436
},
24372437
"rows": {
2438-
"description": "Optional. Maximum number of app IDs to return. Defaults to 10000.",
2438+
"description": "Optional. Maximum number of app IDs to return. Defaults to 1000.",
24392439
"format": "int64",
24402440
"location": "query",
24412441
"type": "string"
@@ -3402,7 +3402,7 @@
34023402
]
34033403
},
34043404
"updateDeveloperAppKey": {
3405-
"description": "Adds an API product to a developer app key, enabling the app that holds the key to access the API resources bundled in the API product. In addition, you can add attributes to a developer app key. This API replaces the existing attributes with those specified in the request. Include or exclude any existing attributes that you want to retain or delete, respectively. You can use the same key to access all API products associated with the app.",
3405+
"description": "Adds an API product to a developer app key, enabling the app that holds the key to access the API resources bundled in the API product. In addition, you can add attributes and scopes associated with the API product to the developer app key. The status of the key can be updated via \"action\" Query Parameter. None of the other fields can be updated via this API. This API replaces the existing attributes with those specified in the request. Include or exclude any existing attributes that you want to retain or delete, respectively. None of the other fields can be updated. You can use the same key to access all API products associated with the app.",
34063406
"flatPath": "v1/organizations/{organizationsId}/developers/{developersId}/apps/{appsId}/keys/{keysId}",
34073407
"httpMethod": "POST",
34083408
"id": "apigee.organizations.developers.apps.keys.updateDeveloperAppKey",
@@ -7057,6 +7057,31 @@
70577057
"https://www.googleapis.com/auth/cloud-platform"
70587058
]
70597059
},
7060+
"delete": {
7061+
"description": "Delete a SecurityAction.",
7062+
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/securityActions/{securityActionsId}",
7063+
"httpMethod": "DELETE",
7064+
"id": "apigee.organizations.environments.securityActions.delete",
7065+
"parameterOrder": [
7066+
"name"
7067+
],
7068+
"parameters": {
7069+
"name": {
7070+
"description": "Required. The name of the security monitoring condition to delete. Format: `organizations/{org}/environment/{env}/securityActions/{security_action}`",
7071+
"location": "path",
7072+
"pattern": "^organizations/[^/]+/environments/[^/]+/securityActions/[^/]+$",
7073+
"required": true,
7074+
"type": "string"
7075+
}
7076+
},
7077+
"path": "v1/{+name}",
7078+
"response": {
7079+
"$ref": "GoogleProtobufEmpty"
7080+
},
7081+
"scopes": [
7082+
"https://www.googleapis.com/auth/cloud-platform"
7083+
]
7084+
},
70607085
"disable": {
70617086
"description": "Disable a SecurityAction. The `state` of the SecurityAction after disabling is `DISABLED`. `DisableSecurityAction` can be called on SecurityActions in the state `ENABLED`; SecurityActions in a different state (including `DISABLED`) return an error.",
70627087
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/securityActions/{securityActionsId}:disable",
@@ -7178,6 +7203,40 @@
71787203
"scopes": [
71797204
"https://www.googleapis.com/auth/cloud-platform"
71807205
]
7206+
},
7207+
"patch": {
7208+
"description": "Update a SecurityAction.",
7209+
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/securityActions/{securityActionsId}",
7210+
"httpMethod": "PATCH",
7211+
"id": "apigee.organizations.environments.securityActions.patch",
7212+
"parameterOrder": [
7213+
"name"
7214+
],
7215+
"parameters": {
7216+
"name": {
7217+
"description": "Immutable. This field is ignored during creation as per AIP-133. Please set the `security_action_id` field in the CreateSecurityActionRequest when creating a new SecurityAction. Format: organizations/{org}/environments/{env}/securityActions/{security_action}",
7218+
"location": "path",
7219+
"pattern": "^organizations/[^/]+/environments/[^/]+/securityActions/[^/]+$",
7220+
"required": true,
7221+
"type": "string"
7222+
},
7223+
"updateMask": {
7224+
"description": "Optional. The list of fields to update. Valid fields to update are `description`, `state`, `allow`, `deny`, and `flag`, `expire_time`, and `ttl`, `api_proxies`, and `condition_config`.",
7225+
"format": "google-fieldmask",
7226+
"location": "query",
7227+
"type": "string"
7228+
}
7229+
},
7230+
"path": "v1/{+name}",
7231+
"request": {
7232+
"$ref": "GoogleCloudApigeeV1SecurityAction"
7233+
},
7234+
"response": {
7235+
"$ref": "GoogleCloudApigeeV1SecurityAction"
7236+
},
7237+
"scopes": [
7238+
"https://www.googleapis.com/auth/cloud-platform"
7239+
]
71817240
}
71827241
}
71837242
},
@@ -11063,7 +11122,7 @@
1106311122
}
1106411123
}
1106511124
},
11066-
"revision": "20250506",
11125+
"revision": "20250622",
1106711126
"rootUrl": "https://apigee.googleapis.com/",
1106811127
"schemas": {
1106911128
"EdgeConfigstoreBundleBadBundle": {
@@ -16466,6 +16525,10 @@
1646616525
"readOnly": true,
1646716526
"type": "string"
1646816527
},
16528+
"networkEgressRestricted": {
16529+
"description": "Optional. Flag that specifies if internet egress is restricted for VPC Service Controls. Valid only when runtime_type is `CLOUD` and disable_vpc_peering is `true`.",
16530+
"type": "boolean"
16531+
},
1646916532
"portalDisabled": {
1647016533
"description": "Optional. Configuration for the Portals settings.",
1647116534
"type": "boolean"
@@ -19547,7 +19610,7 @@
1954719610
},
1954819611
"appGroupAppKey": {
1954919612
"$ref": "GoogleCloudApigeeV1AppGroupAppKey",
19550-
"description": "The new AppGroupKey to be amended. Note that the status can be updated only via action."
19613+
"description": "Note that only Scopes and Attributes of the AppGroupAppKey can be amended. Scopes and Attributes mentioned in the request will be inserted and the existing scopes and attributes will be removed."
1955119614
}
1955219615
},
1955319616
"type": "object"

discovery/baremetalsolution-v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@
11271127
]
11281128
},
11291129
"submit": {
1130-
"description": "Submit a provisiong configuration for a given project.",
1130+
"description": "Submit a provisioning configuration for a given project.",
11311131
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/provisioningConfigs:submit",
11321132
"httpMethod": "POST",
11331133
"id": "baremetalsolution.projects.locations.provisioningConfigs.submit",
@@ -1728,7 +1728,7 @@
17281728
}
17291729
}
17301730
},
1731-
"revision": "20250414",
1731+
"revision": "20250519",
17321732
"rootUrl": "https://baremetalsolution.googleapis.com/",
17331733
"schemas": {
17341734
"AllowedClient": {
@@ -2072,7 +2072,7 @@
20722072
},
20732073
"id": {
20742074
"deprecated": true,
2075-
"description": "A transient unique identifier to idenfity an instance within an ProvisioningConfig request.",
2075+
"description": "A transient unique identifier to identify an instance within an ProvisioningConfig request.",
20762076
"type": "string"
20772077
},
20782078
"instanceType": {

discovery/datalineage-v1.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
"type": "string"
402402
},
403403
"requestId": {
404-
"description": "A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
404+
"description": "Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
405405
"location": "query",
406406
"type": "string"
407407
}
@@ -593,7 +593,7 @@
593593
"type": "string"
594594
},
595595
"requestId": {
596-
"description": "A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
596+
"description": "Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
597597
"location": "query",
598598
"type": "string"
599599
}
@@ -721,6 +721,11 @@
721721
"required": true,
722722
"type": "string"
723723
},
724+
"requestId": {
725+
"description": "Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
726+
"location": "query",
727+
"type": "string"
728+
},
724729
"updateMask": {
725730
"description": "The list of fields to update. Currently not used. The whole message is updated.",
726731
"format": "google-fieldmask",
@@ -760,7 +765,7 @@
760765
"type": "string"
761766
},
762767
"requestId": {
763-
"description": "A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
768+
"description": "Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
764769
"location": "query",
765770
"type": "string"
766771
}
@@ -927,7 +932,7 @@
927932
"type": "string"
928933
},
929934
"requestId": {
930-
"description": "A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
935+
"description": "Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a `request_id` is provided.",
931936
"location": "query",
932937
"type": "string"
933938
}
@@ -1045,7 +1050,7 @@
10451050
}
10461051
}
10471052
},
1048-
"revision": "20250319",
1053+
"revision": "20250620",
10491054
"rootUrl": "https://datalineage.googleapis.com/",
10501055
"schemas": {
10511056
"GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest": {

0 commit comments

Comments
 (0)