Skip to content

Commit 642222f

Browse files
feat(analyticsadmin): update the api
#### analyticsadmin:v1alpha The following keys were deleted: - resources.properties.resources.dataStreams.resources.eventEditRules.methods.reorder (Total Keys: 11) - schemas.GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest (Total Keys: 4) #### analyticsadmin:v1beta The following keys were deleted: - resources.properties.resources.dataStreams.resources.eventEditRules.methods.reorder (Total Keys: 11) - schemas.GoogleAnalyticsAdminV1betaReorderEventEditRulesRequest (Total Keys: 4)
1 parent 747f957 commit 642222f

10 files changed

+58
-154
lines changed

docs/dyn/analyticsadmin_v1alpha.accounts.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h3>Method Details</h3>
166166
<pre>Get data sharing settings on an account. Data sharing settings are singletons.
167167

168168
Args:
169-
name: string, Required. The name of the settings to lookup. Format: accounts/{account}/dataSharingSettings Example: &quot;accounts/1000/dataSharingSettings&quot; (required)
169+
name: string, Required. The name of the settings to lookup. Format: accounts/{account}/dataSharingSettings Example: `accounts/1000/dataSharingSettings` (required)
170170
x__xgafv: string, V1 error format.
171171
Allowed values
172172
1 - v1 error format
@@ -502,7 +502,7 @@ <h3>Method Details</h3>
502502
<pre>Searches through all changes to an account or its children given the specified set of filters.
503503

504504
Args:
505-
account: string, Required. The account resource for which to return change history resources. Format: accounts/{account} Example: &quot;accounts/100&quot; (required)
505+
account: string, Required. The account resource for which to return change history resources. Format: accounts/{account} Example: `accounts/100` (required)
506506
body: object, The request body.
507507
The object takes the form of:
508508

@@ -517,7 +517,7 @@ <h3>Method Details</h3>
517517
&quot;latestChangeTime&quot;: &quot;A String&quot;, # Optional. If set, only return changes made before this time (inclusive).
518518
&quot;pageSize&quot;: 42, # Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
519519
&quot;pageToken&quot;: &quot;A String&quot;, # Optional. A page token, received from a previous `SearchChangeHistoryEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchChangeHistoryEvents` must match the call that provided the page token.
520-
&quot;property&quot;: &quot;A String&quot;, # Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. Format: properties/{propertyId} Example: &quot;properties/100&quot;
520+
&quot;property&quot;: &quot;A String&quot;, # Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. Format: properties/{propertyId} Example: `properties/100`
521521
&quot;resourceType&quot;: [ # Optional. If set, only return changes if they are for a resource that matches at least one of these types.
522522
&quot;A String&quot;,
523523
],

docs/dyn/analyticsadmin_v1alpha.properties.conversionEvents.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,22 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Creates a conversion event with the specified attributes.</p>
82+
<p class="firstline">Deprecated: Use `CreateKeyEvent` instead. Creates a conversion event with the specified attributes.</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Deletes a conversion event in a property.</p>
85+
<p class="firstline">Deprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a property.</p>
8686
<p class="toc_element">
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Retrieve a single conversion event.</p>
88+
<p class="firstline">Deprecated: Use `GetKeyEvent` instead. Retrieve a single conversion event.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found.</p>
91+
<p class="firstline">Deprecated: Use `ListKeyEvents` instead. Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found.</p>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next()</a></code></p>
9494
<p class="firstline">Retrieves the next page of results.</p>
9595
<p class="toc_element">
9696
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
97-
<p class="firstline">Updates a conversion event with the specified attributes.</p>
97+
<p class="firstline">Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the specified attributes.</p>
9898
<h3>Method Details</h3>
9999
<div class="method">
100100
<code class="details" id="close">close()</code>
@@ -103,7 +103,7 @@ <h3>Method Details</h3>
103103

104104
<div class="method">
105105
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
106-
<pre>Creates a conversion event with the specified attributes.
106+
<pre>Deprecated: Use `CreateKeyEvent` instead. Creates a conversion event with the specified attributes.
107107

