Skip to content

Commit 71580c0

Browse files
feat: regenerate index files
1 parent 0792ba1 commit 71580c0

File tree

8 files changed

+48
-14
lines changed

8 files changed

+48
-14
lines changed

discovery/apigee-v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10045,7 +10045,7 @@
1004510045
}
1004610046
}
1004710047
},
10048-
"revision": "20240620",
10048+
"revision": "20240903",
1004910049
"rootUrl": "https://apigee.googleapis.com/",
1005010050
"schemas": {
1005110051
"EdgeConfigstoreBundleBadBundle": {
@@ -16617,6 +16617,13 @@
1661716617
"$ref": "GoogleCloudApigeeV1SecurityActionAllow",
1661816618
"description": "Allow a request through if it matches this SecurityAction."
1661916619
},
16620+
"apiProxies": {
16621+
"description": "Optional. If unset, this would apply to all proxies in the environment. If set, this action is enforced only if at least one proxy in the repeated list is deployed at the time of enforcement. If set, several restrictions are enforced on SecurityActions. There can be at most 100 enabled actions with proxies set in an env. Several other restrictions apply on conditions and are detailed later.",
16622+
"items": {
16623+
"type": "string"
16624+
},
16625+
"type": "array"
16626+
},
1662016627
"conditionConfig": {
1662116628
"$ref": "GoogleCloudApigeeV1SecurityActionConditionConfig",
1662216629
"description": "Required. A valid SecurityAction must contain at least one condition."

discovery/baremetalsolution-v2.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@
17221722
}
17231723
}
17241724
},
1725-
"revision": "20240422",
1725+
"revision": "20240830",
17261726
"rootUrl": "https://baremetalsolution.googleapis.com/",
17271727
"schemas": {
17281728
"AllowedClient": {
@@ -2847,7 +2847,7 @@
28472847
"type": "string"
28482848
},
28492849
"vlanAttachments": {
2850-
"description": "List of VLAN attachments. As of now there are always 2 attachments, but it is going to change in the future (multi vlan).",
2850+
"description": "List of VLAN attachments. As of now there are always 2 attachments, but it is going to change in the future (multi vlan). Use only one of vlan_attachments or vrf",
28512851
"items": {
28522852
"$ref": "IntakeVlanAttachment"
28532853
},
@@ -2856,6 +2856,10 @@
28562856
"vlanSameProject": {
28572857
"description": "Whether the VLAN attachment pair is located in the same project.",
28582858
"type": "boolean"
2859+
},
2860+
"vrf": {
2861+
"description": "Optional. The name of a pre-existing Vrf that the network should be attached to. Format is `vrfs/{vrf}`. If vrf is specified, vlan_attachments must be empty.",
2862+
"type": "string"
28592863
}
28602864
},
28612865
"type": "object"

discovery/cloudidentity-v1.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,7 @@
19901990
}
19911991
}
19921992
},
1993-
"revision": "20240820",
1993+
"revision": "20240902",
19941994
"rootUrl": "https://cloudidentity.googleapis.com/",
19951995
"schemas": {
19961996
"AddIdpCredentialOperationMetadata": {
@@ -3732,6 +3732,7 @@
37323732
"SERVICE_ACCOUNT",
37333733
"GROUP",
37343734
"SHARED_DRIVE",
3735+
"CBCM_BROWSER",
37353736
"OTHER"
37363737
],
37373738
"enumDescriptions": [
@@ -3740,6 +3741,7 @@
37403741
"Represents service account type.",
37413742
"Represents group type.",
37423743
"Represents Shared drive.",
3744+
"Represents a CBCM-managed Chrome Browser type.",
37433745
"Represents other type."
37443746
],
37453747
"readOnly": true,

discovery/cloudidentity-v1beta1.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@
20152015
}
20162016
}
20172017
},
2018-
"revision": "20240625",
2018+
"revision": "20240902",
20192019
"rootUrl": "https://cloudidentity.googleapis.com/",
20202020
"schemas": {
20212021
"AddIdpCredentialOperationMetadata": {
@@ -4557,6 +4557,7 @@
45574557
"SERVICE_ACCOUNT",
45584558
"GROUP",
45594559
"SHARED_DRIVE",
4560+
"CBCM_BROWSER",
45604561
"OTHER"
45614562
],
45624563
"enumDescriptions": [
@@ -4565,6 +4566,7 @@
45654566
"Represents service account type.",
45664567
"Represents group type.",
45674568
"Represents Shared drive.",
4569+
"Represents a CBCM-managed Chrome Browser type.",
45684570
"Represents other type."
45694571
],
45704572
"readOnly": true,

discovery/datamigration-v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,7 +2218,7 @@
22182218
}
22192219
}
22202220
},
2221-
"revision": "20240826",
2221+
"revision": "20240902",
22222222
"rootUrl": "https://datamigration.googleapis.com/",
22232223
"schemas": {
22242224
"AlloyDbConnectionProfile": {
@@ -2245,12 +2245,14 @@
22452245
"enum": [
22462246
"DATABASE_VERSION_UNSPECIFIED",
22472247
"POSTGRES_14",
2248-
"POSTGRES_15"
2248+
"POSTGRES_15",
2249+
"POSTGRES_16"
22492250
],
22502251
"enumDescriptions": [
22512252
"This is an unknown database version.",
22522253
"The database version is Postgres 14.",
2253-
"The database version is Postgres 15."
2254+
"The database version is Postgres 15.",
2255+
"The database version is Postgres 16."
22542256
],
22552257
"type": "string"
22562258
},

discovery/firebaseml-v2beta.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
}
207207
}
208208
},
209-
"revision": "20240821",
209+
"revision": "20240902",
210210
"rootUrl": "https://firebaseml.googleapis.com/",
211211
"schemas": {
212212
"Date": {
@@ -1096,14 +1096,16 @@
10961096
"BLOCK_LOW_AND_ABOVE",
10971097
"BLOCK_MEDIUM_AND_ABOVE",
10981098
"BLOCK_ONLY_HIGH",
1099-
"BLOCK_NONE"
1099+
"BLOCK_NONE",
1100+
"OFF"
11001101
],
11011102
"enumDescriptions": [
11021103
"Unspecified harm block threshold.",
11031104
"Block low threshold and above (i.e. block more).",
11041105
"Block medium threshold and above.",
11051106
"Block only high threshold (i.e. block less).",
1106-
"Block none."
1107+
"Block none.",
1108+
"Turn off the safety filter."
11071109
],
11081110
"type": "string"
11091111
}

