Skip to content

Commit a500e98

Browse files
feat(analyticsadmin): update the api
#### analyticsadmin:v1alpha The following keys were deleted: - resources.properties.resources.androidAppDataStreams.methods.create (Total Keys: 12) - resources.properties.resources.iosAppDataStreams.methods.create (Total Keys: 12)
1 parent e276798 commit a500e98

File tree

3 files changed

+1
-135
lines changed

3 files changed

+1
-135
lines changed

docs/dyn/analyticsadmin_v1alpha.properties.androidAppDataStreams.html

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ <h2>Instance Methods</h2>
7777
<p class="toc_element">
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
80-
<p class="toc_element">
81-
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Creates an Android app stream with the specified location and attributes. Note that an Android app stream must be linked to a Firebase app to receive traffic. To create a working app stream, make sure your property is linked to a Firebase project. Then, use the Firebase API to create a Firebase app, which will also create an appropriate data stream in Analytics (may take up to 24 hours).</p>
8380
<p class="toc_element">
8481
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
8582
<p class="firstline">Deletes an android app stream on a property.</p>
@@ -101,42 +98,6 @@ <h3>Method Details</h3>
10198
<pre>Close httplib2 connections.</pre>
10299
</div>
103100

104-
<div class="method">
105-
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
106-
<pre>Creates an Android app stream with the specified location and attributes. Note that an Android app stream must be linked to a Firebase app to receive traffic. To create a working app stream, make sure your property is linked to a Firebase project. Then, use the Firebase API to create a Firebase app, which will also create an appropriate data stream in Analytics (may take up to 24 hours).
107-
108-
Args:
109-
parent: string, Required. The parent resource where this android app data stream will be created. Format: properties/123 (required)
110-
body: object, The request body.
111-
The object takes the form of:
112-
113-
{ # A resource message representing a Google Analytics Android app stream.
114-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this stream was originally created.
115-
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
116-
&quot;firebaseAppId&quot;: &quot;A String&quot;, # Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
117-
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: &quot;properties/1000/androidAppDataStreams/2000&quot;
118-
&quot;packageName&quot;: &quot;A String&quot;, # Immutable. The package name for the app being measured. Example: &quot;com.example.myandroidapp&quot;
119-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time when stream payload fields were last updated.
120-
}
121-
122-
x__xgafv: string, V1 error format.
123-
Allowed values
124-
1 - v1 error format
125-
2 - v2 error format
126-
127-
Returns:
128-
An object of the form:
129-
130-
{ # A resource message representing a Google Analytics Android app stream.
131-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this stream was originally created.
132-
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
133-
&quot;firebaseAppId&quot;: &quot;A String&quot;, # Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
134-
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: &quot;properties/1000/androidAppDataStreams/2000&quot;
135-
&quot;packageName&quot;: &quot;A String&quot;, # Immutable. The package name for the app being measured. Example: &quot;com.example.myandroidapp&quot;
136-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time when stream payload fields were last updated.
137-
}</pre>
138-
</div>
139-
140101
<div class="method">
141102
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
142103
<pre>Deletes an android app stream on a property.

docs/dyn/analyticsadmin_v1alpha.properties.iosAppDataStreams.html

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ <h2>Instance Methods</h2>
7777
<p class="toc_element">
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
80-
<p class="toc_element">
81-
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Creates an iOS app stream with the specified location and attributes. Note that an iOS app stream must be linked to a Firebase app to receive traffic. To create a working app stream, make sure your property is linked to a Firebase project. Then, use the Firebase API to create a Firebase app, which will also create an appropriate data stream in Analytics (may take up to 24 hours).</p>
8380
<p class="toc_element">
8481
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
8582
<p class="firstline">Deletes an iOS app stream on a property.</p>
@@ -101,42 +98,6 @@ <h3>Method Details</h3>
10198
<pre>Close httplib2 connections.</pre>
10299
</div>
103100

