Skip to content

Commit d601a85

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

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

DiscoveryJson/discoveryengine.v1alpha.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@
12421242
"type": "string"
12431243
},
12441244
"updateMask": {
1245-
"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.",
1245+
"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.",
12461246
"format": "google-fieldmask",
12471247
"location": "query",
12481248
"type": "string"
@@ -12111,7 +12111,7 @@
1211112111
}
1211212112
}
1211312113
},
12114-
"revision": "20251217",
12114+
"revision": "20251221",
1211512115
"rootUrl": "https://discoveryengine.googleapis.com/",
1211612116
"schemas": {
1211712117
"GoogleApiDistribution": {

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

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

1537915379
/// <summary>
1538015380
/// Indicates which fields in the provided DataConnector to update. Supported field paths include: -
15381-
/// refresh_interval - params - auto_run_disabled - action_config - action_config.action_params -
15382-
/// action_config.service_name - destination_configs - blocking_reasons - sync_mode -
15383-
/// incremental_sync_disabled - incremental_refresh_interval Note: Support for these fields may vary
15384-
/// depending on the connector type. For example, not all connectors support `destination_configs`.
15385-
/// If an unsupported or unknown field path is provided, the request will return an INVALID_ARGUMENT
15386-
/// error.
15381+
/// `refresh_interval` - `params` - `auto_run_disabled` - `action_config` -
15382+
/// `action_config.action_params` - `action_config.service_name` - `destination_configs` -
15383+
/// `blocking_reasons` - `sync_mode` - `incremental_sync_disabled` - `incremental_refresh_interval`
15384+
/// - `data_protection_policy` Note: Support for these fields may vary depending on the connector
15385+
/// type. For example, not all connectors support `destination_configs`. If an unsupported or
15386+
/// unknown field path is provided, the request will return an INVALID_ARGUMENT error.
1538715387
/// </summary>
1538815388
[Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)]
1538915389
public virtual object UpdateMask { get; set; }

Src/Generated/Google.Apis.DiscoveryEngine.v1alpha/Google.Apis.DiscoveryEngine.v1alpha.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.v1alpha 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)