Skip to content

Commit 9f9c0cf

Browse files
feat(all): auto-regenerate discovery clients (#2442)
1 parent 454cba5 commit 9f9c0cf

31 files changed

+4141
-565
lines changed

api-list.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2536,7 +2536,7 @@
25362536
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
25372537
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
25382538
},
2539-
"documentationLink": "https://cloud.google.com/dlp/docs/",
2539+
"documentationLink": "https://cloud.google.com/sensitive-data-protection/docs/",
25402540
"preferred": true
25412541
},
25422542
{
@@ -3477,7 +3477,7 @@
34773477
"name": "iam",
34783478
"version": "v2beta",
34793479
"title": "Identity and Access Management (IAM) API",
3480-
"description": "Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls.",
3480+
"description": "Manages identity and access control for Google Cloud resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls. Enabling this API also enables the IAM Service Account Credentials API (iamcredentials.googleapis.com). However, disabling this API doesn't disable the IAM Service Account Credentials API.",
34813481
"discoveryRestUrl": "https://iam.googleapis.com/$discovery/rest?version=v2beta",
34823482
"icons": {
34833483
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
@@ -3492,7 +3492,7 @@
34923492
"name": "iam",
34933493
"version": "v1",
34943494
"title": "Identity and Access Management (IAM) API",
3495-
"description": "Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls.",
3495+
"description": "Manages identity and access control for Google Cloud resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls. Enabling this API also enables the IAM Service Account Credentials API (iamcredentials.googleapis.com). However, disabling this API doesn't disable the IAM Service Account Credentials API.",
34963496
"discoveryRestUrl": "https://iam.googleapis.com/$discovery/rest?version=v1",
34973497
"icons": {
34983498
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
@@ -3507,7 +3507,7 @@
35073507
"name": "iam",
35083508
"version": "v2",
35093509
"title": "Identity and Access Management (IAM) API",
3510-
"description": "Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls.",
3510+
"description": "Manages identity and access control for Google Cloud resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls. Enabling this API also enables the IAM Service Account Credentials API (iamcredentials.googleapis.com). However, disabling this API doesn't disable the IAM Service Account Credentials API.",
35113511
"discoveryRestUrl": "https://iam.googleapis.com/$discovery/rest?version=v2",
35123512
"icons": {
35133513
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
@@ -3522,7 +3522,7 @@
35223522
"name": "iamcredentials",
35233523
"version": "v1",
35243524
"title": "IAM Service Account Credentials API",
3525-
"description": "Creates short-lived credentials for impersonating IAM service accounts. To enable this API, you must enable the IAM API (iam.googleapis.com).",
3525+
"description": "Creates short-lived credentials for impersonating IAM service accounts. Disabling this API also disables the IAM API (iam.googleapis.com). However, enabling this API doesn't enable the IAM API.",
35263526
"discoveryRestUrl": "https://iamcredentials.googleapis.com/$discovery/rest?version=v1",
35273527
"icons": {
35283528
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",

apigee/v1/apigee-api.json

Lines changed: 451 additions & 1 deletion
Large diffs are not rendered by default.

apigee/v1/apigee-gen.go

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

artifactregistry/v1/artifactregistry-api.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@
16681668
}
16691669
}
16701670
},
1671-
"revision": "20240202",
1671+
"revision": "20240223",
16721672
"rootUrl": "https://artifactregistry.googleapis.com/",
16731673
"schemas": {
16741674
"AptArtifact": {
@@ -2859,19 +2859,22 @@
28592859
"REDIRECTION_STATE_UNSPECIFIED",
28602860
"REDIRECTION_FROM_GCR_IO_DISABLED",
28612861
"REDIRECTION_FROM_GCR_IO_ENABLED",
2862-
"REDIRECTION_FROM_GCR_IO_FINALIZED"
2862+
"REDIRECTION_FROM_GCR_IO_FINALIZED",
2863+
"REDIRECTION_FROM_GCR_IO_ENABLED_AND_COPYING"
28632864
],
28642865
"enumDeprecated": [
28652866
false,
28662867
false,
28672868
false,
2868-
true
2869+
true,
2870+
false
28692871
],
28702872
"enumDescriptions": [
28712873
"No redirection status has been set.",
28722874
"Redirection is disabled.",
28732875
"Redirection is enabled.",
2874-
"Redirection is enabled, and has been finalized so cannot be reverted."
2876+
"Redirection is enabled, and has been finalized so cannot be reverted.",
2877+
"Redirection is enabled and missing images are copied from GCR"
28752878
],
28762879
"type": "string"
28772880
},

artifactregistry/v1/artifactregistry-gen.go

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

artifactregistry/v1beta2/artifactregistry-api.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@
11421142
}
11431143
}
11441144
},
1145-
"revision": "20240122",
1145+
"revision": "20240223",
11461146
"rootUrl": "https://artifactregistry.googleapis.com/",
11471147
"schemas": {
11481148
"AptArtifact": {
@@ -1718,19 +1718,22 @@
17181718
"REDIRECTION_STATE_UNSPECIFIED",
17191719
"REDIRECTION_FROM_GCR_IO_DISABLED",
17201720
"REDIRECTION_FROM_GCR_IO_ENABLED",
1721-
"REDIRECTION_FROM_GCR_IO_FINALIZED"
1721+
"REDIRECTION_FROM_GCR_IO_FINALIZED",
1722+
"REDIRECTION_FROM_GCR_IO_ENABLED_AND_COPYING"
17221723
],
17231724
"enumDeprecated": [
17241725
false,
17251726
false,
17261727
false,
1727-
true
1728+
true,
1729+
false
17281730
],
17291731
"enumDescriptions": [
17301732
"No redirection status has been set.",
17311733
"Redirection is disabled.",
17321734
"Redirection is enabled.",
1733-
"Redirection is enabled, and has been finalized so cannot be reverted."
1735+
"Redirection is enabled, and has been finalized so cannot be reverted.",
1736+
"Redirection is enabled and missing images are copied from GCR"
17341737
],
17351738
"type": "string"
17361739
},

