@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20250609 → 0.0.20250616

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +19 -8
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://securitycenter.googleapis.com/$discovery/rest?version=v1beta2
12
- // Revision: 20250609
12
+ // Revision: 20250616
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -210,6 +210,10 @@ declare namespace gapi.client {
210
210
  /** The name of the Backup and DR storage pool that the backup and recovery appliance is storing data in. The storage pool could be of type Cloud, Primary, Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools). For example, `DiskPoolOne`. */
211
211
  storagePool?: string;
212
212
  }
213
+ interface BigQueryDestination {
214
+ /** Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}. */
215
+ dataset?: string;
216
+ }
213
217
  interface Chokepoint {
214
218
  /** List of resource names of findings associated with this chokepoint. For example, organizations/123/sources/456/findings/789. This list will have at most 100 findings. */
215
219
  relatedFindings?: string[];
@@ -409,7 +413,7 @@ declare namespace gapi.client {
409
413
  interface Dataset {
410
414
  /** The user defined display name of dataset, e.g. plants-dataset */
411
415
  displayName?: string;
412
- /** Resource name of dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856 */
416
+ /** Resource name of the dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856 */
413
417
  name?: string;
414
418
  /** Data source, such as BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod */
415
419
  source?: string;
@@ -478,6 +482,13 @@ declare namespace gapi.client {
478
482
  /** Total exfiltrated bytes processed for the entire job. */
479
483
  totalExfiltratedBytes?: string;
480
484
  }
485
+ interface ExportFindingsMetadata {
486
+ /** Required. The destination big query dataset to export findings to. */
487
+ bigQueryDestination?: BigQueryDestination;
488
+ /** Optional. Timestamp at which export was started */
489
+ exportStartTime?: string;
490
+ }
491
+ interface ExportFindingsResponse {}
481
492
  interface Expr {
482
493
  /** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
483
494
  description?: string;
@@ -1335,9 +1346,9 @@ declare namespace gapi.client {
1335
1346
  interface GoogleCloudSecuritycenterV2Dataset {
1336
1347
  /** The user defined display name of dataset, e.g. plants-dataset */
1337
1348
  displayName?: string;
1338
- /** Resource name of dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856 */
1349
+ /** Resource name of the dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856 */
1339
1350
  name?: string;
1340
- /** Data source, such as BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod */
1351
+ /** Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod */
1341
1352
  source?: string;
1342
1353
  }
1343
1354
  interface GoogleCloudSecuritycenterV2Denied {
@@ -1523,7 +1534,7 @@ declare namespace gapi.client {
1523
1534
  muteInitiator?: string;
1524
1535
  /** Output only. The most recent time this finding was muted or unmuted. */
1525
1536
  muteUpdateTime?: string;
1526
- /** The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` */
1537
+ /** Identifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` */
1527
1538
  name?: string;
1528
1539
  /** Represents the VPC networks that the resource is attached to. */
1529
1540
  networks?: GoogleCloudSecuritycenterV2Network[];
@@ -1897,9 +1908,9 @@ declare namespace gapi.client {
1897
1908
  packageVersion?: string;
1898
1909
  }
1899
1910
  interface GoogleCloudSecuritycenterV2Pipeline {
1900
- /** The user defined display name of pipeline, e.g. plants-classification */
1911
+ /** The user-defined display name of pipeline, e.g. plants-classification */
1901
1912
  displayName?: string;
1902
- /** Resource name of pipeline, e.g. projects/{project}/locations/{location}/trainingPipelines/5253428229225578496 */
1913
+ /** Resource name of the pipeline, e.g. projects/{project}/locations/{location}/trainingPipelines/5253428229225578496 */
1903
1914
  name?: string;
1904
1915
  }
1905
1916
  interface GoogleCloudSecuritycenterV2Pod {
@@ -2336,7 +2347,7 @@ declare namespace gapi.client {
2336
2347
  interface Pipeline {
2337
2348
  /** The user defined display name of pipeline, e.g. plants-classification */
2338
2349
  displayName?: string;
2339
- /** Resource name of pipeline, e.g. projects/{project}/locations/{location}/trainingPipelines/5253428229225578496 */
2350
+ /** Resource name of the pipeline, e.g. projects/{project}/locations/{location}/trainingPipelines/5253428229225578496 */
2340
2351
  name?: string;
2341
2352
  }
2342
2353
  interface Pod {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securitycenter-v1beta2",
3
- "version": "0.0.20250609",
3
+ "version": "0.0.20250616",
4
4
  "description": "TypeScript typings for Security Command Center API v1beta2",
5
5
  "repository": {
6
6
  "type": "git",