Skip to content

Commit 0022bde

Browse files
feat(all): auto-regenerate discovery clients (#3190)
1 parent fc2cac2 commit 0022bde

18 files changed

+2001
-77
lines changed

analyticsadmin/v1alpha/analyticsadmin-api.json

Lines changed: 173 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5041,11 +5041,112 @@
50415041
]
50425042
}
50435043
}
5044+
},
5045+
"subpropertySyncConfigs": {
5046+
"methods": {
5047+
"get": {
5048+
"description": "Lookup for a single Subproperty Sync Config.",
5049+
"flatPath": "v1alpha/properties/{propertiesId}/subpropertySyncConfigs/{subpropertySyncConfigsId}",
5050+
"httpMethod": "GET",
5051+
"id": "analyticsadmin.properties.subpropertySyncConfigs.get",
5052+
"parameterOrder": [
5053+
"name"
5054+
],
5055+
"parameters": {
5056+
"name": {
5057+
"description": "Required. Resource name of the SubpropertySyncConfig to lookup. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678",
5058+
"location": "path",
5059+
"pattern": "^properties/[^/]+/subpropertySyncConfigs/[^/]+$",
5060+
"required": true,
5061+
"type": "string"
5062+
}
5063+
},
5064+
"path": "v1alpha/{+name}",
5065+
"response": {
5066+
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertySyncConfig"
5067+
},
5068+
"scopes": [
5069+
"https://www.googleapis.com/auth/analytics.edit",
5070+
"https://www.googleapis.com/auth/analytics.readonly"
5071+
]
5072+
},
5073+
"list": {
5074+
"description": "List all Subproperty Sync Configs on a property.",
5075+
"flatPath": "v1alpha/properties/{propertiesId}/subpropertySyncConfigs",
5076+
"httpMethod": "GET",
5077+
"id": "analyticsadmin.properties.subpropertySyncConfigs.list",
5078+
"parameterOrder": [
5079+
"parent"
5080+
],
5081+
"parameters": {
5082+
"pageSize": {
5083+
"description": "Optional. The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)",
5084+
"format": "int32",
5085+
"location": "query",
5086+
"type": "integer"
5087+
},
5088+
"pageToken": {
5089+
"description": "Optional. A page token, received from a previous `ListSubpropertySyncConfig` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSubpropertySyncConfig` must match the call that provided the page token.",
5090+
"location": "query",
5091+
"type": "string"
5092+
},
5093+
"parent": {
5094+
"description": "Required. Resource name of the property. Format: properties/property_id Example: properties/123",
5095+
"location": "path",
5096+
"pattern": "^properties/[^/]+$",
5097+
"required": true,
5098+
"type": "string"
5099+
}
5100+
},
5101+
"path": "v1alpha/{+parent}/subpropertySyncConfigs",
5102+
"response": {
5103+
"$ref": "GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse"
5104+
},
5105+
"scopes": [
5106+
"https://www.googleapis.com/auth/analytics.edit",
5107+
"https://www.googleapis.com/auth/analytics.readonly"
5108+
]
5109+
},
5110+
"patch": {
5111+
"description": "Updates a Subproperty Sync Config.",
5112+
"flatPath": "v1alpha/properties/{propertiesId}/subpropertySyncConfigs/{subpropertySyncConfigsId}",
5113+
"httpMethod": "PATCH",
5114+
"id": "analyticsadmin.properties.subpropertySyncConfigs.patch",
5115+
"parameterOrder": [
5116+
"name"
5117+
],
5118+
"parameters": {
5119+
"name": {
5120+
"description": "Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678",
5121+
"location": "path",
5122+
"pattern": "^properties/[^/]+/subpropertySyncConfigs/[^/]+$",
5123+
"required": true,
5124+
"type": "string"
5125+
},
5126+
"updateMask": {
5127+
"description": "Optional. The list of fields to update. Field names must be in snake case (for example, \"field_to_update\"). Omitted fields will not be updated. To replace the entire entity, use one path with the string \"*\" to match all fields.",
5128+
"format": "google-fieldmask",
5129+
"location": "query",
5130+
"type": "string"
5131+
}
5132+
},
5133+
"path": "v1alpha/{+name}",
5134+
"request": {
5135+
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertySyncConfig"
5136+
},
5137+
"response": {
5138+
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertySyncConfig"
5139+
},
5140+
"scopes": [
5141+
"https://www.googleapis.com/auth/analytics.edit"
5142+
]
5143+
}
5144+
}
50445145
}
50455146
}
50465147
}
50475148
},
5048-
"revision": "20250329",
5149+
"revision": "20250606",
50495150
"rootUrl": "https://analyticsadmin.googleapis.com/",
50505151
"schemas": {
50515152
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -6440,6 +6541,10 @@
64406541
"skadnetworkConversionValueSchema": {
64416542
"$ref": "GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema",
64426543
"description": "A snapshot of SKAdNetworkConversionValueSchema resource in change history."
6544+
},
6545+
"subpropertySyncConfig": {
6546+
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertySyncConfig",
6547+
"description": "A snapshot of a SubpropertySyncConfig resource in change history."
64436548
}
64446549
},
64456550
"type": "object"
@@ -8370,6 +8475,24 @@
83708475
},
83718476
"type": "object"
83728477
},
8478+
"GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse": {
8479+
"description": "Response message for ListSubpropertySyncConfigs RPC.",
8480+
"id": "GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse",
8481+
"properties": {
8482+
"nextPageToken": {
8483+
"description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
8484+
"type": "string"
8485+
},
8486+
"subpropertySyncConfigs": {
8487+
"description": "List of Subproperty Sync Configs.",
8488+
"items": {
8489+
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertySyncConfig"
8490+
},
8491+
"type": "array"
8492+
}
8493+
},
8494+
"type": "object"
8495+
},
83738496
"GoogleAnalyticsAdminV1alphaMatchingCondition": {
83748497
"description": "Defines a condition for when an Event Edit or Event Creation rule applies to an event.",
83758498
"id": "GoogleAnalyticsAdminV1alphaMatchingCondition",
@@ -8712,6 +8835,20 @@
87128835
"description": "Request message for CreateSubproperty RPC.",
87138836
"id": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest",
87148837
"properties": {
8838+
"customDimensionAndMetricSynchronizationMode": {
8839+
"description": "Optional. The subproperty feature synchronization mode for Custom Dimensions and Metrics",
8840+
"enum": [
8841+
"SYNCHRONIZATION_MODE_UNSPECIFIED",
8842+
"NONE",
8843+
"ALL"
8844+
],
8845+
"enumDescriptions": [
8846+
"Synchronization mode unknown or not specified.",
8847+
"Entities are not synchronized. Local edits are allowed on the Subproperty.",
8848+
"Entities are synchronized from Parent Property. Local mutations are not allowed on the Subproperty (Create / Update / Delete)"
8849+
],
8850+
"type": "string"
8851+
},
87158852
"subproperty": {
87168853
"$ref": "GoogleAnalyticsAdminV1alphaProperty",
87178854
"description": "Required. The subproperty to create."
@@ -9094,7 +9231,8 @@
90949231
"EVENT_CREATE_RULE",
90959232
"KEY_EVENT",
90969233
"CALCULATED_METRIC",
9097-
"REPORTING_DATA_ANNOTATION"
9234+
"REPORTING_DATA_ANNOTATION",
9235+
"SUBPROPERTY_SYNC_CONFIG"
90989236
],
90999237
"enumDescriptions": [
91009238
"Resource type unknown or not specified.",
@@ -9124,7 +9262,8 @@
91249262
"EventCreateRule resource",
91259263
"KeyEvent resource",
91269264
"CalculatedMetric resource",
9127-
"ReportingDataAnnotation resource"
9265+
"ReportingDataAnnotation resource",
9266+
"SubpropertySyncConfig resource"
91289267
],
91299268
"type": "string"
91309269
},
@@ -9309,6 +9448,37 @@
93099448
},
93109449
"type": "object"
93119450
},
9451+
"GoogleAnalyticsAdminV1alphaSubpropertySyncConfig": {
9452+
"description": "Subproperty synchronization configuration controls how ordinary property configurations are synchronized to subproperties. This resource is provisioned automatically for each subproperty.",
9453+
"id": "GoogleAnalyticsAdminV1alphaSubpropertySyncConfig",
9454+
"properties": {
9455+
"applyToProperty": {
9456+
"description": "Output only. Immutable. Resource name of the Subproperty that these settings apply to.",
9457+
"readOnly": true,
9458+
"type": "string"
9459+
},
9460+
"customDimensionAndMetricSyncMode": {
9461+
"description": "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.",
9462+
"enum": [
9463+
"SYNCHRONIZATION_MODE_UNSPECIFIED",
9464+
"NONE",
9465+
"ALL"
9466+
],
9467+
"enumDescriptions": [
9468+
"Synchronization mode unknown or not specified.",
9469+
"Entities are not synchronized. Local edits are allowed on the Subproperty.",
9470+
"Entities are synchronized from Parent Property. Local mutations are not allowed on the Subproperty (Create / Update / Delete)"
9471+
],
9472+
"type": "string"
9473+
},
9474+
"name": {
9475+
"description": "Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678",
9476+
"readOnly": true,
9477+
"type": "string"
9478+
}
9479+
},
9480+
"type": "object"
9481+
},
93129482
"GoogleAnalyticsAdminV1alphaUpdateAccessBindingRequest": {
93139483
"description": "Request message for UpdateAccessBinding RPC.",
93149484
"id": "GoogleAnalyticsAdminV1alphaUpdateAccessBindingRequest",

0 commit comments

Comments
 (0)