Skip to content

Commit 5715764

Browse files
feat: regenerate index files
1 parent 7a61534 commit 5715764

10 files changed

+99
-20
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/integrations-v1.json

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4084,7 +4084,7 @@
40844084
}
40854085
}
40864086
},
4087-
"revision": "20240825",
4087+
"revision": "20240902",
40884088
"rootUrl": "https://integrations.googleapis.com/",
40894089
"schemas": {
40904090
"CrmlogErrorCode": {
@@ -8712,7 +8712,8 @@
87128712
"OAUTH2_CLIENT_CREDENTIALS",
87138713
"SSH_PUBLIC_KEY",
87148714
"OAUTH2_AUTH_CODE_FLOW",
8715-
"GOOGLE_AUTHENTICATION"
8715+
"GOOGLE_AUTHENTICATION",
8716+
"OAUTH2_AUTH_CODE_FLOW_GOOGLE_MANAGED"
87168717
],
87178718
"enumDescriptions": [
87188719
"Authentication type not specified.",
@@ -8721,14 +8722,19 @@
87218722
"Oauth 2.0 Client Credentials Grant Authentication",
87228723
"SSH Public Key Authentication",
87238724
"Oauth 2.0 Authorization Code Flow",
8724-
"Google authentication"
8725+
"Google authentication",
8726+
"Oauth 2.0 Authorization Code Flow with Google Provided OAuth Client"
87258727
],
87268728
"type": "string"
87278729
},
87288730
"oauth2AuthCodeFlow": {
87298731
"$ref": "GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow",
87308732
"description": "Oauth2AuthCodeFlow."
87318733
},
8734+
"oauth2AuthCodeFlowGoogleManaged": {
8735+
"$ref": "GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged",
8736+
"description": "Oauth2AuthCodeFlowGoogleManaged."
8737+
},
87328738
"oauth2ClientCredentials": {
87338739
"$ref": "GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials",
87348740
"description": "Oauth2ClientCredentials."
@@ -8790,6 +8796,28 @@
87908796
},
87918797
"type": "object"
87928798
},
8799+
"GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged": {
8800+
"description": "Parameters to support Oauth 2.0 Auth Code Grant Authentication using Google Provided OAuth Client. See https://tools.ietf.org/html/rfc6749#section-1.3.1 for more details.",
8801+
"id": "GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged",
8802+
"properties": {
8803+
"authCode": {
8804+
"description": "Optional. Authorization code to be exchanged for access and refresh tokens.",
8805+
"type": "string"
8806+
},
8807+
"redirectUri": {
8808+
"description": "Optional. Redirect URI to be provided during the auth code exchange.",
8809+
"type": "string"
8810+
},
8811+
"scopes": {
8812+
"description": "Required. Scopes the connection will request when the user performs the auth code flow.",
8813+
"items": {
8814+
"type": "string"
8815+
},
8816+
"type": "array"
8817+
}
8818+
},
8819+
"type": "object"
8820+
},
87938821
"GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials": {
87948822
"description": "Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details.",
87958823
"id": "GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials",
@@ -9110,6 +9138,21 @@
91109138
"description": "Optional. Suspended indicates if a user has suspended a connection or not.",
91119139
"type": "boolean"
91129140
},
9141+
"tlsMigrationState": {
9142+
"description": "Output only. Status of the TLS migration.",
9143+
"enum": [
9144+
"TLS_MIGRATION_STATE_UNSPECIFIED",
9145+
"TLS_MIGRATION_NOT_STARTED",
9146+
"TLS_MIGRATION_COMPLETED"
9147+
],
9148+
"enumDescriptions": [
9149+
"TLS migration state is not specified.",
9150+
"TLS migration is in progress.",
9151+
"TLS migration is completed."
9152+
],
9153+
"readOnly": true,
9154+
"type": "string"
9155+
},
91139156
"tlsServiceDirectory": {
91149157
"description": "Output only. The name of the Service Directory service with TLS.",
91159158
"readOnly": true,

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
],

discovery/workflowexecutions-v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@
517517
}
518518
}
519519
},
520-
"revision": "20240813",
520+
"revision": "20240827",
521521
"rootUrl": "https://workflowexecutions.googleapis.com/",
522522
"schemas": {
523523
"Callback": {
@@ -1009,13 +1009,15 @@
10091009
"STATE_UNSPECIFIED",
10101010
"STATE_IN_PROGRESS",
10111011
"STATE_SUCCEEDED",
1012-
"STATE_FAILED"
1012+
"STATE_FAILED",
1013+
"STATE_CANCELLED"
10131014
],
10141015
"enumDescriptions": [
10151016
"Invalid state.",
10161017
"The step entry is in progress.",
10171018
"The step entry finished successfully.",
1018-
"The step entry failed with an error."
1019+
"The step entry failed with an error.",
1020+
"The step entry is cancelled."
10191021
],
10201022
"readOnly": true,
10211023
"type": "string"

0 commit comments

Comments
 (0)