PropertiesWebDataStreamsResource class
Methods
-
create(GoogleAnalyticsAdminV1alphaWebDataStream request, String parent, {String? $fields})
→ Future<GoogleAnalyticsAdminV1alphaWebDataStream>
-
Creates a web stream with the specified location and attributes.
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes a web stream on a property.
-
get(String name, {String? $fields})
→ Future<GoogleAnalyticsAdminV1alphaWebDataStream>
-
Lookup for a single WebDataStream
-
getGlobalSiteTag(String name, {String? $fields})
→ Future<GoogleAnalyticsAdminV1alphaGlobalSiteTag>
-
Returns the Site Tag for the specified web stream.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse>
-
Returns child web data streams under the specified parent property.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleAnalyticsAdminV1alphaWebDataStream request, String name, {String? updateMask, String? $fields})
→ Future<GoogleAnalyticsAdminV1alphaWebDataStream>
-
Updates a web stream on a property.
-
toString()
→ String
-
A string representation of this object.
inherited