Skip to content

Commit

Permalink
feat(analyticsadmin): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Jul 25, 2024
1 parent 747f957 commit 642222f
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 154 deletions.
6 changes: 3 additions & 3 deletions docs/dyn/analyticsadmin_v1alpha.accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h3>Method Details</h3>
<pre>Get data sharing settings on an account. Data sharing settings are singletons.

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

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

Expand All @@ -517,7 +517,7 @@ <h3>Method Details</h3>
&quot;latestChangeTime&quot;: &quot;A String&quot;, # Optional. If set, only return changes made before this time (inclusive).
&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).
&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.
&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;
&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`
&quot;resourceType&quot;: [ # Optional. If set, only return changes if they are for a resource that matches at least one of these types.
&quot;A String&quot;,
],
Expand Down
20 changes: 10 additions & 10 deletions docs/dyn/analyticsadmin_v1alpha.properties.conversionEvents.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,22 @@ <h2>Instance Methods</h2>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Creates a conversion event with the specified attributes.</p>
<p class="firstline">Deprecated: Use `CreateKeyEvent` instead. Creates a conversion event with the specified attributes.</p>
<p class="toc_element">
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes a conversion event in a property.</p>
<p class="firstline">Deprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a property.</p>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieve a single conversion event.</p>
<p class="firstline">Deprecated: Use `GetKeyEvent` instead. Retrieve a single conversion event.</p>
<p class="toc_element">
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<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>
<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>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates a conversion event with the specified attributes.</p>
<p class="firstline">Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the specified attributes.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
Expand All @@ -103,7 +103,7 @@ <h3>Method Details</h3>

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

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

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

Args:
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)
Expand All @@ -165,7 +165,7 @@ <h3>Method Details</h3>

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

Args:
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)
Expand Down Expand Up @@ -193,7 +193,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found.
<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.

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

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

Args:
name: string, Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event} (required)
Expand Down
7 changes: 1 addition & 6 deletions docs/dyn/analyticsadmin_v1alpha.properties.dataStreams.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the eventCreateRules Resource.</p>

<p class="toc_element">
<code><a href="analyticsadmin_v1alpha.properties.dataStreams.eventEditRules.html">eventEditRules()</a></code>
</p>
<p class="firstline">Returns the eventEditRules Resource.</p>

<p class="toc_element">
<code><a href="analyticsadmin_v1alpha.properties.dataStreams.measurementProtocolSecrets.html">measurementProtocolSecrets()</a></code>
</p>
Expand Down Expand Up @@ -308,7 +303,7 @@ <h3>Method Details</h3>
<pre>Returns the Site Tag for the specified web stream. Site Tags are immutable singletons.

Args:
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)
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)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
6 changes: 3 additions & 3 deletions docs/dyn/analyticsadmin_v1alpha.properties.firebaseLinks.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h3>Method Details</h3>
<pre>Creates a FirebaseLink. Properties can have at most one FirebaseLink.

Args:
parent: string, Required. Format: properties/{property_id} Example: properties/1234 (required)
parent: string, Required. Format: properties/{property_id} Example: `properties/1234` (required)
body: object, The request body.
The object takes the form of:

Expand Down Expand Up @@ -130,7 +130,7 @@ <h3>Method Details</h3>
<pre>Deletes a FirebaseLink on a property

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

Args:
parent: string, Required. Format: properties/{property_id} Example: properties/1234 (required)
parent: string, Required. Format: properties/{property_id} Example: `properties/1234` (required)
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)
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.
x__xgafv: string, V1 error format.
Expand Down
6 changes: 3 additions & 3 deletions docs/dyn/analyticsadmin_v1beta.accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h3>Method Details</h3>
<pre>Get data sharing settings on an account. Data sharing settings are singletons.

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

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

Expand All @@ -512,7 +512,7 @@ <h3>Method Details</h3>
&quot;latestChangeTime&quot;: &quot;A String&quot;, # Optional. If set, only return changes made before this time (inclusive).
&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).
&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.
&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;
&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`
&quot;resourceType&quot;: [ # Optional. If set, only return changes if they are for a resource that matches at least one of these types.
&quot;A String&quot;,
],
Expand Down
20 changes: 10 additions & 10 deletions docs/dyn/analyticsadmin_v1beta.properties.conversionEvents.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,22 @@ <h2>Instance Methods</h2>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Creates a conversion event with the specified attributes.</p>
<p class="firstline">Deprecated: Use `CreateKeyEvent` instead. Creates a conversion event with the specified attributes.</p>
<p class="toc_element">
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes a conversion event in a property.</p>
<p class="firstline">Deprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a property.</p>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieve a single conversion event.</p>
<p class="firstline">Deprecated: Use `GetKeyEvent` instead. Retrieve a single conversion event.</p>
<p class="toc_element">
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<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>
<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>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates a conversion event with the specified attributes.</p>
<p class="firstline">Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the specified attributes.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
Expand All @@ -103,7 +103,7 @@ <h3>Method Details</h3>

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

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

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

Args:
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)
Expand All @@ -165,7 +165,7 @@ <h3>Method Details</h3>

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

Args:
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)
Expand Down Expand Up @@ -193,7 +193,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found.
<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.

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

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

Args:
name: string, Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event} (required)
Expand Down
5 changes: 0 additions & 5 deletions docs/dyn/analyticsadmin_v1beta.properties.dataStreams.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@

<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>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="analyticsadmin_v1beta.properties.dataStreams.eventEditRules.html">eventEditRules()</a></code>
</p>
<p class="firstline">Returns the eventEditRules Resource.</p>

<p class="toc_element">
<code><a href="analyticsadmin_v1beta.properties.dataStreams.measurementProtocolSecrets.html">measurementProtocolSecrets()</a></code>
</p>
Expand Down
6 changes: 3 additions & 3 deletions docs/dyn/analyticsadmin_v1beta.properties.firebaseLinks.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h3>Method Details</h3>
<pre>Creates a FirebaseLink. Properties can have at most one FirebaseLink.

Args:
parent: string, Required. Format: properties/{property_id} Example: properties/1234 (required)
parent: string, Required. Format: properties/{property_id} Example: `properties/1234` (required)
body: object, The request body.
The object takes the form of:

Expand Down Expand Up @@ -130,7 +130,7 @@ <h3>Method Details</h3>
<pre>Deletes a FirebaseLink on a property

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

Args:
parent: string, Required. Format: properties/{property_id} Example: properties/1234 (required)
parent: string, Required. Format: properties/{property_id} Example: `properties/1234` (required)
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)
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.
x__xgafv: string, V1 error format.
Expand Down
Loading

0 comments on commit 642222f

Please sign in to comment.