@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.0.20250606 → 0.0.20250615
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +7 -7
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://analyticsadmin.googleapis.com/$discovery/rest?version=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250615
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1116,7 +1116,7 @@ declare namespace gapi.client {
|
|
|
1116
1116
|
interface GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse {
|
|
1117
1117
|
/** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
|
|
1118
1118
|
nextPageToken?: string;
|
|
1119
|
-
/** List of
|
|
1119
|
+
/** List of `SubpropertySyncConfig` resources. */
|
|
1120
1120
|
subpropertySyncConfigs?: GoogleAnalyticsAdminV1alphaSubpropertySyncConfig[];
|
|
1121
1121
|
}
|
|
1122
1122
|
interface GoogleAnalyticsAdminV1alphaMatchingCondition {
|
|
@@ -1389,9 +1389,9 @@ declare namespace gapi.client {
|
|
|
1389
1389
|
filterExpressions?: GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression[];
|
|
1390
1390
|
}
|
|
1391
1391
|
interface GoogleAnalyticsAdminV1alphaSubpropertySyncConfig {
|
|
1392
|
-
/** Output only. Immutable. Resource name of the
|
|
1392
|
+
/** Output only. Immutable. Resource name of the subproperty that these settings apply to. */
|
|
1393
1393
|
applyToProperty?: string;
|
|
1394
|
-
/** Required. Specifies the Custom Dimension / Metric synchronization mode for the
|
|
1394
|
+
/** Required. Specifies the Custom Dimension / Metric synchronization mode for the subproperty. If set to ALL, Custom Dimension / Metric synchronization will be immediately enabled. Local configuration of Custom Dimensions / Metrics will not be allowed on the subproperty so long as the synchronization mode is set to ALL. If set to NONE, Custom Dimensions / Metric synchronization is disabled. Custom Dimensions / Metrics must be configured explicitly on the Subproperty. */
|
|
1395
1395
|
customDimensionAndMetricSyncMode?: string;
|
|
1396
1396
|
/** Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678 */
|
|
1397
1397
|
name?: string;
|
|
@@ -7541,7 +7541,7 @@ declare namespace gapi.client {
|
|
|
7541
7541
|
): Request<GoogleAnalyticsAdminV1alphaSubpropertyEventFilter>;
|
|
7542
7542
|
}
|
|
7543
7543
|
interface SubpropertySyncConfigsResource {
|
|
7544
|
-
/** Lookup for a single
|
|
7544
|
+
/** Lookup for a single `SubpropertySyncConfig`. */
|
|
7545
7545
|
get(request?: {
|
|
7546
7546
|
/** V1 error format. */
|
|
7547
7547
|
'$.xgafv'?: string;
|
|
@@ -7568,7 +7568,7 @@ declare namespace gapi.client {
|
|
|
7568
7568
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7569
7569
|
uploadType?: string;
|
|
7570
7570
|
}): Request<GoogleAnalyticsAdminV1alphaSubpropertySyncConfig>;
|
|
7571
|
-
/** List all
|
|
7571
|
+
/** List all `SubpropertySyncConfig` resources for a property. */
|
|
7572
7572
|
list(request?: {
|
|
7573
7573
|
/** V1 error format. */
|
|
7574
7574
|
'$.xgafv'?: string;
|
|
@@ -7599,7 +7599,7 @@ declare namespace gapi.client {
|
|
|
7599
7599
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7600
7600
|
uploadType?: string;
|
|
7601
7601
|
}): Request<GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse>;
|
|
7602
|
-
/** Updates a
|
|
7602
|
+
/** Updates a `SubpropertySyncConfig`. */
|
|
7603
7603
|
patch(request: {
|
|
7604
7604
|
/** V1 error format. */
|
|
7605
7605
|
'$.xgafv'?: string;
|