Skip to content

Commit 80485e0

Browse files
feat(all): auto-regenerate discovery clients (#2108)
1 parent 3f3ed3d commit 80485e0

File tree

61 files changed

+4442
-1615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+4442
-1615
lines changed

adexperiencereport/v1/adexperiencereport-api.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
}
140140
}
141141
},
142-
"revision": "20230403",
142+
"revision": "20230807",
143143
"rootUrl": "https://adexperiencereport.googleapis.com/",
144144
"schemas": {
145145
"PlatformSummary": {
@@ -154,6 +154,12 @@
154154
"WARNING",
155155
"FAILING"
156156
],
157+
"enumDeprecated": [
158+
false,
159+
false,
160+
true,
161+
false
162+
],
157163
"enumDescriptions": [
158164
"Not reviewed.",
159165
"Passing.",
@@ -191,6 +197,7 @@
191197
"type": "string"
192198
},
193199
"region": {
200+
"deprecated": true,
194201
"description": "The site's regions on this platform. No longer populated, because there is no longer any semantic difference between sites in different regions.",
195202
"items": {
196203
"enum": [

analyticsadmin/v1alpha/analyticsadmin-api.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2294,6 +2294,40 @@
22942294
"https://www.googleapis.com/auth/analytics.edit",
22952295
"https://www.googleapis.com/auth/analytics.readonly"
22962296
]
2297+
},
2298+
"patch": {
2299+
"description": "Updates a conversion event with the specified attributes.",
2300+
"flatPath": "v1alpha/properties/{propertiesId}/conversionEvents/{conversionEventsId}",
2301+
"httpMethod": "PATCH",
2302+
"id": "analyticsadmin.properties.conversionEvents.patch",
2303+
"parameterOrder": [
2304+
"name"
2305+
],
2306+
"parameters": {
2307+
"name": {
2308+
"description": "Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}",
2309+
"location": "path",
2310+
"pattern": "^properties/[^/]+/conversionEvents/[^/]+$",
2311+
"required": true,
2312+
"type": "string"
2313+
},
2314+
"updateMask": {
2315+
"description": "Required. The list of fields to be updated. Field names must be in snake case (e.g., \"field_to_update\"). Omitted fields will not be updated. To replace the entire entity, use one path with the string \"*\" to match all fields.",
2316+
"format": "google-fieldmask",
2317+
"location": "query",
2318+
"type": "string"
2319+
}
2320+
},
2321+
"path": "v1alpha/{+name}",
2322+
"request": {
2323+
"$ref": "GoogleAnalyticsAdminV1alphaConversionEvent"
2324+
},
2325+
"response": {
2326+
"$ref": "GoogleAnalyticsAdminV1alphaConversionEvent"
2327+
},
2328+
"scopes": [
2329+
"https://www.googleapis.com/auth/analytics.edit"
2330+
]
22972331
}
22982332
}
22992333
},
@@ -4322,7 +4356,7 @@
43224356
}
43234357
}
43244358
},
4325-
"revision": "20230802",
4359+
"revision": "20230809",
43264360
"rootUrl": "https://analyticsadmin.googleapis.com/",
43274361
"schemas": {
43284362
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -5964,6 +5998,20 @@
59645998
"description": "A conversion event in a Google Analytics property.",
59655999
"id": "GoogleAnalyticsAdminV1alphaConversionEvent",
59666000
"properties": {
6001+
"countingMethod": {
6002+
"description": "Optional. The method by which conversions will be counted across multiple events within a session. If this value is not provided, it will be set to `ONCE_PER_EVENT`.",
6003+
"enum": [
6004+
"CONVERSION_COUNTING_METHOD_UNSPECIFIED",
6005+
"ONCE_PER_EVENT",
6006+
"ONCE_PER_SESSION"
6007+
],
6008+
"enumDescriptions": [
6009+
"Counting method not specified.",
6010+
"Each Event instance is considered a Conversion.",
6011+
"An Event instance is considered a Conversion at most once per session per user."
6012+
],
6013+
"type": "string"
6014+
},
59676015
"createTime": {
59686016
"description": "Output only. Time when this conversion event was created in the property.",
59696017
"format": "google-datetime",

analyticsadmin/v1alpha/analyticsadmin-gen.go

Lines changed: 181 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analyticsadmin/v1beta/analyticsadmin-api.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,40 @@
742742
"https://www.googleapis.com/auth/analytics.edit",
743743
"https://www.googleapis.com/auth/analytics.readonly"
744744
]
745+
},
746+
"patch": {
747+
"description": "Updates a conversion event with the specified attributes.",
748+
"flatPath": "v1beta/properties/{propertiesId}/conversionEvents/{conversionEventsId}",
749+
"httpMethod": "PATCH",
750+
"id": "analyticsadmin.properties.conversionEvents.patch",
751+
"parameterOrder": [
752+
"name"
753+
],
754+
"parameters": {
755+
"name": {
756+
"description": "Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}",
757+
"location": "path",
758+
"pattern": "^properties/[^/]+/conversionEvents/[^/]+$",
759+
"required": true,
760+
"type": "string"
761+
},
762+
"updateMask": {
763+
"description": "Required. The list of fields to be updated. Field names must be in snake case (e.g., \"field_to_update\"). Omitted fields will not be updated. To replace the entire entity, use one path with the string \"*\" to match all fields.",
764+
"format": "google-fieldmask",
765+
"location": "query",
766+
"type": "string"
767+
}
768+
},
769+
"path": "v1beta/{+name}",
770+
"request": {
771+
"$ref": "GoogleAnalyticsAdminV1betaConversionEvent"
772+
},
773+
"response": {
774+
"$ref": "GoogleAnalyticsAdminV1betaConversionEvent"
775+
},
776+
"scopes": [
777+
"https://www.googleapis.com/auth/analytics.edit"
778+
]
745779
}
746780
}
747781
},
@@ -1594,7 +1628,7 @@
15941628
}
15951629
}
15961630
},
1597-
"revision": "20230718",
1631+
"revision": "20230809",
15981632
"rootUrl": "https://analyticsadmin.googleapis.com/",
15991633
"schemas": {
16001634
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
@@ -2182,6 +2216,20 @@
21822216
"description": "A conversion event in a Google Analytics property.",
21832217
"id": "GoogleAnalyticsAdminV1betaConversionEvent",
21842218
"properties": {
2219+
"countingMethod": {
2220+
"description": "Optional. The method by which conversions will be counted across multiple events within a session. If this value is not provided, it will be set to `ONCE_PER_EVENT`.",
2221+
"enum": [
2222+
"CONVERSION_COUNTING_METHOD_UNSPECIFIED",
2223+
"ONCE_PER_EVENT",
2224+
"ONCE_PER_SESSION"
2225+
],
2226+
"enumDescriptions": [
2227+
"Counting method not specified.",
2228+
"Each Event instance is considered a Conversion.",
2229+
"An Event instance is considered a Conversion at most once per session per user."
2230+
],
2231+
"type": "string"
2232+
},
21852233
"createTime": {
21862234
"description": "Output only. Time when this conversion event was created in the property.",
21872235
"format": "google-datetime",

0 commit comments

Comments
 (0)