104-
<div class="method">
105-
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
106-
<pre>Creates an iOS app stream with the specified location and attributes. Note that an iOS app stream must be linked to a Firebase app to receive traffic. To create a working app stream, make sure your property is linked to a Firebase project. Then, use the Firebase API to create a Firebase app, which will also create an appropriate data stream in Analytics (may take up to 24 hours).
107-
108-
Args:
109-
parent: string, Required. The parent resource where this ios app data stream will be created. Format: properties/123 (required)
110-
body: object, The request body.
111-
The object takes the form of:
112-
113-
{ # A resource message representing a Google Analytics IOS app stream.
114-
&quot;bundleId&quot;: &quot;A String&quot;, # Required. Immutable. The Apple App Store Bundle ID for the app Example: &quot;com.example.myiosapp&quot;
115-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this stream was originally created.
116-
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
117-
&quot;firebaseAppId&quot;: &quot;A String&quot;, # Output only. ID of the corresponding iOS app in Firebase, if any. This ID can change if the iOS app is deleted and recreated.
118-
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this Data Stream. Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: &quot;properties/1000/iosAppDataStreams/2000&quot;
119-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time when stream payload fields were last updated.
120-
}
121-
122-
x__xgafv: string, V1 error format.
123-
Allowed values
124-
1 - v1 error format
125-
2 - v2 error format
126-
127-
Returns:
128-
An object of the form:
129-
130-
{ # A resource message representing a Google Analytics IOS app stream.
131-
&quot;bundleId&quot;: &quot;A String&quot;, # Required. Immutable. The Apple App Store Bundle ID for the app Example: &quot;com.example.myiosapp&quot;
132-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this stream was originally created.
133-
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
134-
&quot;firebaseAppId&quot;: &quot;A String&quot;, # Output only. ID of the corresponding iOS app in Firebase, if any. This ID can change if the iOS app is deleted and recreated.
135-
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this Data Stream. Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: &quot;properties/1000/iosAppDataStreams/2000&quot;
136-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time when stream payload fields were last updated.
137-
}</pre>
138-
</div>
139-
140101
<div class="method">
141102
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
142103
<pre>Deletes an iOS app stream on a property.

googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -787,34 +787,6 @@
787787
"resources": {
788788
"androidAppDataStreams": {
789789
"methods": {
790-
"create": {
791-
"description": "Creates an Android app stream with the specified location and attributes. Note that an Android app stream must be linked to a Firebase app to receive traffic. To create a working app stream, make sure your property is linked to a Firebase project. Then, use the Firebase API to create a Firebase app, which will also create an appropriate data stream in Analytics (may take up to 24 hours).",
792-
"flatPath": "v1alpha/properties/{propertiesId}/androidAppDataStreams",
793-
"httpMethod": "POST",
794-
"id": "analyticsadmin.properties.androidAppDataStreams.create",
795-
"parameterOrder": [
796-
"parent"
797-
],
798-
"parameters": {
799-
"parent": {
800-
"description": "Required. The parent resource where this android app data stream will be created. Format: properties/123",
801-
"location": "path",
802-
"pattern": "^properties/[^/]+$",
803-
"required": true,
804-
"type": "string"
805-
}
806-
},
807-
"path": "v1alpha/{+parent}/androidAppDataStreams",
808-
"request": {
809-
"$ref": "GoogleAnalyticsAdminV1alphaAndroidAppDataStream"
810-
},
811-
"response": {
812-
"$ref": "GoogleAnalyticsAdminV1alphaAndroidAppDataStream"
813-
},
814-
"scopes": [
815-
"https://www.googleapis.com/auth/analytics.edit"
816-
]
817-
},
818790
"delete": {
819791
"description": "Deletes an android app stream on a property.",
820792
"flatPath": "v1alpha/properties/{propertiesId}/androidAppDataStreams/{androidAppDataStreamsId}",
@@ -1197,34 +1169,6 @@
11971169
},
11981170
"iosAppDataStreams": {
11991171
"methods": {
1200-
"create": {
1201-
"description": "Creates an iOS app stream with the specified location and attributes. Note that an iOS app stream must be linked to a Firebase app to receive traffic. To create a working app stream, make sure your property is linked to a Firebase project. Then, use the Firebase API to create a Firebase app, which will also create an appropriate data stream in Analytics (may take up to 24 hours).",
1202-
"flatPath": "v1alpha/properties/{propertiesId}/iosAppDataStreams",
1203-
"httpMethod": "POST",
1204-
"id": "analyticsadmin.properties.iosAppDataStreams.create",
1205-
"parameterOrder": [
1206-
"parent"
1207-
],
1208-
"parameters": {
1209-
"parent": {
1210-
"description": "Required. The parent resource where this ios app data stream will be created. Format: properties/123",
1211-
"location": "path",
1212-
"pattern": "^properties/[^/]+$",
1213-
"required": true,
1214-
"type": "string"
1215-
}
1216-
},
1217-
"path": "v1alpha/{+parent}/iosAppDataStreams",
1218-
"request": {
1219-
"$ref": "GoogleAnalyticsAdminV1alphaIosAppDataStream"
1220-
},
1221-
"response": {
1222-
"$ref": "GoogleAnalyticsAdminV1alphaIosAppDataStream"
1223-
},
1224-
"scopes": [
1225-
"https://www.googleapis.com/auth/analytics.edit"
1226-
]
1227-
},
12281172
"delete": {
12291173
"description": "Deletes an iOS app stream on a property.",
12301174
"flatPath": "v1alpha/properties/{propertiesId}/iosAppDataStreams/{iosAppDataStreamsId}",
@@ -1890,7 +1834,7 @@
18901834
}
18911835
}
18921836
},
1893-
"revision": "20210410",
1837+
"revision": "20210420",
18941838
"rootUrl": "https://analyticsadmin.googleapis.com/",
18951839
"schemas": {
18961840
"GoogleAnalyticsAdminV1alphaAccount": {

0 commit comments

Comments
 (0)