Show / Hide Table of Contents

Class PropertiesResource.ExpandedDataSetsResource

The "expandedDataSets" collection of methods.

Inheritance
object
PropertiesResource.ExpandedDataSetsResource
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.ExpandedDataSetsResource

Constructors

ExpandedDataSetsResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleAnalyticsAdminV1alphaExpandedDataSet, string)

Creates a ExpandedDataSet.

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

The body of the request.

string parent

Required. Example format: properties/1234

Returns
Type Description
PropertiesResource.ExpandedDataSetsResource.CreateRequest

Delete(string)

Deletes a ExpandedDataSet on a property.

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

Required. Example format: properties/1234/expandedDataSets/5678

Returns
Type Description
PropertiesResource.ExpandedDataSetsResource.DeleteRequest

Get(string)

Lookup for a single ExpandedDataSet.

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

Required. The name of the ExpandedDataSet to get. Example format: properties/1234/expandedDataSets/5678

Returns
Type Description
PropertiesResource.ExpandedDataSetsResource.GetRequest

List(string)

Lists ExpandedDataSets on a property.

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

Required. Example format: properties/1234

Returns
Type Description
PropertiesResource.ExpandedDataSetsResource.ListRequest

Patch(GoogleAnalyticsAdminV1alphaExpandedDataSet, string)

Updates a ExpandedDataSet on a property.

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

The body of the request.

string name

Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}

Returns
Type Description
PropertiesResource.ExpandedDataSetsResource.PatchRequest
In this article
Back to top Generated by DocFX