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 added:
- resources.properties.resources.androidAppDataStreams.methods.delete (Total Keys: 11)
- resources.properties.resources.androidAppDataStreams.methods.get (Total Keys: 11)
- resources.properties.resources.androidAppDataStreams.methods.list (Total Keys: 16)
- resources.properties.resources.androidAppDataStreams.methods.patch (Total Keys: 15)
- resources.properties.resources.iosAppDataStreams.methods.delete (Total Keys: 11)
- resources.properties.resources.iosAppDataStreams.methods.get (Total Keys: 11)
- resources.properties.resources.iosAppDataStreams.methods.list (Total Keys: 16)
- resources.properties.resources.iosAppDataStreams.methods.patch (Total Keys: 15)
- resources.properties.resources.webDataStreams.methods.create (Total Keys: 12)
- resources.properties.resources.webDataStreams.methods.delete (Total Keys: 11)
- resources.properties.resources.webDataStreams.methods.get (Total Keys: 11)
- resources.properties.resources.webDataStreams.methods.list (Total Keys: 16)
- resources.properties.resources.webDataStreams.methods.patch (Total Keys: 15)
- schemas.GoogleAnalyticsAdminV1alphaAndroidAppDataStream (Total Keys: 14)
- schemas.GoogleAnalyticsAdminV1alphaIosAppDataStream (Total Keys: 14)
- schemas.GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse (Total Keys: 5)
- schemas.GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse (Total Keys: 5)
- schemas.GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse (Total Keys: 5)
- schemas.GoogleAnalyticsAdminV1alphaWebDataStream (Total Keys: 16)
  • Loading branch information
yoshi-automation committed Feb 8, 2022
1 parent 391bd02 commit 1857db0
Show file tree
Hide file tree
Showing 4 changed files with 607 additions and 35 deletions.
23 changes: 23 additions & 0 deletions docs/dyn/analyticsadmin_v1alpha.properties.dataStreams.html
Expand Up @@ -91,6 +91,9 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Lookup for a single DataStream.</p>
<p class="toc_element">
<code><a href="#getGlobalSiteTag">getGlobalSiteTag(name, x__xgafv=None)</a></code></p>
<p class="firstline">Returns the Site Tag for the specified web stream. Site Tags are immutable singletons.</p>
<p class="toc_element">
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists DataStreams on a property.</p>
Expand Down Expand Up @@ -220,6 +223,26 @@ <h3>Method Details</h3>
}</pre>
</div>

<div class="method">
<code class="details" id="getGlobalSiteTag">getGlobalSiteTag(name, x__xgafv=None)</code>
<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)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Read-only resource with the tag for sending data from a website to a DataStream. Only present for web DataStream resources.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this GlobalSiteTag resource. Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag Example: &quot;properties/123/dataStreams/456/globalSiteTag&quot;
&quot;snippet&quot;: &quot;A String&quot;, # Immutable. JavaScript code snippet to be pasted as the first item into the head tag of every webpage to measure.
}</pre>
</div>

<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists DataStreams on a property.
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/analyticsadmin_v1alpha.properties.html
Expand Up @@ -355,7 +355,7 @@ <h3>Method Details</h3>
<pre>Returns child Properties under the specified parent Account. Only &quot;GA4&quot; properties will be returned. Properties will be excluded if the caller does not have access. Soft-deleted (ie: &quot;trashed&quot;) properties are excluded by default. Returns an empty list if no relevant properties are found.

Args:
filter: string, Required. An expression for filtering the results of the request. Fields eligible for filtering are: `parent:`(The resource name of the parent account) or `ancestor:`(The resource name of the parent account) or `firebase_project:`(The id or number of the linked firebase project). Some examples of filters: ``` | Filter | Description | |-----------------------------|-------------------------------------------| | parent:accounts/123 | The account with account id: 123. | | ancestor:accounts/123 | The account with account id: 123. | | firebase_project:project-id | The firebase project with id: project-id. | | firebase_project:123 | The firebase project with number: 123. | ```
filter: string, Required. An expression for filtering the results of the request. Fields eligible for filtering are: `parent:`(The resource name of the parent account/property) or `ancestor:`(The resource name of the parent account) or `firebase_project:`(The id or number of the linked firebase project). Some examples of filters: ``` | Filter | Description | |-----------------------------|-------------------------------------------| | parent:accounts/123 | The account with account id: 123. | | parent:properties/123 | The property with property id: 123. | | ancestor:accounts/123 | The account with account id: 123. | | firebase_project:project-id | The firebase project with id: project-id. | | firebase_project:123 | The firebase project with number: 123. | ```
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 `ListProperties` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListProperties` must match the call that provided the page token.
showDeleted: boolean, Whether to include soft-deleted (ie: &quot;trashed&quot;) Properties in the results. Properties can be inspected to determine whether they are deleted or not.
Expand Down
23 changes: 0 additions & 23 deletions docs/dyn/analyticsadmin_v1alpha.properties.webDataStreams.html
Expand Up @@ -86,9 +86,6 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Lookup for a single WebDataStream</p>
<p class="toc_element">
<code><a href="#getGlobalSiteTag">getGlobalSiteTag(name, x__xgafv=None)</a></code></p>
<p class="firstline">Returns the Site Tag for the specified web stream. Site Tags are immutable singletons.</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 child web data streams under the specified parent property. Web data streams will be excluded if the caller does not have access. Returns an empty list if no relevant web data streams are found.</p>
Expand Down Expand Up @@ -185,26 +182,6 @@ <h3>Method Details</h3>
}</pre>
</div>

<div class="method">
<code class="details" id="getGlobalSiteTag">getGlobalSiteTag(name, x__xgafv=None)</code>
<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}/webDataStreams/{stream_id}/globalSiteTag Example: &quot;properties/123/webDataStreams/456/globalSiteTag&quot; (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Read-only resource with the tag for sending data from a website to a WebDataStream.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this GlobalSiteTag resource. Format: properties/{propertyId}/globalSiteTag
&quot;snippet&quot;: &quot;A String&quot;, # Immutable. JavaScript code snippet to be pasted as the first item into the head tag of every webpage to measure.
}</pre>
</div>

<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Returns child web data streams under the specified parent property. Web data streams will be excluded if the caller does not have access. Returns an empty list if no relevant web data streams are found.
Expand Down

0 comments on commit 1857db0

Please sign in to comment.