Class PropertiesResource.SubpropertySyncConfigsResource
The "subpropertySyncConfigs" collection of methods.
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.SubpropertySyncConfigsResource
Constructors
SubpropertySyncConfigsResource(IClientService)
Constructs a new resource.
Declaration
public SubpropertySyncConfigsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string)
Lookup for a single SubpropertySyncConfig.
Declaration
public virtual PropertiesResource.SubpropertySyncConfigsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Resource name of the SubpropertySyncConfig to lookup. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678 |
Returns
| Type | Description |
|---|---|
| PropertiesResource.SubpropertySyncConfigsResource.GetRequest |
List(string)
List all SubpropertySyncConfig resources for a property.
Declaration
public virtual PropertiesResource.SubpropertySyncConfigsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. Resource name of the property. Format: properties/property_id Example: properties/123 |
Returns
| Type | Description |
|---|---|
| PropertiesResource.SubpropertySyncConfigsResource.ListRequest |
Patch(GoogleAnalyticsAdminV1alphaSubpropertySyncConfig, string)
Updates a SubpropertySyncConfig.
Declaration
public virtual PropertiesResource.SubpropertySyncConfigsResource.PatchRequest Patch(GoogleAnalyticsAdminV1alphaSubpropertySyncConfig body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAnalyticsAdminV1alphaSubpropertySyncConfig | body | The body of the request. |
| string | name | Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678 |
Returns
| Type | Description |
|---|---|
| PropertiesResource.SubpropertySyncConfigsResource.PatchRequest |