Skip to content

Commit 69269de

Browse files
committed
feat: Generate Google.Apis.DiscoveryEngine.v1 version 1.73.0.4007
1 parent daf47e1 commit 69269de

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

DiscoveryJson/discoveryengine.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
"type": "string"
552552
},
553553
"updateMask": {
554-
"description": "Indicates which fields in the provided DataConnector to update. Supported field paths include: - refresh_interval - params - auto_run_disabled - action_config - action_config.action_params - action_config.service_name - destination_configs - blocking_reasons - sync_mode - incremental_sync_disabled - incremental_refresh_interval 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.",
554+
"description": "Indicates which fields in the provided DataConnector to update. Supported field paths include: - `refresh_interval` - `params` - `auto_run_disabled` - `action_config` - `action_config.action_params` - `action_config.service_name` - `destination_configs` - `blocking_reasons` - `sync_mode` - `incremental_sync_disabled` - `incremental_refresh_interval` - `data_protection_policy` 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.",
555555
"format": "google-fieldmask",
556556
"location": "query",
557557
"type": "string"
@@ -8801,7 +8801,7 @@
88018801
}
88028802
}
88038803
},
8804-
"revision": "20251217",
8804+
"revision": "20251221",
88058805
"rootUrl": "https://discoveryengine.googleapis.com/",
88068806
"schemas": {
88078807
"GoogleApiDistribution": {

Src/Generated/Google.Apis.DiscoveryEngine.v1/Google.Apis.DiscoveryEngine.v1.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11361,12 +11361,12 @@ public UpdateDataConnectorRequest(Google.Apis.Services.IClientService service, G
1136111361

1136211362
/// <summary>
1136311363
/// Indicates which fields in the provided DataConnector to update. Supported field paths include: -
11364-
/// refresh_interval - params - auto_run_disabled - action_config - action_config.action_params -
11365-
/// action_config.service_name - destination_configs - blocking_reasons - sync_mode -
11366-
/// incremental_sync_disabled - incremental_refresh_interval Note: Support for these fields may vary
11367-
/// depending on the connector type. For example, not all connectors support `destination_configs`.
11368-
/// If an unsupported or unknown field path is provided, the request will return an INVALID_ARGUMENT
11369-
/// error.
11364+
/// `refresh_interval` - `params` - `auto_run_disabled` - `action_config` -
11365+
/// `action_config.action_params` - `action_config.service_name` - `destination_configs` -
11366+
/// `blocking_reasons` - `sync_mode` - `incremental_sync_disabled` - `incremental_refresh_interval`
11367+
/// - `data_protection_policy` Note: Support for these fields may vary depending on the connector
11368+
/// type. For example, not all connectors support `destination_configs`. If an unsupported or
11369+
/// unknown field path is provided, the request will return an INVALID_ARGUMENT error.
1137011370
/// </summary>
1137111371
[Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)]
1137211372
public virtual object UpdateMask { get; set; }

Src/Generated/Google.Apis.DiscoveryEngine.v1/Google.Apis.DiscoveryEngine.v1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.DiscoveryEngine.v1 Client Library</Title>
6-
<Version>1.73.0.4003</Version>
6+
<Version>1.73.0.4007</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)