Class PropertiesResource.RollupPropertySourceLinksResource
The "rollupPropertySourceLinks" collection of methods.
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.RollupPropertySourceLinksResource
Constructors
RollupPropertySourceLinksResource(IClientService)
Constructs a new resource.
Declaration
public RollupPropertySourceLinksResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(GoogleAnalyticsAdminV1alphaRollupPropertySourceLink, string)
Creates a roll-up property source link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual PropertiesResource.RollupPropertySourceLinksResource.CreateRequest Create(GoogleAnalyticsAdminV1alphaRollupPropertySourceLink body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleAnalyticsAdminV1alphaRollupPropertySourceLink | body | The body of the request. |
string | parent | Required. Format: properties/{property_id} Example: properties/1234 |
Returns
Type | Description |
---|---|
PropertiesResource.RollupPropertySourceLinksResource.CreateRequest |
Delete(string)
Deletes a roll-up property source link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual PropertiesResource.RollupPropertySourceLinksResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/1234/rollupPropertySourceLinks/5678 |
Returns
Type | Description |
---|---|
PropertiesResource.RollupPropertySourceLinksResource.DeleteRequest |
Get(string)
Lookup for a single roll-up property source Link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual PropertiesResource.RollupPropertySourceLinksResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the roll-up property source link to lookup. Format: properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} Example: properties/123/rollupPropertySourceLinks/456 |
Returns
Type | Description |
---|---|
PropertiesResource.RollupPropertySourceLinksResource.GetRequest |
List(string)
Lists roll-up property source Links on a property. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual PropertiesResource.RollupPropertySourceLinksResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The name of the roll-up property to list roll-up property source links under. Format: properties/{property_id} Example: properties/1234 |
Returns
Type | Description |
---|---|
PropertiesResource.RollupPropertySourceLinksResource.ListRequest |