You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Deleted keys were detected in the following stable discovery artifacts:
displayvideo v1 c32bbe5
firestore v1 a5f3d2f
## Discovery Artifact Change Summary:
feat(apigee): update the api 03592f8
feat(apikeys): update the api f667d8c
feat(baremetalsolution): update the api 74787f2
feat(datastore): update the api c573fc2
feat(dialogflow): update the api 4d96721
feat(displayvideo): update the api c32bbe5
feat(documentai): update the api 62b8d0d
feat(firestore): update the api a5f3d2f
feat(healthcare): update the api 633c51d
feat(metastore): update the api f116213
feat(monitoring): update the api 2c2d15d
feat(retail): update the api 6a362da
feat(secretmanager): update the api be08227
feat(sqladmin): update the api 31c607e
<pclass="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>
<pre>Creates a web stream with the specified location and attributes.
110
+
111
+
Args:
112
+
parent: string, Required. The parent resource where this web data stream will be created. Format: properties/123 (required)
113
+
body: object, The request body.
114
+
The object takes the form of:
115
+
116
+
{ # A resource message representing a Google Analytics web stream.
117
+
"createTime": "A String", # Output only. Time when this stream was originally created.
118
+
"defaultUri": "A String", # Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"
119
+
"displayName": "A String", # Required. Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
120
+
"firebaseAppId": "A String", # Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated.
121
+
"measurementId": "A String", # Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-1A2BCD345E" would just be "1A2BCD345E"
122
+
"name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/1000/webDataStreams/2000"
123
+
"updateTime": "A String", # Output only. Time when stream payload fields were last updated.
124
+
}
125
+
126
+
x__xgafv: string, V1 error format.
127
+
Allowed values
128
+
1 - v1 error format
129
+
2 - v2 error format
130
+
131
+
Returns:
132
+
An object of the form:
133
+
134
+
{ # A resource message representing a Google Analytics web stream.
135
+
"createTime": "A String", # Output only. Time when this stream was originally created.
136
+
"defaultUri": "A String", # Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"
137
+
"displayName": "A String", # Required. Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
138
+
"firebaseAppId": "A String", # Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated.
139
+
"measurementId": "A String", # Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-1A2BCD345E" would just be "1A2BCD345E"
140
+
"name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/1000/webDataStreams/2000"
141
+
"updateTime": "A String", # Output only. Time when stream payload fields were last updated.
name: string, Required. The name of the web data stream to delete. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/123/webDataStreams/456" (required)
151
+
x__xgafv: string, V1 error format.
152
+
Allowed values
153
+
1 - v1 error format
154
+
2 - v2 error format
155
+
156
+
Returns:
157
+
An object of the form:
158
+
159
+
{ # 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 `{}`.
name: string, Required. The name of the web data stream to lookup. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/123/webDataStreams/456" (required)
169
+
x__xgafv: string, V1 error format.
170
+
Allowed values
171
+
1 - v1 error format
172
+
2 - v2 error format
173
+
174
+
Returns:
175
+
An object of the form:
176
+
177
+
{ # A resource message representing a Google Analytics web stream.
178
+
"createTime": "A String", # Output only. Time when this stream was originally created.
179
+
"defaultUri": "A String", # Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"
180
+
"displayName": "A String", # Required. Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
181
+
"firebaseAppId": "A String", # Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated.
182
+
"measurementId": "A String", # Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-1A2BCD345E" would just be "1A2BCD345E"
183
+
"name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/1000/webDataStreams/2000"
184
+
"updateTime": "A String", # Output only. Time when stream payload fields were last updated.
<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.
211
+
212
+
Args:
213
+
parent: string, Required. The name of the parent property. For example, to list results of web streams under the property with Id 123: "properties/123" (required)
214
+
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)
215
+
pageToken: string, A page token, received from a previous `ListWebDataStreams` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWebDataStreams` must match the call that provided the page token.
216
+
x__xgafv: string, V1 error format.
217
+
Allowed values
218
+
1 - v1 error format
219
+
2 - v2 error format
220
+
221
+
Returns:
222
+
An object of the form:
223
+
224
+
{ # Request message for ListWebDataStreams RPC.
225
+
"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.
226
+
"webDataStreams": [ # Results that matched the filter criteria and were accessible to the caller.
227
+
{ # A resource message representing a Google Analytics web stream.
228
+
"createTime": "A String", # Output only. Time when this stream was originally created.
229
+
"defaultUri": "A String", # Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"
230
+
"displayName": "A String", # Required. Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
231
+
"firebaseAppId": "A String", # Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated.
232
+
"measurementId": "A String", # Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-1A2BCD345E" would just be "1A2BCD345E"
233
+
"name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/1000/webDataStreams/2000"
234
+
"updateTime": "A String", # Output only. Time when stream payload fields were last updated.
name: string, Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/1000/webDataStreams/2000" (required)
260
+
body: object, The request body.
261
+
The object takes the form of:
262
+
263
+
{ # A resource message representing a Google Analytics web stream.
264
+
"createTime": "A String", # Output only. Time when this stream was originally created.
265
+
"defaultUri": "A String", # Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"
266
+
"displayName": "A String", # Required. Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
267
+
"firebaseAppId": "A String", # Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated.
268
+
"measurementId": "A String", # Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-1A2BCD345E" would just be "1A2BCD345E"
269
+
"name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/1000/webDataStreams/2000"
270
+
"updateTime": "A String", # Output only. Time when stream payload fields were last updated.
271
+
}
272
+
273
+
updateMask: string, Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
274
+
x__xgafv: string, V1 error format.
275
+
Allowed values
276
+
1 - v1 error format
277
+
2 - v2 error format
278
+
279
+
Returns:
280
+
An object of the form:
281
+
282
+
{ # A resource message representing a Google Analytics web stream.
283
+
"createTime": "A String", # Output only. Time when this stream was originally created.
284
+
"defaultUri": "A String", # Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"
285
+
"displayName": "A String", # Required. Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units.
286
+
"firebaseAppId": "A String", # Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated.
287
+
"measurementId": "A String", # Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-1A2BCD345E" would just be "1A2BCD345E"
288
+
"name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/1000/webDataStreams/2000"
289
+
"updateTime": "A String", # Output only. Time when stream payload fields were last updated.
0 commit comments