chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/analyticsadmin_v1alpha.properties.androidAppDataStreams.html b/docs/dyn/analyticsadmin_v1alpha.properties.androidAppDataStreams.html
index 4541fa7..866b3b5 100644
--- a/docs/dyn/analyticsadmin_v1alpha.properties.androidAppDataStreams.html
+++ b/docs/dyn/analyticsadmin_v1alpha.properties.androidAppDataStreams.html
@@ -87,7 +87,7 @@
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Lookup for a single AndroidAppDataStream Throws "Target not found" if no such android app data stream found, or if the caller does not have permissions to access it.</p>
<p class="toc_element">
- <code><a href="#list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns child android app streams under the specified parent property. Android app streams will be excluded if the caller does not have access. Returns an empty list if no relevant android app streams are found.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -113,9 +113,9 @@
{ # A resource message representing a Google Analytics Android app stream.
"createTime": "A String", # Output only. Time when this stream was originally created.
"displayName": "A String", # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
- "packageName": "A String", # Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
- "name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
"firebaseAppId": "A String", # Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
+ "name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
+ "packageName": "A String", # Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
"updateTime": "A String", # Output only. Time when stream payload fields were last updated.
}
@@ -128,13 +128,13 @@
An object of the form:
{ # A resource message representing a Google Analytics Android app stream.
- "createTime": "A String", # Output only. Time when this stream was originally created.
- "displayName": "A String", # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
- "packageName": "A String", # Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
- "name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
- "firebaseAppId": "A String", # Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
- "updateTime": "A String", # Output only. Time when stream payload fields were last updated.
- }</pre>
+ "createTime": "A String", # Output only. Time when this stream was originally created.
+ "displayName": "A String", # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
+ "firebaseAppId": "A String", # Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
+ "name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
+ "packageName": "A String", # Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
+ "updateTime": "A String", # Output only. Time when stream payload fields were last updated.
+}</pre>
</div>
<div class="method">
@@ -152,7 +152,7 @@
An object of the form:
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
- }</pre>
+}</pre>
</div>
<div class="method">
@@ -170,23 +170,23 @@
An object of the form:
{ # A resource message representing a Google Analytics Android app stream.
- "createTime": "A String", # Output only. Time when this stream was originally created.
- "displayName": "A String", # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
- "packageName": "A String", # Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
- "name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
- "firebaseAppId": "A String", # Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
- "updateTime": "A String", # Output only. Time when stream payload fields were last updated.
- }</pre>
+ "createTime": "A String", # Output only. Time when this stream was originally created.
+ "displayName": "A String", # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
+ "firebaseAppId": "A String", # Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
+ "name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
+ "packageName": "A String", # Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
+ "updateTime": "A String", # Output only. Time when stream payload fields were last updated.
+}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Returns child android app streams under the specified parent property. Android app streams will be excluded if the caller does not have access. Returns an empty list if no relevant android app streams are found.
Args:
parent: string, Required. The name of the parent property. For example, to limit results to app streams under the property with Id 123: "properties/123" (required)
- pageToken: string, A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAndroidAppDataStreams` must match the call that provided the page token.
pageSize: integer, The maximum number of resources to return. 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 call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAndroidAppDataStreams` must match the call that provided the page token.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -196,18 +196,18 @@
An object of the form:
{ # Request message for ListAndroidDataStreams RPC.
- "androidAppDataStreams": [ # Results that matched the filter criteria and were accessible to the caller.
- { # A resource message representing a Google Analytics Android app stream.
- "createTime": "A String", # Output only. Time when this stream was originally created.
- "displayName": "A String", # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
- "packageName": "A String", # Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
- "name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
- "firebaseAppId": "A String", # Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
- "updateTime": "A String", # Output only. Time when stream payload fields were last updated.
- },
- ],
- "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
- }</pre>
+ "androidAppDataStreams": [ # Results that matched the filter criteria and were accessible to the caller.
+ { # A resource message representing a Google Analytics Android app stream.
+ "createTime": "A String", # Output only. Time when this stream was originally created.
+ "displayName": "A String", # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
+ "firebaseAppId": "A String", # Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
+ "name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
+ "packageName": "A String", # Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
+ "updateTime": "A String", # Output only. Time when stream payload fields were last updated.
+ },
+ ],
+ "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
+}</pre>
</div>
<div class="method">
@@ -236,9 +236,9 @@
{ # A resource message representing a Google Analytics Android app stream.
"createTime": "A String", # Output only. Time when this stream was originally created.
"displayName": "A String", # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
- "packageName": "A String", # Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
- "name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
"firebaseAppId": "A String", # Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
+ "name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
+ "packageName": "A String", # Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
"updateTime": "A String", # Output only. Time when stream payload fields were last updated.
}
@@ -252,13 +252,13 @@
An object of the form:
{ # A resource message representing a Google Analytics Android app stream.
- "createTime": "A String", # Output only. Time when this stream was originally created.
- "displayName": "A String", # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
- "packageName": "A String", # Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
- "name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
- "firebaseAppId": "A String", # Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
- "updateTime": "A String", # Output only. Time when stream payload fields were last updated.
- }</pre>
+ "createTime": "A String", # Output only. Time when this stream was originally created.
+ "displayName": "A String", # Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
+ "firebaseAppId": "A String", # Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
+ "name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
+ "packageName": "A String", # Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
+ "updateTime": "A String", # Output only. Time when stream payload fields were last updated.
+}</pre>
</div>
</body></html>
\ No newline at end of file