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 7, 2024
1 parent 7a61534 commit 5715764
Show file tree
Hide file tree
Showing 10 changed files with 99 additions and 20 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
49 changes: 46 additions & 3 deletions discovery/integrations-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4084,7 +4084,7 @@
}
}
},
"revision": "20240825",
"revision": "20240902",
"rootUrl": "https://integrations.googleapis.com/",
"schemas": {
"CrmlogErrorCode": {
Expand Down Expand Up @@ -8712,7 +8712,8 @@
"OAUTH2_CLIENT_CREDENTIALS",
"SSH_PUBLIC_KEY",
"OAUTH2_AUTH_CODE_FLOW",
"GOOGLE_AUTHENTICATION"
"GOOGLE_AUTHENTICATION",
"OAUTH2_AUTH_CODE_FLOW_GOOGLE_MANAGED"
],
"enumDescriptions": [
"Authentication type not specified.",
Expand All @@ -8721,14 +8722,19 @@
"Oauth 2.0 Client Credentials Grant Authentication",
"SSH Public Key Authentication",
"Oauth 2.0 Authorization Code Flow",
"Google authentication"
"Google authentication",
"Oauth 2.0 Authorization Code Flow with Google Provided OAuth Client"
],
"type": "string"
},
"oauth2AuthCodeFlow": {
"$ref": "GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow",
"description": "Oauth2AuthCodeFlow."
},
"oauth2AuthCodeFlowGoogleManaged": {
"$ref": "GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged",
"description": "Oauth2AuthCodeFlowGoogleManaged."
},
"oauth2ClientCredentials": {
"$ref": "GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials",
"description": "Oauth2ClientCredentials."
Expand Down Expand Up @@ -8790,6 +8796,28 @@
},
"type": "object"
},
"GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged": {
"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.",
"id": "GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged",
"properties": {
"authCode": {
"description": "Optional. Authorization code to be exchanged for access and refresh tokens.",
"type": "string"
},
"redirectUri": {
"description": "Optional. Redirect URI to be provided during the auth code exchange.",
"type": "string"
},
"scopes": {
"description": "Required. Scopes the connection will request when the user performs the auth code flow.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials": {
"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.",
"id": "GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials",
Expand Down Expand Up @@ -9110,6 +9138,21 @@
"description": "Optional. Suspended indicates if a user has suspended a connection or not.",
"type": "boolean"
},
"tlsMigrationState": {
"description": "Output only. Status of the TLS migration.",
"enum": [
"TLS_MIGRATION_STATE_UNSPECIFIED",
"TLS_MIGRATION_NOT_STARTED",
"TLS_MIGRATION_COMPLETED"
],
"enumDescriptions": [
"TLS migration state is not specified.",
"TLS migration is in progress.",
"TLS migration is completed."
],
"readOnly": true,
"type": "string"
},
"tlsServiceDirectory": {
"description": "Output only. The name of the Service Directory service with TLS.",
"readOnly": true,
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
8 changes: 5 additions & 3 deletions discovery/workflowexecutions-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
}
}
},
"revision": "20240813",
"revision": "20240827",
"rootUrl": "https://workflowexecutions.googleapis.com/",
"schemas": {
"Callback": {
Expand Down Expand Up @@ -1009,13 +1009,15 @@
"STATE_UNSPECIFIED",
"STATE_IN_PROGRESS",
"STATE_SUCCEEDED",
"STATE_FAILED"
"STATE_FAILED",
"STATE_CANCELLED"
],
"enumDescriptions": [
"Invalid state.",
"The step entry is in progress.",
"The step entry finished successfully.",
"The step entry failed with an error."
"The step entry failed with an error.",
"The step entry is cancelled."
],
"readOnly": true,
"type": "string"
Expand Down

0 comments on commit 5715764

Please sign in to comment.