PropertiesWebDataStreamsResource class

Constructors

PropertiesWebDataStreamsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
measurementProtocolSecrets PropertiesWebDataStreamsMeasurementProtocolSecretsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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
getEnhancedMeasurementSettings(String name, {String? $fields}) Future<GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings>
Returns the singleton enhanced measurement settings for this web stream.
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
updateEnhancedMeasurementSettings(GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings request, String name, {String? updateMask, String? $fields}) Future<GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings>
Updates the singleton enhanced measurement settings for this web stream.

Operators

operator ==(Object other) bool
The equality operator.
inherited