2022-02-24
▼ ▲ analyticsadmin.properties.webDataStreams.patch
Scopes : https://www.googleapis.com/auth/analytics.edit
Parameters :
updateMask
Type : string
Description : 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.
Location : query
Format : google-fieldmask
name
Required : Yes
Location : path
Pattern : ^properties/[^/]+/webDataStreams/[^/]+$
Type : string
Description : Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/1000/webDataStreams/2000"
HTTP Method : PATCH
Parameter Order : name
Flat Path : v1alpha/properties/{propertiesId}/webDataStreams/{webDataStreamsId}
Description : Updates a web stream on a property.
Path : v1alpha/{+name}
▼ ▲ analyticsadmin.properties.webDataStreams.list
Flat Path : v1alpha/properties/{propertiesId}/webDataStreams
HTTP Method : GET
Parameters :
parent
Pattern : ^properties/[^/]+$
Type : string
Required : Yes
Location : path
Description : Required. The name of the parent property. For example, to list results of web streams under the property with Id 123: "properties/123"
pageSize
Description : 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)
Format : int32
Type : integer
Location : query
pageToken
Type : string
Description : 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.
Location : query
Scopes :
Parameter Order : parent
Description : 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.
Path : v1alpha/{+parent}/webDataStreams
▼ ▲ analyticsadmin.properties.webDataStreams.get
Path : v1alpha/{+name}
HTTP Method : GET
Description : Lookup for a single WebDataStream
Parameters :
name
Location : path
Required : Yes
Description : Required. The name of the web data stream to lookup. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/123/webDataStreams/456"
Type : string
Pattern : ^properties/[^/]+/webDataStreams/[^/]+$
Flat Path : v1alpha/properties/{propertiesId}/webDataStreams/{webDataStreamsId}
Parameter Order : name
Scopes :
▼ ▲ analyticsadmin.properties.webDataStreams.delete
Parameter Order : name
Flat Path : v1alpha/properties/{propertiesId}/webDataStreams/{webDataStreamsId}
Description : Deletes a web stream on a property.
HTTP Method : DELETE
Scopes : https://www.googleapis.com/auth/analytics.edit
Parameters :
name
Pattern : ^properties/[^/]+/webDataStreams/[^/]+$
Description : Required. The name of the web data stream to delete. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/123/webDataStreams/456"
Location : path
Type : string
Required : Yes
Path : v1alpha/{+name}
▼ ▲ analyticsadmin.properties.webDataStreams.create
Path : v1alpha/{+parent}/webDataStreams
Parameters :
parent
Location : path
Description : Required. The parent resource where this web data stream will be created. Format: properties/123
Type : string
Required : Yes
Pattern : ^properties/[^/]+$
Parameter Order : parent
HTTP Method : POST
Scopes : https://www.googleapis.com/auth/analytics.edit
Flat Path : v1alpha/properties/{propertiesId}/webDataStreams
Description : Creates a web stream with the specified location and attributes.
▼ ▲ analyticsadmin.properties.iosAppDataStreams.list
Parameter Order : parent
Path : v1alpha/{+parent}/iosAppDataStreams
Flat Path : v1alpha/properties/{propertiesId}/iosAppDataStreams
Description : Returns child iOS app data streams under the specified parent property. iOS app data streams will be excluded if the caller does not have access. Returns an empty list if no relevant iOS app data streams are found.
HTTP Method : GET
Parameters :
pageToken
Description : A page token, received from a previous `ListIosAppDataStreams` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListIosAppDataStreams` must match the call that provided the page token.
Type : string
Location : query
pageSize
Description : 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)
Type : integer
Location : query
Format : int32
parent
Pattern : ^properties/[^/]+$
Required : Yes
Type : string
Location : path
Description : Required. The name of the parent property. For example, to list results of app streams under the property with Id 123: "properties/123"
Scopes :
▼ ▲ analyticsadmin.properties.iosAppDataStreams.get
Path : v1alpha/{+name}
Parameter Order : name
Scopes :
Description : Lookup for a single IosAppDataStream
Flat Path : v1alpha/properties/{propertiesId}/iosAppDataStreams/{iosAppDataStreamsId}
HTTP Method : GET
Parameters :
name
Required : Yes
Location : path
Description : Required. The name of the iOS app data stream to lookup. Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: "properties/123/iosAppDataStreams/456"
Type : string
Pattern : ^properties/[^/]+/iosAppDataStreams/[^/]+$
▼ ▲ analyticsadmin.properties.iosAppDataStreams.delete
Flat Path : v1alpha/properties/{propertiesId}/iosAppDataStreams/{iosAppDataStreamsId}
Description : Deletes an iOS app stream on a property.
Path : v1alpha/{+name}
Scopes : https://www.googleapis.com/auth/analytics.edit
Parameter Order : name
HTTP Method : DELETE
Parameters :
name
Description : Required. The name of the iOS app data stream to delete. Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: "properties/123/iosAppDataStreams/456"
Pattern : ^properties/[^/]+/iosAppDataStreams/[^/]+$
Location : path
Type : string
Required : Yes
▼ ▲ analyticsadmin.properties.iosAppDataStreams.patch
Path : v1alpha/{+name}
HTTP Method : PATCH
Parameters :
updateMask
Location : query
Format : google-fieldmask
Type : string
Description : 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.
name
Description : Output only. Resource name of this Data Stream. Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: "properties/1000/iosAppDataStreams/2000"
Type : string
Required : Yes
Pattern : ^properties/[^/]+/iosAppDataStreams/[^/]+$
Location : path
Scopes : https://www.googleapis.com/auth/analytics.edit
Flat Path : v1alpha/properties/{propertiesId}/iosAppDataStreams/{iosAppDataStreamsId}
Parameter Order : name
Description : Updates an iOS app stream on a property.
▼ ▲ analyticsadmin.properties.androidAppDataStreams.delete
Parameter Order : name
Parameters :
name
Location : path
Type : string
Required : Yes
Description : Required. The name of the android app data stream to delete. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/123/androidAppDataStreams/456"
Pattern : ^properties/[^/]+/androidAppDataStreams/[^/]+$
Flat Path : v1alpha/properties/{propertiesId}/androidAppDataStreams/{androidAppDataStreamsId}
Description : Deletes an android app stream on a property.
Path : v1alpha/{+name}
Scopes : https://www.googleapis.com/auth/analytics.edit
HTTP Method : DELETE
▼ ▲ analyticsadmin.properties.androidAppDataStreams.patch
Flat Path : v1alpha/properties/{propertiesId}/androidAppDataStreams/{androidAppDataStreamsId}
Path : v1alpha/{+name}
Scopes : https://www.googleapis.com/auth/analytics.edit
Description : Updates an android app stream on a property.
HTTP Method : PATCH
Parameter Order : name
Parameters :
updateMask
Format : google-fieldmask
Location : query
Description : 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.
Type : string
name
Pattern : ^properties/[^/]+/androidAppDataStreams/[^/]+$
Required : Yes
Type : string
Description : Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"
Location : path
▼ ▲ analyticsadmin.properties.androidAppDataStreams.list
Parameter Order : parent
Scopes :
Description : 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.
Parameters :
parent
Description : Required. The name of the parent property. For example, to limit results to app streams under the property with Id 123: "properties/123"
Type : string
Required : Yes
Location : path
Pattern : ^properties/[^/]+$
pageToken
Description : 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.
Type : string
Location : query
pageSize
Type : integer
Format : int32
Location : query
Description : 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)
Path : v1alpha/{+parent}/androidAppDataStreams
Flat Path : v1alpha/properties/{propertiesId}/androidAppDataStreams
HTTP Method : GET
▼ ▲ analyticsadmin.properties.androidAppDataStreams.get
HTTP Method : GET
Description : Lookup for a single AndroidAppDataStream
Parameter Order : name
Parameters :
name
Description : Required. The name of the android app data stream to lookup. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/123/androidAppDataStreams/456"
Required : Yes
Type : string
Pattern : ^properties/[^/]+/androidAppDataStreams/[^/]+$
Location : path
Scopes :
Flat Path : v1alpha/properties/{propertiesId}/androidAppDataStreams/{androidAppDataStreamsId}
Path : v1alpha/{+name}