Skip to content

Commit ffe3471

Browse files
feat(all): auto-regenerate discovery clients (#1533)
1 parent 43a3732 commit ffe3471

File tree

69 files changed

+23722
-477
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+23722
-477
lines changed

api-list.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,21 @@
406406
"documentationLink": "https://cloud.google.com/apigee-api-management/",
407407
"preferred": true
408408
},
409+
{
410+
"kind": "discovery#directoryItem",
411+
"id": "apigeeregistry:v1",
412+
"name": "apigeeregistry",
413+
"version": "v1",
414+
"title": "Apigee Registry API",
415+
"description": "",
416+
"discoveryRestUrl": "https://apigeeregistry.googleapis.com/$discovery/rest?version=v1",
417+
"icons": {
418+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
419+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
420+
},
421+
"documentationLink": "https://cloud.google.com/apigee/docs/api-hub/what-is-api-hub",
422+
"preferred": true
423+
},
409424
{
410425
"kind": "discovery#directoryItem",
411426
"id": "apikeys:v2",
@@ -556,21 +571,6 @@
556571
"documentationLink": "https://developers.google.com/authorized-buyers/apis/marketplace/reference/rest/",
557572
"preferred": true
558573
},
559-
{
560-
"kind": "discovery#directoryItem",
561-
"id": "baremetalsolution:v1alpha1",
562-
"name": "baremetalsolution",
563-
"version": "v1alpha1",
564-
"title": "Bare Metal Solution API",
565-
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
566-
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v1alpha1",
567-
"icons": {
568-
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
569-
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
570-
},
571-
"documentationLink": "https://cloud.google.com/bare-metal",
572-
"preferred": false
573-
},
574574
{
575575
"kind": "discovery#directoryItem",
576576
"id": "baremetalsolution:v1",

apigee/v1/apigee-api.json

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,34 @@
388388
"https://www.googleapis.com/auth/cloud-platform"
389389
]
390390
},
391+
"testIamPermissions": {
392+
"description": "Tests the permissions of a user on an organization, and returns a subset of permissions that the user has on the organization. If the organization does not exist, an empty permission set is returned (a NOT_FOUND error is not returned).",
393+
"flatPath": "v1/organizations/{organizationsId}:testIamPermissions",
394+
"httpMethod": "POST",
395+
"id": "apigee.organizations.testIamPermissions",
396+
"parameterOrder": [
397+
"resource"
398+
],
399+
"parameters": {
400+
"resource": {
401+
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
402+
"location": "path",
403+
"pattern": "^organizations/.*$",
404+
"required": true,
405+
"type": "string"
406+
}
407+
},
408+
"path": "v1/{+resource}:testIamPermissions",
409+
"request": {
410+
"$ref": "GoogleIamV1TestIamPermissionsRequest"
411+
},
412+
"response": {
413+
"$ref": "GoogleIamV1TestIamPermissionsResponse"
414+
},
415+
"scopes": [
416+
"https://www.googleapis.com/auth/cloud-platform"
417+
]
418+
},
391419
"update": {
392420
"description": "Updates the properties for an Apigee organization. No other fields in the organization profile will be updated.",
393421
"flatPath": "v1/organizations/{organizationsId}",
@@ -7588,7 +7616,7 @@
75887616
}
75897617
}
75907618
},
7591-
"revision": "20220421",
7619+
"revision": "20220428",
75927620
"rootUrl": "https://apigee.googleapis.com/",
75937621
"schemas": {
75947622
"EdgeConfigstoreBundleBadBundle": {
@@ -11318,6 +11346,11 @@
1131811346
"description": "Required. DEPRECATED: This field will be deprecated once Apigee supports DRZ. Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).",
1131911347
"type": "string"
1132011348
},
11349+
"apigeeProjectId": {
11350+
"description": "Output only. Apigee Project ID associated with the organization. Use this project to allowlist Apigee in the Service Attachment when using private service connect with Apigee.",
11351+
"readOnly": true,
11352+
"type": "string"
11353+
},
1132111354
"attributes": {
1132211355
"description": "Not used by Apigee.",
1132311356
"items": {
@@ -12997,7 +13030,7 @@
1299713030
"type": "object"
1299813031
},
1299913032
"GoogleIamV1AuditConfig": {
13000-
"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.",
13033+
"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
1300113034
"id": "GoogleIamV1AuditConfig",
1300213035
"properties": {
1300313036
"auditLogConfigs": {

apigee/v1/apigee-gen.go

Lines changed: 155 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)