Skip to content

Commit

Permalink
feat: regenerate index files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Sep 6, 2024
1 parent 0792ba1 commit 71580c0
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 14 deletions.
9 changes: 8 additions & 1 deletion discovery/apigee-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -10045,7 +10045,7 @@
}
}
},
"revision": "20240620",
"revision": "20240903",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -16617,6 +16617,13 @@
"$ref": "GoogleCloudApigeeV1SecurityActionAllow",
"description": "Allow a request through if it matches this SecurityAction."
},
"apiProxies": {
"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.",
"items": {
"type": "string"
},
"type": "array"
},
"conditionConfig": {
"$ref": "GoogleCloudApigeeV1SecurityActionConditionConfig",
"description": "Required. A valid SecurityAction must contain at least one condition."
Expand Down
8 changes: 6 additions & 2 deletions discovery/baremetalsolution-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@
}
}
},
"revision": "20240422",
"revision": "20240830",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"AllowedClient": {
Expand Down Expand Up @@ -2847,7 +2847,7 @@
"type": "string"
},
"vlanAttachments": {
"description": "List of VLAN attachments. As of now there are always 2 attachments, but it is going to change in the future (multi vlan).",
"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",
"items": {
"$ref": "IntakeVlanAttachment"
},
Expand All @@ -2856,6 +2856,10 @@
"vlanSameProject": {
"description": "Whether the VLAN attachment pair is located in the same project.",
"type": "boolean"
},
"vrf": {
"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.",
"type": "string"
}
},
"type": "object"
Expand Down
4 changes: 3 additions & 1 deletion discovery/cloudidentity-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@
}
}
},
"revision": "20240820",
"revision": "20240902",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down Expand Up @@ -3732,6 +3732,7 @@
"SERVICE_ACCOUNT",
"GROUP",
"SHARED_DRIVE",
"CBCM_BROWSER",
"OTHER"
],
"enumDescriptions": [
Expand All @@ -3740,6 +3741,7 @@
"Represents service account type.",
"Represents group type.",
"Represents Shared drive.",
"Represents a CBCM-managed Chrome Browser type.",
"Represents other type."
],
"readOnly": true,
Expand Down
4 changes: 3 additions & 1 deletion discovery/cloudidentity-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2015,7 +2015,7 @@
}
}
},
"revision": "20240625",
"revision": "20240902",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down Expand Up @@ -4557,6 +4557,7 @@
"SERVICE_ACCOUNT",
"GROUP",
"SHARED_DRIVE",
"CBCM_BROWSER",
"OTHER"
],
"enumDescriptions": [
Expand All @@ -4565,6 +4566,7 @@
"Represents service account type.",
"Represents group type.",
"Represents Shared drive.",
"Represents a CBCM-managed Chrome Browser type.",
"Represents other type."
],
"readOnly": true,
Expand Down
8 changes: 5 additions & 3 deletions discovery/datamigration-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@
}
}
},
"revision": "20240826",
"revision": "20240902",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AlloyDbConnectionProfile": {
Expand All @@ -2245,12 +2245,14 @@
"enum": [
"DATABASE_VERSION_UNSPECIFIED",
"POSTGRES_14",
"POSTGRES_15"
"POSTGRES_15",
"POSTGRES_16"
],
"enumDescriptions": [
"This is an unknown database version.",
"The database version is Postgres 14.",
"The database version is Postgres 15."
"The database version is Postgres 15.",
"The database version is Postgres 16."
],
"type": "string"
},
Expand Down
8 changes: 5 additions & 3 deletions discovery/firebaseml-v2beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
}
}
},
"revision": "20240821",
"revision": "20240902",
"rootUrl": "https://firebaseml.googleapis.com/",
"schemas": {
"Date": {
Expand Down Expand Up @@ -1096,14 +1096,16 @@
"BLOCK_LOW_AND_ABOVE",
"BLOCK_MEDIUM_AND_ABOVE",
"BLOCK_ONLY_HIGH",
"BLOCK_NONE"
"BLOCK_NONE",
"OFF"
],
"enumDescriptions": [
"Unspecified harm block threshold.",
"Block low threshold and above (i.e. block more).",
"Block medium threshold and above.",
"Block only high threshold (i.e. block less).",
"Block none."
"Block none.",
"Turn off the safety filter."
],
"type": "string"
}
Expand Down
17 changes: 16 additions & 1 deletion discovery/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4321,10 +4321,25 @@
"id": "merchantapi:reports_v1beta",
"kind": "discovery#directoryItem",
"name": "merchantapi",
"preferred": true,
"preferred": false,
"title": "Merchant API",
"version": "reports_v1beta"
},
{
"description": "Programmatically manage your Merchant Center Accounts.",
"discoveryRestUrl": "https://merchantapi.googleapis.com/$discovery/rest?version=reviews_v1beta",
"documentationLink": "https://developers.devsite.corp.google.com/merchant/api",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"id": "merchantapi:reviews_v1beta",
"kind": "discovery#directoryItem",
"name": "merchantapi",
"preferred": true,
"title": "Merchant API",
"version": "reviews_v1beta"
},
{
"description": "The Dataproc Metastore API is used to manage the lifecycle and configuration of metastore services.",
"discoveryRestUrl": "https://metastore.googleapis.com/$discovery/rest?version=v1alpha",
Expand Down
4 changes: 2 additions & 2 deletions discovery/osconfig-v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
}
}
},
"revision": "20240602",
"revision": "20240901",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"CVSSv3": {
Expand Down Expand Up @@ -1141,7 +1141,7 @@
"AVAILABLE_PACKAGE"
],
"enumDescriptions": [
"Invalid. An type must be specified.",
"Invalid. A type must be specified.",
"This represents a package that is installed on the VM.",
"This represents an update that is available for a package."
],
Expand Down

0 comments on commit 71580c0

Please sign in to comment.