discovery/index.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4321,10 +4321,25 @@
43214321
"id": "merchantapi:reports_v1beta",
43224322
"kind": "discovery#directoryItem",
43234323
"name": "merchantapi",
4324-
"preferred": true,
4324+
"preferred": false,
43254325
"title": "Merchant API",
43264326
"version": "reports_v1beta"
43274327
},
4328+
{
4329+
"description": "Programmatically manage your Merchant Center Accounts.",
4330+
"discoveryRestUrl": "https://merchantapi.googleapis.com/$discovery/rest?version=reviews_v1beta",
4331+
"documentationLink": "https://developers.devsite.corp.google.com/merchant/api",
4332+
"icons": {
4333+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
4334+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
4335+
},
4336+
"id": "merchantapi:reviews_v1beta",
4337+
"kind": "discovery#directoryItem",
4338+
"name": "merchantapi",
4339+
"preferred": true,
4340+
"title": "Merchant API",
4341+
"version": "reviews_v1beta"
4342+
},
43284343
{
43294344
"description": "The Dataproc Metastore API is used to manage the lifecycle and configuration of metastore services.",
43304345
"discoveryRestUrl": "https://metastore.googleapis.com/$discovery/rest?version=v1alpha",

discovery/osconfig-v1alpha.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@
707707
}
708708
}
709709
},
710-
"revision": "20240602",
710+
"revision": "20240901",
711711
"rootUrl": "https://osconfig.googleapis.com/",
712712
"schemas": {
713713
"CVSSv3": {
@@ -1141,7 +1141,7 @@
11411141
"AVAILABLE_PACKAGE"
11421142
],
11431143
"enumDescriptions": [
1144-
"Invalid. An type must be specified.",
1144+
"Invalid. A type must be specified.",
11451145
"This represents a package that is installed on the VM.",
11461146
"This represents an update that is available for a package."
11471147
],

0 commit comments

Comments
 (0)