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 May 10, 2024
1 parent 92de0a7 commit 74a5a47
Show file tree
Hide file tree
Showing 8 changed files with 143 additions and 56 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": "20240430",
"revision": "20240507",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -16738,6 +16738,13 @@
},
"type": "array"
},
"httpMethods": {
"description": "Optional. Act only on particular HTTP methods. E.g. A read-only API can block POST/PUT/DELETE methods. Accepted values are: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE and PATCH.",
"items": {
"type": "string"
},
"type": "array"
},
"ipAddressRanges": {
"description": "Optional. A list of IP addresses. This could be either IPv4 or IPv6. Limited to 100 per action.",
"items": {
Expand Down
73 changes: 37 additions & 36 deletions discovery/artifactregistry-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,38 +115,6 @@
},
"protocol": "rest",
"resources": {
"media": {
"methods": {
"download": {
"description": "Download a file.",
"flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/files/{filesId}:download",
"httpMethod": "GET",
"id": "artifactregistry.media.download",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the file to download.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/files/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta2/{+name}:download",
"response": {
"$ref": "DownloadFileResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"supportsMediaDownload": true,
"useMediaDownloadService": true
}
}
},
"projects": {
"methods": {
"getProjectSettings": {
Expand Down Expand Up @@ -478,7 +446,7 @@
],
"parameters": {
"name": {
"description": "The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.",
"description": "The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
"required": true,
Expand Down Expand Up @@ -635,6 +603,34 @@
},
"files": {
"methods": {
"download": {
"description": "Download a file.",
"flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/files/{filesId}:download",
"httpMethod": "GET",
"id": "artifactregistry.projects.locations.repositories.files.download",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the file to download.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/files/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta2/{+name}:download",
"response": {
"$ref": "DownloadFileResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"supportsMediaDownload": true,
"useMediaDownloadService": true
},
"get": {
"description": "Gets a file.",
"flatPath": "v1beta2/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/files/{filesId}",
Expand Down Expand Up @@ -1208,7 +1204,7 @@
}
}
},
"revision": "20240425",
"revision": "20240501",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -1334,7 +1330,7 @@
"type": "array"
},
"name": {
"description": "The name of the file, for example: \"projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt\". If the file ID part contains slashes, they are escaped.",
"description": "The name of the file, for example: `projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt`. If the file ID part contains slashes, they are escaped.",
"type": "string"
},
"owner": {
Expand Down Expand Up @@ -1877,9 +1873,14 @@
"description": "Maven repository config contains repository level configuration for the repositories of maven type."
},
"name": {
"description": "The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.",
"description": "The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.",
"type": "string"
},
"satisfiesPzi": {
"description": "Output only. If set, the repository satisfies physical zone isolation.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. If set, the repository satisfies physical zone separation.",
"readOnly": true,
Expand Down
8 changes: 5 additions & 3 deletions discovery/blockchainnodeengine-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
}
}
},
"revision": "20240425",
"revision": "20240504",
"rootUrl": "https://blockchainnodeengine.googleapis.com/",
"schemas": {
"BlockchainNode": {
Expand Down Expand Up @@ -547,7 +547,8 @@
"ERROR",
"UPDATING",
"REPAIRING",
"RECONCILING"
"RECONCILING",
"SYNCING"
],
"enumDescriptions": [
"The state has not been specified.",
Expand All @@ -557,7 +558,8 @@
"The node is in an unexpected or errored state.",
"The node is currently being updated.",
"The node is currently being repaired.",
"The node is currently being reconciled."
"The node is currently being reconciled.",
"The node is syncing, which is the process by which it obtains the latest block and current global state."
],
"readOnly": true,
"type": "string"
Expand Down
34 changes: 29 additions & 5 deletions discovery/contactcenteraiplatform-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
}
}
},
"revision": "20240426",
"revision": "20240506",
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
"schemas": {
"AdminUser": {
Expand Down Expand Up @@ -740,7 +740,13 @@
"STANDARD_XLARGE",
"STANDARD_2XLARGE",
"STANDARD_3XLARGE",
"DEV_XSMALL"
"DEV_XSMALL",
"MULTIREGION_SMALL",
"MULTIREGION_MEDIUM",
"MULTIREGION_LARGE",
"MULTIREGION_XLARGE",
"MULTIREGION_2XLARGE",
"MULTIREGION_3XLARGE"
],
"enumDescriptions": [
"The default value. This value is used if the state is omitted.",
Expand All @@ -750,7 +756,13 @@
"Instance Size STANDARD_XLARGE.",
"Instance Size STANDARD_2XLARGE.",
"Instance Size STANDARD_3XLARGE.",
"Instance Size DEV_EXTRA_SMALL."
"Instance Size DEV_EXTRA_SMALL.",
"Instance Size MULTIREGION_SMALL",
"Instance Size MULTIREGION_MEDIUM",
"Instance Size MULTIREGION_LARGE",
"Instance Size MULTIREGION_XLARGE",
"Instance Size MULTIREGION_2XLARGE.",
"Instance Size MULTIREGION_3XLARGE."
],
"type": "string"
}
Expand Down Expand Up @@ -965,7 +977,13 @@
"STANDARD_XLARGE",
"STANDARD_2XLARGE",
"STANDARD_3XLARGE",
"DEV_XSMALL"
"DEV_XSMALL",
"MULTIREGION_SMALL",
"MULTIREGION_MEDIUM",
"MULTIREGION_LARGE",
"MULTIREGION_XLARGE",
"MULTIREGION_2XLARGE",
"MULTIREGION_3XLARGE"
],
"enumDescriptions": [
"The default value. This value is used if the state is omitted.",
Expand All @@ -975,7 +993,13 @@
"Instance Size STANDARD_XLARGE.",
"Instance Size STANDARD_2XLARGE.",
"Instance Size STANDARD_3XLARGE.",
"Instance Size DEV_EXTRA_SMALL."
"Instance Size DEV_EXTRA_SMALL.",
"Instance Size MULTIREGION_SMALL",
"Instance Size MULTIREGION_MEDIUM",
"Instance Size MULTIREGION_LARGE",
"Instance Size MULTIREGION_XLARGE",
"Instance Size MULTIREGION_2XLARGE.",
"Instance Size MULTIREGION_3XLARGE."
],
"type": "string"
}
Expand Down
51 changes: 49 additions & 2 deletions discovery/integrations-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3712,7 +3712,7 @@
}
}
},
"revision": "20240428",
"revision": "20240505",
"rootUrl": "https://integrations.googleapis.com/",
"schemas": {
"CrmlogErrorCode": {
Expand Down Expand Up @@ -4292,6 +4292,33 @@
},
"type": "object"
},
"EnterpriseCrmEventbusProtoCloudLoggingDetails": {
"description": "Cloud Logging details, selected by the user for the integration version (workflow). This message field will be also used in ExecutionInfo, to indicate the CloudLoggingDetails config at the time of workflow (integration version) execution, since this field value can be changed for an unpublished workflow.",
"id": "EnterpriseCrmEventbusProtoCloudLoggingDetails",
"properties": {
"cloudLoggingSeverity": {
"description": "Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.",
"enum": [
"CLOUD_LOGGING_SEVERITY_UNSPECIFIED",
"INFO",
"ERROR",
"WARNING"
],
"enumDescriptions": [
"Unspecified",
"If Severity selected is `INFO`, then all the Integration Execution States (`IN_PROCESS`, `ON_HOLD`, `SUCCEEDED`, `SUSPENDED`, `ERROR`, `CANCELLED`) will be sent to Cloud Logging.",
"If Severity selected is `ERROR`, then only the following Integration Execution States (`ERROR`, `CANCELLED`) will be sent to Cloud Logging.",
"If Severity selected is `WARNING`, then only the following Integration Execution States (`ERROR`, `CANCELLED`) will be sent to Cloud Logging."
],
"type": "string"
},
"enableCloudLogging": {
"description": "Status of whether Cloud Logging is enabled or not for the integration version getting executed.",
"type": "boolean"
}
},
"type": "object"
},
"EnterpriseCrmEventbusProtoCloudSchedulerConfig": {
"description": "Cloud Scheduler Trigger configuration",
"id": "EnterpriseCrmEventbusProtoCloudSchedulerConfig",
Expand Down Expand Up @@ -7125,13 +7152,17 @@
"type": "object"
},
"EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo": {
"description": "Contains all the execution details for a workflow instance. Next available id: 25",
"description": "Contains all the execution details for a workflow instance. Next available id: 26",
"id": "EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo",
"properties": {
"clientId": {
"description": "The event data user sends as request.",
"type": "string"
},
"cloudLoggingDetails": {
"$ref": "EnterpriseCrmEventbusProtoCloudLoggingDetails",
"description": "Cloud Logging details for execution info"
},
"createTime": {
"description": "Auto-generated.",
"format": "int64",
Expand Down Expand Up @@ -9164,6 +9195,22 @@
"enabled": {
"description": "Enabled represents whether logging is enabled or not for a connection.",
"type": "boolean"
},
"level": {
"description": "Optional. Log configuration level.",
"enum": [
"LOG_LEVEL_UNSPECIFIED",
"ERROR",
"INFO",
"DEBUG"
],
"enumDescriptions": [
"Log level unspecified.",
"Only error logs are enabled.",
"Info and error logs are enabled.",
"Debug and high verbosity logs are enabled."
],
"type": "string"
}
},
"type": "object"
Expand Down
8 changes: 5 additions & 3 deletions discovery/policysimulator-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@
}
}
},
"revision": "20240428",
"revision": "20240505",
"rootUrl": "https://policysimulator.googleapis.com/",
"schemas": {
"GoogleCloudOrgpolicyV2AlternatePolicySpec": {
Expand Down Expand Up @@ -998,14 +998,16 @@
"CREATE",
"UPDATE",
"DELETE",
"REMOVE_GRANT"
"REMOVE_GRANT",
"GOVERN_TAGS"
],
"enumDescriptions": [
"Unspecified. Results in an error.",
"Constraint applied when creating the resource.",
"Constraint applied when updating the resource.",
"Constraint applied when deleting the resource. Not supported yet.",
"Constraint applied when removing an IAM grant."
"Constraint applied when removing an IAM grant.",
"Constraint applied when enforcing forced tagging."
],
"type": "string"
},
Expand Down
8 changes: 5 additions & 3 deletions discovery/policysimulator-v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@
}
}
},
"revision": "20240428",
"revision": "20240505",
"rootUrl": "https://policysimulator.googleapis.com/",
"schemas": {
"GoogleCloudOrgpolicyV2AlternatePolicySpec": {
Expand Down Expand Up @@ -1134,14 +1134,16 @@
"CREATE",
"UPDATE",
"DELETE",
"REMOVE_GRANT"
"REMOVE_GRANT",
"GOVERN_TAGS"
],
"enumDescriptions": [
"Unspecified. Results in an error.",
"Constraint applied when creating the resource.",
"Constraint applied when updating the resource.",
"Constraint applied when deleting the resource. Not supported yet.",
"Constraint applied when removing an IAM grant."
"Constraint applied when removing an IAM grant.",
"Constraint applied when enforcing forced tagging."
],
"type": "string"
},
Expand Down
Loading

0 comments on commit 74a5a47

Please sign in to comment.