Show / Hide Table of Contents

Class PropertiesResource.DataStreamsResource

The "dataStreams" collection of methods.

Inheritance
object
PropertiesResource.DataStreamsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.DataStreamsResource

Constructors

DataStreamsResource(IClientService)

Constructs a new resource.

Declaration
public DataStreamsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

EventCreateRules

Gets the EventCreateRules resource.

Declaration
public virtual PropertiesResource.DataStreamsResource.EventCreateRulesResource EventCreateRules { get; }
Property Value
Type Description
PropertiesResource.DataStreamsResource.EventCreateRulesResource

EventEditRules

Gets the EventEditRules resource.

Declaration
public virtual PropertiesResource.DataStreamsResource.EventEditRulesResource EventEditRules { get; }
Property Value
Type Description
PropertiesResource.DataStreamsResource.EventEditRulesResource

MeasurementProtocolSecrets

Gets the MeasurementProtocolSecrets resource.

Declaration
public virtual PropertiesResource.DataStreamsResource.MeasurementProtocolSecretsResource MeasurementProtocolSecrets { get; }
Property Value
Type Description
PropertiesResource.DataStreamsResource.MeasurementProtocolSecretsResource

SKAdNetworkConversionValueSchema

Gets the SKAdNetworkConversionValueSchema resource.

Declaration
public virtual PropertiesResource.DataStreamsResource.SKAdNetworkConversionValueSchemaResource SKAdNetworkConversionValueSchema { get; }
Property Value
Type Description
PropertiesResource.DataStreamsResource.SKAdNetworkConversionValueSchemaResource

Methods

Create(GoogleAnalyticsAdminV1alphaDataStream, string)

Creates a DataStream.

Declaration
public virtual PropertiesResource.DataStreamsResource.CreateRequest Create(GoogleAnalyticsAdminV1alphaDataStream body, string parent)
Parameters
Type Name Description
GoogleAnalyticsAdminV1alphaDataStream body

The body of the request.

string parent

Required. Example format: properties/1234

Returns
Type Description
PropertiesResource.DataStreamsResource.CreateRequest

Delete(string)

Deletes a DataStream on a property.

Declaration
public virtual PropertiesResource.DataStreamsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the DataStream to delete. Example format: properties/1234/dataStreams/5678

Returns
Type Description
PropertiesResource.DataStreamsResource.DeleteRequest

Get(string)

Lookup for a single DataStream.

Declaration
public virtual PropertiesResource.DataStreamsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the DataStream to get. Example format: properties/1234/dataStreams/5678

Returns
Type Description
PropertiesResource.DataStreamsResource.GetRequest

GetDataRedactionSettings(string)

Lookup for a single DataRedactionSettings.

Declaration
public virtual PropertiesResource.DataStreamsResource.GetDataRedactionSettingsRequest GetDataRedactionSettings(string name)
Parameters
Type Name Description
string name

Required. The name of the settings to lookup. Format: properties/{property}/dataStreams/{data_stream}/dataRedactionSettings Example: "properties/1000/dataStreams/2000/dataRedactionSettings"

Returns
Type Description
PropertiesResource.DataStreamsResource.GetDataRedactionSettingsRequest

GetEnhancedMeasurementSettings(string)

Returns the enhanced measurement settings for this data stream. Note that the stream must enable enhanced measurement for these settings to take effect.

Declaration
public virtual PropertiesResource.DataStreamsResource.GetEnhancedMeasurementSettingsRequest GetEnhancedMeasurementSettings(string name)
Parameters
Type Name Description
string name

Required. The name of the settings to lookup. Format: properties/{property}/dataStreams/{data_stream}/enhancedMeasurementSettings Example: "properties/1000/dataStreams/2000/enhancedMeasurementSettings"

Returns
Type Description
PropertiesResource.DataStreamsResource.GetEnhancedMeasurementSettingsRequest

GetGlobalSiteTag(string)

Returns the Site Tag for the specified web stream. Site Tags are immutable singletons.

Declaration
public virtual PropertiesResource.DataStreamsResource.GetGlobalSiteTagRequest GetGlobalSiteTag(string name)
Parameters
Type Name Description
string name

Required. The name of the site tag to lookup. Note that site tags are singletons and do not have unique IDs. Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag Example: properties/123/dataStreams/456/globalSiteTag

Returns
Type Description
PropertiesResource.DataStreamsResource.GetGlobalSiteTagRequest

List(string)

Lists DataStreams on a property.

Declaration
public virtual PropertiesResource.DataStreamsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Example format: properties/1234

Returns
Type Description
PropertiesResource.DataStreamsResource.ListRequest

Patch(GoogleAnalyticsAdminV1alphaDataStream, string)

Updates a DataStream on a property.

Declaration
public virtual PropertiesResource.DataStreamsResource.PatchRequest Patch(GoogleAnalyticsAdminV1alphaDataStream body, string name)
Parameters
Type Name Description
GoogleAnalyticsAdminV1alphaDataStream body

The body of the request.

string name

Output only. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000"

Returns
Type Description
PropertiesResource.DataStreamsResource.PatchRequest

UpdateDataRedactionSettings(GoogleAnalyticsAdminV1alphaDataRedactionSettings, string)

Updates a DataRedactionSettings on a property.

Declaration
public virtual PropertiesResource.DataStreamsResource.UpdateDataRedactionSettingsRequest UpdateDataRedactionSettings(GoogleAnalyticsAdminV1alphaDataRedactionSettings body, string name)
Parameters
Type Name Description
GoogleAnalyticsAdminV1alphaDataRedactionSettings body

The body of the request.

string name

Output only. Name of this Data Redaction Settings resource. Format: properties/{property_id}/dataStreams/{data_stream}/dataRedactionSettings Example: "properties/1000/dataStreams/2000/dataRedactionSettings"

Returns
Type Description
PropertiesResource.DataStreamsResource.UpdateDataRedactionSettingsRequest

UpdateEnhancedMeasurementSettings(GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings, string)

Updates the enhanced measurement settings for this data stream. Note that the stream must enable enhanced measurement for these settings to take effect.

Declaration
public virtual PropertiesResource.DataStreamsResource.UpdateEnhancedMeasurementSettingsRequest UpdateEnhancedMeasurementSettings(GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings body, string name)
Parameters
Type Name Description
GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings body

The body of the request.

string name

Output only. Resource name of the Enhanced Measurement Settings. Format: properties/{property_id}/dataStreams/{data_stream}/enhancedMeasurementSettings Example: "properties/1000/dataStreams/2000/enhancedMeasurementSettings"

Returns
Type Description
PropertiesResource.DataStreamsResource.UpdateEnhancedMeasurementSettingsRequest
In this article
Back to top Generated by DocFX