108108
Args:
109109
parent: string, Required. The resource name of the parent property where this conversion event will be created. Format: properties/123 (required)
@@ -147,7 +147,7 @@ <h3>Method Details</h3>
147147

148148
<div class="method">
149149
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
150-
<pre>Deletes a conversion event in a property.
150+
<pre>Deprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a property.
151151

152152
Args:
153153
name: string, Required. The resource name of the conversion event to delete. Format: properties/{property}/conversionEvents/{conversion_event} Example: &quot;properties/123/conversionEvents/456&quot; (required)
@@ -165,7 +165,7 @@ <h3>Method Details</h3>
165165

166166
<div class="method">
167167
<code class="details" id="get">get(name, x__xgafv=None)</code>
168-
<pre>Retrieve a single conversion event.
168+
<pre>Deprecated: Use `GetKeyEvent` instead. Retrieve a single conversion event.
169169

170170
Args:
171171
name: string, Required. The resource name of the conversion event to retrieve. Format: properties/{property}/conversionEvents/{conversion_event} Example: &quot;properties/123/conversionEvents/456&quot; (required)
@@ -193,7 +193,7 @@ <h3>Method Details</h3>
193193

194194
<div class="method">
195195
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
196-
<pre>Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found.
196+
<pre>Deprecated: Use `ListKeyEvents` instead. Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found.
197197

198198
Args:
199199
parent: string, Required. The resource name of the parent property. Example: &#x27;properties/123&#x27; (required)
@@ -242,7 +242,7 @@ <h3>Method Details</h3>
242242

243243
<div class="method">
244244
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
245-
<pre>Updates a conversion event with the specified attributes.
245+
<pre>Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the specified attributes.
246246

247247
Args:
248248
name: string, Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event} (required)

docs/dyn/analyticsadmin_v1alpha.properties.dataStreams.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ <h2>Instance Methods</h2>
7979
</p>
8080
<p class="firstline">Returns the eventCreateRules Resource.</p>
8181

82-
<p class="toc_element">
83-
<code><a href="analyticsadmin_v1alpha.properties.dataStreams.eventEditRules.html">eventEditRules()</a></code>
84-
</p>
85-
<p class="firstline">Returns the eventEditRules Resource.</p>
86-
8782
<p class="toc_element">
8883
<code><a href="analyticsadmin_v1alpha.properties.dataStreams.measurementProtocolSecrets.html">measurementProtocolSecrets()</a></code>
8984
</p>
@@ -308,7 +303,7 @@ <h3>Method Details</h3>
308303
<pre>Returns the Site Tag for the specified web stream. Site Tags are immutable singletons.
309304

310305
Args:
311-
name: string, Required. The name of the site tag to lookup. Note that site tags are singletons and do not have unique IDs. Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag Example: &quot;properties/123/dataStreams/456/globalSiteTag&quot; (required)
306+
name: string, Required. The name of the site tag to lookup. Note that site tags are singletons and do not have unique IDs. Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag Example: `properties/123/dataStreams/456/globalSiteTag` (required)
312307
x__xgafv: string, V1 error format.
313308
Allowed values
314309
1 - v1 error format

docs/dyn/analyticsadmin_v1alpha.properties.firebaseLinks.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h3>Method Details</h3>
100100
<pre>Creates a FirebaseLink. Properties can have at most one FirebaseLink.
101101

102102
Args:
103-
parent: string, Required. Format: properties/{property_id} Example: properties/1234 (required)
103+
parent: string, Required. Format: properties/{property_id} Example: `properties/1234` (required)
104104
body: object, The request body.
105105
The object takes the form of:
106106

@@ -130,7 +130,7 @@ <h3>Method Details</h3>
130130
<pre>Deletes a FirebaseLink on a property
131131

132132
Args:
133-
name: string, Required. Format: properties/{property_id}/firebaseLinks/{firebase_link_id} Example: properties/1234/firebaseLinks/5678 (required)
133+
name: string, Required. Format: properties/{property_id}/firebaseLinks/{firebase_link_id} Example: `properties/1234/firebaseLinks/5678` (required)
134134
x__xgafv: string, V1 error format.
135135
Allowed values
136136
1 - v1 error format
@@ -148,7 +148,7 @@ <h3>Method Details</h3>
148148
<pre>Lists FirebaseLinks on a property. Properties can have at most one FirebaseLink.
149149

