@maxim_mazurok/gapi.client.discoveryengine-v1alpha 0.0.20250328 → 0.0.20250331

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 +15 -3
  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://discoveryengine.googleapis.com/$discovery/rest?version=v1alpha
12
- // Revision: 20250328
12
+ // Revision: 20250331
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -53,12 +53,16 @@ declare namespace gapi.client {
53
53
  customData?: string;
54
54
  /** Specifies any transformation to be applied to data before persisting it or retrieving from storage. E.g., encryption options for blobstore2. This should be of the form uploader_service.DataStorageTransform. */
55
55
  dataStorageTransform?: string;
56
+ /** For the first notification of a |diff_encoded| HttpRequestInfo, this is the index of the blob mint that Scotty should use when writing the resulting blob. This field is optional. It's not required ever, even if `original_object_blob_mint_index` is set. In situations like that, we will use the destination blob's mint for the destination blob and regular blob ACL checks for the original object. Note: This field is only for use by Drive API for diff uploads. */
57
+ destinationBlobMintIndex?: number;
56
58
  /** Specifies the Scotty Drop Target to use for uploads. If present in a media response, Scotty does not upload to a standard drop zone. Instead, Scotty saves the upload directly to the location specified in this drop target. Unlike drop zones, the drop target is the final storage location for an upload. So, the agent does not need to clone the blob at the end of the upload. The agent is responsible for garbage collecting any orphaned blobs that may occur due to aborted uploads. For more information, see the drop target design doc here: http://goto/ScottyDropTarget This field will be preferred to dynamicDropzone. If provided, the identified field in the response must be of the type uploader.agent.DropTarget. */
57
59
  dynamicDropTarget?: string;
58
60
  /** Specifies the Scotty dropzone to use for uploads. */
59
61
  dynamicDropzone?: string;
60
62
  /** Diff Updates must respond to a START notification with this Media proto to tell Scotty to decode the diff encoded payload and apply the diff against this field. If the request was diff encoded, but this field is not set, Scotty will treat the encoding as identity. This is corresponding to Apiary's DiffUploadResponse.original_object (//depot/google3/gdata/rosy/proto/data.proto?l=413). See go/esf-scotty-diff-upload for more information. */
61
63
  mediaForDiff?: GdataMedia;
64
+ /** For the first notification of a |diff_encoded| HttpRequestInfo, this is the index of the blob mint that Scotty should use when reading the original blob. This field is optional. It's not required ever, even if `destination_blob_mint_index` is set. In situations like that, we will use the destination blob's mint for the destination blob and regular blob ACL checks for the original object. Note: This field is only for use by Drive API for diff uploads. */
65
+ originalObjectBlobMintIndex?: number;
62
66
  /** Request class to use for all Blobstore operations for this request. */
63
67
  requestClass?: string;
64
68
  /** Requester ID passed along to be recorded in the Scotty logs */
@@ -1519,6 +1523,8 @@ declare namespace gapi.client {
1519
1523
  privateConnectivityProjectId?: string;
1520
1524
  /** Output only. real-time sync state */
1521
1525
  realtimeState?: string;
1526
+ /** Optional. The configuration for realtime sync. */
1527
+ realtimeSyncConfig?: GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig;
1522
1528
  /** Required. The refresh interval for data sync. If duration is set to 0, the data will be synced in real time. The streaming feature is not supported yet. The minimum is 30 minutes and maximum is 7 days. */
1523
1529
  refreshInterval?: string;
1524
1530
  /** Output only. State of the connector. */
@@ -1532,6 +1538,12 @@ declare namespace gapi.client {
1532
1538
  /** Output only. Timestamp the DataConnector was last updated. */
1533
1539
  updateTime?: string;
1534
1540
  }
1541
+ interface GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig {
1542
+ /** Optional. The ID of the Secret Manager secret used for webhook secret. */
1543
+ realtimeSyncSecret?: string;
1544
+ /** Optional. Webhook url for the connector to specify additional params for realtime sync. */
1545
+ webhookUri?: string;
1546
+ }
1535
1547
  interface GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity {
1536
1548
  /** Output only. The full resource name of the associated data store for the source entity. Format: `projects/*‍/locations/*‍/collections/*‍/dataStores/*`. When the connector is initialized by the DataConnectorService.SetUpDataConnector method, a DataStore is automatically created for each source entity. */
1537
1549
  dataStore?: string;
@@ -12367,7 +12379,7 @@ declare namespace gapi.client {
12367
12379
  prettyPrint?: boolean;
12368
12380
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
12369
12381
  quotaUser?: string;
12370
- /** Indicates which fields in the provided DataConnector to update. Supported field paths include: - refresh_interval - params - auto_run_disabled - action_config - destination_configs - blocking_reasons Note: Support for these fields may vary depending on the connector type. For example, not all connectors support `destination_configs`. If an unsupported or unknown field path is provided, the request will return an INVALID_ARGUMENT error. */
12382
+ /** Indicates which fields in the provided DataConnector to update. Supported field paths include: - refresh_interval - params - auto_run_disabled - action_config - destination_configs - blocking_reasons - sync_mode Note: Support for these fields may vary depending on the connector type. For example, not all connectors support `destination_configs`. If an unsupported or unknown field path is provided, the request will return an INVALID_ARGUMENT error. */
12371
12383
  updateMask?: string;
12372
12384
  /** Upload protocol for media (e.g. "raw", "multipart"). */
12373
12385
  upload_protocol?: string;
@@ -12398,7 +12410,7 @@ declare namespace gapi.client {
12398
12410
  prettyPrint?: boolean;
12399
12411
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
12400
12412
  quotaUser?: string;
12401
- /** Indicates which fields in the provided DataConnector to update. Supported field paths include: - refresh_interval - params - auto_run_disabled - action_config - destination_configs - blocking_reasons Note: Support for these fields may vary depending on the connector type. For example, not all connectors support `destination_configs`. If an unsupported or unknown field path is provided, the request will return an INVALID_ARGUMENT error. */
12413
+ /** Indicates which fields in the provided DataConnector to update. Supported field paths include: - refresh_interval - params - auto_run_disabled - action_config - destination_configs - blocking_reasons - sync_mode Note: Support for these fields may vary depending on the connector type. For example, not all connectors support `destination_configs`. If an unsupported or unknown field path is provided, the request will return an INVALID_ARGUMENT error. */
12402
12414
  updateMask?: string;
12403
12415
  /** Upload protocol for media (e.g. "raw", "multipart"). */
12404
12416
  upload_protocol?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1alpha",
3
- "version": "0.0.20250328",
3
+ "version": "0.0.20250331",
4
4
  "description": "TypeScript typings for Discovery Engine API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",