Skip to content

Commit 664db61

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.CloudRetail.v2beta version 1.72.0.3955
1 parent 186f9fc commit 664db61

File tree

3 files changed

+7
-22
lines changed

3 files changed

+7
-22
lines changed

DiscoveryJson/retail.v2beta.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2498,7 +2498,7 @@
24982498
}
24992499
}
25002500
},
2501-
"revision": "20251023",
2501+
"revision": "20251030",
25022502
"rootUrl": "https://retail.googleapis.com/",
25032503
"schemas": {
25042504
"GoogleApiHttpBody": {
@@ -5396,7 +5396,7 @@
53965396
"properties": {
53975397
"filter": {
53985398
"deprecated": true,
5399-
"description": "This field is deprecated. Any filter provided will be ignored.",
5399+
"description": "Deprecated: This field is deprecated. Any filter provided will be ignored.",
54005400
"type": "string"
54015401
},
54025402
"outputConfig": {
@@ -5433,7 +5433,8 @@
54335433
"id": "GoogleCloudRetailV2betaExportUserEventsRequest",
54345434
"properties": {
54355435
"filter": {
5436-
"description": "A filtering expression to specify restrictions on returned events. The expression is a sequence of terms. Each term applies a restriction to the returned user events. Use this expression to restrict results to a specific time range or to filter events by eventType. For example, `eventTime > \"2012-04-23T18:25:43.511Z\" eventsMissingCatalogItems eventTime<\"2012-04-23T18:25:43.511Z\" eventType=search` We expect only three types of fields: * `eventTime`: This can be specified twice, once with a less than operator and once with a greater than operator. The `eventTime` restriction should result in one, contiguous, valid, `eventTime` range. * `eventType`: Boolean operators `OR` and `NOT` are supported if the expression is enclosed in parentheses and the operators are separated from the tag values by a space. * `eventsMissingCatalogItems`: This restricts results to events for which catalog items were not found in the catalog. The default behavior is to return only those events for which catalog items were found. Some examples of valid filters expressions: * Example 1: `eventTime > \"2012-04-23T18:25:43.511Z\" eventTime < \"2012-04-23T18:30:43.511Z\"` * Example 2: `eventTime > \"2012-04-23T18:25:43.511Z\" eventType = detail-page-view` * Example 3: `eventsMissingCatalogItems eventType = (NOT search) eventTime < \"2018-04-23T18:30:43.511Z\"` * Example 4: `eventTime > \"2012-04-23T18:25:43.511Z\"` * Example 5: `eventType = (detail-page-view OR search)` * Example 6: `eventsMissingCatalogItems`",
5436+
"deprecated": true,
5437+
"description": "Deprecated: This field is deprecated. Any filter provided will be ignored.",
54375438
"type": "string"
54385439
},
54395440
"outputConfig": {

Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.cs

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10261,7 +10261,7 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset
1026110261
/// <summary>Request message for ExportProducts method.</summary>
1026210262
public class GoogleCloudRetailV2betaExportProductsRequest : Google.Apis.Requests.IDirectResponseSchema
1026310263
{
10264-
/// <summary>This field is deprecated. Any filter provided will be ignored.</summary>
10264+
/// <summary>Deprecated: This field is deprecated. Any filter provided will be ignored.</summary>
1026510265
[Newtonsoft.Json.JsonPropertyAttribute("filter")]
1026610266
public virtual string Filter { get; set; }
1026710267

@@ -10298,23 +10298,7 @@ public class GoogleCloudRetailV2betaExportProductsResponse : Google.Apis.Request
1029810298
/// <summary>Request message for the `ExportUserEvents` method.</summary>
1029910299
public class GoogleCloudRetailV2betaExportUserEventsRequest : Google.Apis.Requests.IDirectResponseSchema
1030010300
{
10301-
/// <summary>
10302-
/// A filtering expression to specify restrictions on returned events. The expression is a sequence of terms.
10303-
/// Each term applies a restriction to the returned user events. Use this expression to restrict results to a
10304-
/// specific time range or to filter events by eventType. For example, `eventTime &amp;gt;
10305-
/// "2012-04-23T18:25:43.511Z" eventsMissingCatalogItems eventTime&amp;lt;"2012-04-23T18:25:43.511Z"
10306-
/// eventType=search` We expect only three types of fields: * `eventTime`: This can be specified twice, once
10307-
/// with a less than operator and once with a greater than operator. The `eventTime` restriction should result
10308-
/// in one, contiguous, valid, `eventTime` range. * `eventType`: Boolean operators `OR` and `NOT` are supported
10309-
/// if the expression is enclosed in parentheses and the operators are separated from the tag values by a space.
10310-
/// * `eventsMissingCatalogItems`: This restricts results to events for which catalog items were not found in
10311-
/// the catalog. The default behavior is to return only those events for which catalog items were found. Some
10312-
/// examples of valid filters expressions: * Example 1: `eventTime &amp;gt; "2012-04-23T18:25:43.511Z" eventTime
10313-
/// &amp;lt; "2012-04-23T18:30:43.511Z"` * Example 2: `eventTime &amp;gt; "2012-04-23T18:25:43.511Z" eventType =
10314-
/// detail-page-view` * Example 3: `eventsMissingCatalogItems eventType = (NOT search) eventTime &amp;lt;
10315-
/// "2018-04-23T18:30:43.511Z"` * Example 4: `eventTime &amp;gt; "2012-04-23T18:25:43.511Z"` * Example 5:
10316-
/// `eventType = (detail-page-view OR search)` * Example 6: `eventsMissingCatalogItems`
10317-
/// </summary>
10301+
/// <summary>Deprecated: This field is deprecated. Any filter provided will be ignored.</summary>
1031810302
[Newtonsoft.Json.JsonPropertyAttribute("filter")]
1031910303
public virtual string Filter { get; set; }
1032010304

Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.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.CloudRetail.v2beta Client Library</Title>
6-
<Version>1.72.0.3948</Version>
6+
<Version>1.72.0.3955</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)