150150
Args:
151-
parent: string, Required. Format: properties/{property_id} Example: properties/1234 (required)
151+
parent: string, Required. Format: properties/{property_id} Example: `properties/1234` (required)
152152
pageSize: integer, The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)
153153
pageToken: string, A page token, received from a previous `ListFirebaseLinks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFirebaseLinks` must match the call that provided the page token.
154154
x__xgafv: string, V1 error format.

docs/dyn/analyticsadmin_v1beta.accounts.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3>Method Details</h3>
161161
<pre>Get data sharing settings on an account. Data sharing settings are singletons.
162162

163163
Args:
164-
name: string, Required. The name of the settings to lookup. Format: accounts/{account}/dataSharingSettings Example: &quot;accounts/1000/dataSharingSettings&quot; (required)
164+
name: string, Required. The name of the settings to lookup. Format: accounts/{account}/dataSharingSettings Example: `accounts/1000/dataSharingSettings` (required)
165165
x__xgafv: string, V1 error format.
166166
Allowed values
167167
1 - v1 error format
@@ -497,7 +497,7 @@ <h3>Method Details</h3>
497497
<pre>Searches through all changes to an account or its children given the specified set of filters.
498498

499499
Args:
500-
account: string, Required. The account resource for which to return change history resources. Format: accounts/{account} Example: &quot;accounts/100&quot; (required)
500+
account: string, Required. The account resource for which to return change history resources. Format: accounts/{account} Example: `accounts/100` (required)
501501
body: object, The request body.
502502
The object takes the form of:
503503

@@ -512,7 +512,7 @@ <h3>Method Details</h3>
512512
&quot;latestChangeTime&quot;: &quot;A String&quot;, # Optional. If set, only return changes made before this time (inclusive).
513513
&quot;pageSize&quot;: 42, # Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
514514
&quot;pageToken&quot;: &quot;A String&quot;, # Optional. A page token, received from a previous `SearchChangeHistoryEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchChangeHistoryEvents` must match the call that provided the page token.
515-
&quot;property&quot;: &quot;A String&quot;, # Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. Format: properties/{propertyId} Example: &quot;properties/100&quot;
515+
&quot;property&quot;: &quot;A String&quot;, # Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. Format: properties/{propertyId} Example: `properties/100`
516516
&quot;resourceType&quot;: [ # Optional. If set, only return changes if they are for a resource that matches at least one of these types.
517517
&quot;A String&quot;,
518518
],

docs/dyn/analyticsadmin_v1beta.properties.conversionEvents.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,22 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Creates a conversion event with the specified attributes.</p>
82+
<p class="firstline">Deprecated: Use `CreateKeyEvent` instead. Creates a conversion event with the specified attributes.</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Deletes a conversion event in a property.</p>
85+
<p class="firstline">Deprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a property.</p>
8686
<p class="toc_element">
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Retrieve a single conversion event.</p>
88+
<p class="firstline">Deprecated: Use `GetKeyEvent` instead. Retrieve a single conversion event.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found.</p>
91+
<p class="firstline">Deprecated: Use `ListKeyEvents` instead. Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found.</p>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next()</a></code></p>
9494
<p class="firstline">Retrieves the next page of results.</p>
9595
<p class="toc_element">
9696
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
97-
<p class="firstline">Updates a conversion event with the specified attributes.</p>
97+
<p class="firstline">Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the specified attributes.</p>
9898
<h3>Method Details</h3>
9999
<div class="method">
100100
<code class="details" id="close">close()</code>
@@ -103,7 +103,7 @@ <h3>Method Details</h3>
103103

104104
<div class="method">
105105
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
106-
<pre>Creates a conversion event with the specified attributes.
106+
<pre>Deprecated: Use `CreateKeyEvent` instead. Creates a conversion event with the specified attributes.
107107

108108
Args:
109109
parent: string, Required. The resource name of the parent property where this conversion event will be created. Format: properties/123 (required)
@@ -147,7 +147,7 @@ <h3>Method Details</h3>
147147