artifactregistry/v1beta2/artifactregistry-gen.go

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

chat/v1/chat-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@
990990
}
991991
}
992992
},
993-
"revision": "20240220",
993+
"revision": "20240222",
994994
"rootUrl": "https://chat.googleapis.com/",
995995
"schemas": {
996996
"ActionParameter": {
@@ -2058,7 +2058,7 @@
20582058
"type": "object"
20592059
},
20602060
"GoogleAppsCardV1Columns": {
2061-
"description": "The `Columns` widget displays up to 2 columns in a card message or dialog. You can add widgets to each column; the widgets appear in the order that they are specified. For an example in Google Chat apps, see [Columns](https://developers.google.com/chat/ui/widgets/columns). The height of each column is determined by the taller column. For example, if the first column is taller than the second column, both columns have the height of the first column. Because each column can contain a different number of widgets, you can't define rows or align widgets between the columns. Columns are displayed side-by-side. You can customize the width of each column using the `HorizontalSizeStyle` field. If the user's screen width is too narrow, the second column wraps below the first: * On web, the second column wraps if the screen width is less than or equal to 480 pixels. * On iOS devices, the second column wraps if the screen width is less than or equal to 300 pt. * On Android devices, the second column wraps if the screen width is less than or equal to 320 dp. To include more than 2 columns, or to use rows, use the `Grid` widget. [Google Chat apps](https://developers.google.com/chat):",
2061+
"description": "The `Columns` widget displays up to 2 columns in a card or dialog. You can add widgets to each column; the widgets appear in the order that they are specified. For an example in Google Chat apps, see [Columns](https://developers.google.com/chat/ui/widgets/columns). The height of each column is determined by the taller column. For example, if the first column is taller than the second column, both columns have the height of the first column. Because each column can contain a different number of widgets, you can't define rows or align widgets between the columns. Columns are displayed side-by-side. You can customize the width of each column using the `HorizontalSizeStyle` field. If the user's screen width is too narrow, the second column wraps below the first: * On web, the second column wraps if the screen width is less than or equal to 480 pixels. * On iOS devices, the second column wraps if the screen width is less than or equal to 300 pt. * On Android devices, the second column wraps if the screen width is less than or equal to 320 dp. To include more than 2 columns, or to use rows, use the `Grid` widget. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend): Columns for Google Workspace Add-ons are in [Developer Preview](https://developers.google.com/workspace/preview).",
20622062
"id": "GoogleAppsCardV1Columns",
20632063
"properties": {
20642064
"columnItems": {
@@ -2502,7 +2502,7 @@
25022502
"A set of radio buttons. Users can select one radio button.",
25032503
"A set of switches. Users can turn on one or more switches.",
25042504
"A dropdown menu. Users can select one item from the menu.",
2505-
"A multiselect menu for static or dynamic data. From the menu bar, users select one or more items. Users can also input values to populate dynamic data. For example, users can start typing the name of a Google Chat space and the widget autosuggests the space. To populate items for a multiselect menu, you can use one of the following types of data sources: * Static data: Items are specified as `SelectionItem` objects in the widget. Up to 100 items. * Google Workspace data: Items are populated using data from Google Workspace, such as Google Workspace users or Google Chat spaces. * External data: Items are populated from an external data source outside of Google Workspace. For examples of how to implement multiselect menus, see the [`SelectionInput` widget page](https://developers.google.com/chat/ui/widgets/selection-input#multiselect-menu). [Google Chat apps](https://developers.google.com/chat):"
2505+
"A multiselect menu for static or dynamic data. From the menu bar, users select one or more items. Users can also input values to populate dynamic data. For example, users can start typing the name of a Google Chat space and the widget autosuggests the space. To populate items for a multiselect menu, you can use one of the following types of data sources: * Static data: Items are specified as `SelectionItem` objects in the widget. Up to 100 items. * Google Workspace data: Items are populated using data from Google Workspace, such as Google Workspace users or Google Chat spaces. * External data: Items are populated from an external data source outside of Google Workspace. For examples of how to implement multiselect menus, see the [`SelectionInput` widget page](https://developers.google.com/chat/ui/widgets/selection-input#multiselect-menu). [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend): multiselect for Google Workspace Add-ons are in [Developer Preview](https://developers.google.com/workspace/preview)."
25062506
],
25072507
"type": "string"
25082508
}

chat/v1/chat-gen.go

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

compute/v0.beta/compute-api.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40344,7 +40344,7 @@
4034440344
}
4034540345
}
4034640346
},
40347-
"revision": "20240218",
40347+
"revision": "20240220",
4034840348
"rootUrl": "https://compute.googleapis.com/",
4034940349
"schemas": {
4035040350
"AWSV4Signature": {
@@ -50883,6 +50883,13 @@
5088350883
"description": "[Output Only] Server-defined URL for the resource.",
5088450884
"type": "string"
5088550885
},
50886+
"sourceRegions": {
50887+
"description": "The list of cloud regions from which health checks are performed. If any regions are specified, then exactly 3 regions should be specified. The region names must be valid names of GCP regions. This can only be set for global health check. If this list is non-empty, then there are restrictions on what other health check fields are supported and what other resources can use this health check: - SSL, HTTP2, and GRPC protocols are not supported. - The TCP request field is not supported. - The proxyHeader field for HTTP, HTTPS, and TCP is not supported. - The checkIntervalSec field must be at least 30. - The health check cannot be used with BackendService nor with managed instance group auto-healing. ",
50888+
"items": {
50889+
"type": "string"
50890+
},
50891+
"type": "array"
50892+
},
5088650893
"sslHealthCheck": {
5088750894
"$ref": "SSLHealthCheck"
5088850895
},
@@ -77412,6 +77419,11 @@
7741277419
"description": "The URL of a forwarding rule with loadBalancingScheme INTERNAL* that is serving the endpoint identified by this service attachment.",
7741377420
"type": "string"
7741477421
},
77422+
"propagatedConnectionLimit": {
77423+
"description": "The number of consumer Network Connectivity Center spokes that connected Private Service Connect endpoints can be propagated to. This limit lets a service producer indirectly limit how many propagated Private Service Connect connections can be established to the producer's service attachment. If the connection preference of the service attachment is ACCEPT_MANUAL, the limit applies to each project or network that is listed in the consumer accept list. If the connection preference of the service attachment is ACCEPT_AUTOMATIC, the limit applies to each project that contains a connected endpoint. If unspecified, the default propagated connection limit is 250.",
77424+
"format": "uint32",
77425+
"type": "integer"
77426+
},
7741577427
"pscServiceAttachmentId": {
7741677428
"$ref": "Uint128",
7741777429
"description": "[Output Only] An 128-bit global unique ID of the PSC service attachment."
@@ -77611,6 +77623,11 @@
7761177623
"description": "The url of a connected endpoint.",
7761277624
"type": "string"
7761377625
},
77626+
"propagatedConnectionCount": {
77627+
"description": "The number of consumer Network Connectivity Center spokes that the connected Private Service Connect endpoint has propagated to.",
77628+
"format": "uint32",
77629+
"type": "integer"
77630+
},
7761477631
"pscConnectionId": {
7761577632
"description": "The PSC connection id of the connected endpoint.",
7761677633
"format": "uint64",

0 commit comments

Comments
 (0)