148148
<div class="method">
149149
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
150-
<pre>Deletes a conversion event in a property.
150+
<pre>Deprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a property.
151151

152152
Args:
153153
name: string, Required. The resource name of the conversion event to delete. Format: properties/{property}/conversionEvents/{conversion_event} Example: &quot;properties/123/conversionEvents/456&quot; (required)
@@ -165,7 +165,7 @@ <h3>Method Details</h3>
165165

166166
<div class="method">
167167
<code class="details" id="get">get(name, x__xgafv=None)</code>
168-
<pre>Retrieve a single conversion event.
168+
<pre>Deprecated: Use `GetKeyEvent` instead. Retrieve a single conversion event.
169169

170170
Args:
171171
name: string, Required. The resource name of the conversion event to retrieve. Format: properties/{property}/conversionEvents/{conversion_event} Example: &quot;properties/123/conversionEvents/456&quot; (required)
@@ -193,7 +193,7 @@ <h3>Method Details</h3>
193193

194194
<div class="method">
195195
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
196-
<pre>Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found.
196+
<pre>Deprecated: Use `ListKeyEvents` instead. Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found.
197197

198198
Args:
199199
parent: string, Required. The resource name of the parent property. Example: &#x27;properties/123&#x27; (required)
@@ -242,7 +242,7 @@ <h3>Method Details</h3>
242242

243243
<div class="method">
244244
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
245-
<pre>Updates a conversion event with the specified attributes.
245+
<pre>Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the specified attributes.
246246

247247
Args:
248248
name: string, Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event} (required)

docs/dyn/analyticsadmin_v1beta.properties.dataStreams.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@
7474

7575
<h1><a href="analyticsadmin_v1beta.html">Google Analytics Admin API</a> . <a href="analyticsadmin_v1beta.properties.html">properties</a> . <a href="analyticsadmin_v1beta.properties.dataStreams.html">dataStreams</a></h1>
7676
<h2>Instance Methods</h2>
77-
<p class="toc_element">
78-
<code><a href="analyticsadmin_v1beta.properties.dataStreams.eventEditRules.html">eventEditRules()</a></code>
79-
</p>
80-
<p class="firstline">Returns the eventEditRules Resource.</p>
81-
8277
<p class="toc_element">
8378
<code><a href="analyticsadmin_v1beta.properties.dataStreams.measurementProtocolSecrets.html">measurementProtocolSecrets()</a></code>
8479
</p>

docs/dyn/analyticsadmin_v1beta.properties.firebaseLinks.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h3>Method Details</h3>
100100
<pre>Creates a FirebaseLink. Properties can have at most one FirebaseLink.
101101

102102
Args:
103-
parent: string, Required. Format: properties/{property_id} Example: properties/1234 (required)
103+
parent: string, Required. Format: properties/{property_id} Example: `properties/1234` (required)
104104
body: object, The request body.
105105
The object takes the form of:
106106

@@ -130,7 +130,7 @@ <h3>Method Details</h3>
130130
<pre>Deletes a FirebaseLink on a property
131131

132132
Args:
133-
name: string, Required. Format: properties/{property_id}/firebaseLinks/{firebase_link_id} Example: properties/1234/firebaseLinks/5678 (required)
133+
name: string, Required. Format: properties/{property_id}/firebaseLinks/{firebase_link_id} Example: `properties/1234/firebaseLinks/5678` (required)
134134
x__xgafv: string, V1 error format.
135135
Allowed values
136136
1 - v1 error format
@@ -148,7 +148,7 @@ <h3>Method Details</h3>
148148
<pre>Lists FirebaseLinks on a property. Properties can have at most one FirebaseLink.
149149

150150
Args:
151-
parent: string, Required. Format: properties/{property_id} Example: properties/1234 (required)
151+
parent: string, Required. Format: properties/{property_id} Example: `properties/1234` (required)
152152
pageSize: integer, The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)
153153
pageToken: string, A page token, received from a previous `ListFirebaseLinks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFirebaseLinks` must match the call that provided the page token.
154154
x__xgafv: string, V1 error format.

0 commit comments

Comments
 (0)