Skip to content

Commit 54188cf

Browse files
feat(all): auto-regenerate discovery clients (#3566)
1 parent 7c11b5a commit 54188cf

47 files changed

Lines changed: 2748 additions & 4973 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

analyticsadmin/v1alpha/analyticsadmin-api.json

Lines changed: 54 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,32 @@
856856
"https://www.googleapis.com/auth/analytics.readonly"
857857
]
858858
},
859+
"getUserProvidedDataSettings": {
860+
"description": "Looks up settings related to user-provided data for a property.",
861+
"flatPath": "v1alpha/properties/{propertiesId}/userProvidedDataSettings",
862+
"httpMethod": "GET",
863+
"id": "analyticsadmin.properties.getUserProvidedDataSettings",
864+
"parameterOrder": [
865+
"name"
866+
],
867+
"parameters": {
868+
"name": {
869+
"description": "Required. The name of the user provided data settings to retrieve. Format: properties/{property}/userProvidedDataSettings",
870+
"location": "path",
871+
"pattern": "^properties/[^/]+/userProvidedDataSettings$",
872+
"required": true,
873+
"type": "string"
874+
}
875+
},
876+
"path": "v1alpha/{+name}",
877+
"response": {
878+
"$ref": "GoogleAnalyticsAdminV1alphaUserProvidedDataSettings"
879+
},
880+
"scopes": [
881+
"https://www.googleapis.com/auth/analytics.edit",
882+
"https://www.googleapis.com/auth/analytics.readonly"
883+
]
884+
},
859885
"list": {
860886
"description": "Returns child Properties under the specified parent Account. Properties will be excluded if the caller does not have access. Soft-deleted (ie: \"trashed\") properties are excluded by default. Returns an empty list if no relevant properties are found.",
861887
"flatPath": "v1alpha/properties",
@@ -5086,7 +5112,7 @@
50865112
}
50875113
}
50885114
},
5089-
"revision": "20260331",
5115+
"revision": "20260412",
50905116
"rootUrl": "https://analyticsadmin.googleapis.com/",
50915117
"schemas": {
50925118
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -6487,6 +6513,10 @@
64876513
"subpropertySyncConfig": {
64886514
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertySyncConfig",
64896515
"description": "A snapshot of a SubpropertySyncConfig resource in change history."
6516+
},
6517+
"userProvidedDataSettings": {
6518+
"$ref": "GoogleAnalyticsAdminV1alphaUserProvidedDataSettings",
6519+
"description": "A snapshot of a UserProvidedDataSettings resource in change history."
64906520
}
64916521
},
64926522
"type": "object"
@@ -9079,7 +9109,8 @@
90799109
"CALCULATED_METRIC",
90809110
"REPORTING_DATA_ANNOTATION",
90819111
"SUBPROPERTY_SYNC_CONFIG",
9082-
"REPORTING_IDENTITY_SETTINGS"
9112+
"REPORTING_IDENTITY_SETTINGS",
9113+
"USER_PROVIDED_DATA_SETTINGS"
90839114
],
90849115
"enumDescriptions": [
90859116
"Resource type unknown or not specified.",
@@ -9111,7 +9142,8 @@
91119142
"CalculatedMetric resource",
91129143
"ReportingDataAnnotation resource",
91139144
"SubpropertySyncConfig resource",
9114-
"ReportingIdentitySettings resource"
9145+
"ReportingIdentitySettings resource",
9146+
"UserProvidedDataSettings resource"
91159147
],
91169148
"type": "string"
91179149
},
@@ -9352,6 +9384,25 @@
93529384
},
93539385
"type": "object"
93549386
},
9387+
"GoogleAnalyticsAdminV1alphaUserProvidedDataSettings": {
9388+
"description": "Configuration for user-provided data collection. This is a singleton resource for a Google Analytics property.",
9389+
"id": "GoogleAnalyticsAdminV1alphaUserProvidedDataSettings",
9390+
"properties": {
9391+
"automaticallyDetectedDataCollectionEnabled": {
9392+
"description": "Optional. Whether this property allows a Google Tag to automatically collect user-provided data from your website. This setting only takes effect if `user_provided_data_collection_enabled` is also true.",
9393+
"type": "boolean"
9394+
},
9395+
"name": {
9396+
"description": "Identifier. Resource name of this setting. Format: properties/{property}/userProvidedDataSettings Example: \"properties/1000/userProvidedDataSettings\"",
9397+
"type": "string"
9398+
},
9399+
"userProvidedDataCollectionEnabled": {
9400+
"description": "Optional. Whether this property accepts user-provided data sent to it.",
9401+
"type": "boolean"
9402+
}
9403+
},
9404+
"type": "object"
9405+
},
93559406
"GoogleProtobufEmpty": {
93569407
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
93579408
"id": "GoogleProtobufEmpty",

analyticsadmin/v1alpha/analyticsadmin-gen.go

Lines changed: 155 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bigquerydatatransfer/v1/bigquerydatatransfer-api.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@
10871087
],
10881088
"parameters": {
10891089
"filter": {
1090-
"description": "Optional. Filter for the transfer resources. Currently supported filters include: * Resource name: `name` - Wildcard supported * Resource type: `type` * Resource destination: `destination` * Latest resource state: `latest_status_detail.state` * Last update time: `update_time` - RFC-3339 format * Parent table name: `hierarchy_detail.partition_detail.table` Multiple filters can be applied using the `AND/OR` operator. Examples: * `name=\"*123\" AND (type=\"TABLE\" OR latest_status_detail.state=\"SUCCEEDED\")` * `update_time \u003e= \"2012-04-21T11:30:00-04:00` * `hierarchy_detail.partition_detail.table = \"table1\"`",
1090+
"description": "Optional. Filter for the transfer resources. Currently supported filters include: * Resource name: `name` - Wildcard supported * Resource type: `type` * Resource destination: `destination` * Latest resource state: `latest_status_detail.state` * Last update time: `update_time` - RFC-3339 format * Parent table name: `hierarchy_detail.partition_detail.table` Multiple filters can be applied using the `AND/OR` operator. Examples: * `name=\"*123\" AND (type=\"TABLE\" OR latest_status_detail.state=\"SUCCEEDED\")` * `update_time \u003e= \"2012-04-21T11:30:00-04:00\"` * `hierarchy_detail.partition_detail.table = \"table1\"`",
10911091
"location": "query",
10921092
"type": "string"
10931093
},
@@ -1103,7 +1103,7 @@
11031103
"type": "string"
11041104
},
11051105
"parent": {
1106-
"description": "Required. Name of transfer configuration for which transfer resources should be retrieved. The name should be in one of the following form: * `projects/{project_id}/transferConfigs/{config_id}` * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`",
1106+
"description": "Required. Name of transfer configuration for which transfer resources should be retrieved. The name should be in one of the following forms: * `projects/{project}/transferConfigs/{transfer_config}` * `projects/{project}/locations/{location_id}/transferConfigs/{transfer_config}`",
11071107
"location": "path",
11081108
"pattern": "^projects/[^/]+/locations/[^/]+/transferConfigs/[^/]+$",
11091109
"required": true,
@@ -1611,7 +1611,7 @@
16111611
],
16121612
"parameters": {
16131613
"filter": {
1614-
"description": "Optional. Filter for the transfer resources. Currently supported filters include: * Resource name: `name` - Wildcard supported * Resource type: `type` * Resource destination: `destination` * Latest resource state: `latest_status_detail.state` * Last update time: `update_time` - RFC-3339 format * Parent table name: `hierarchy_detail.partition_detail.table` Multiple filters can be applied using the `AND/OR` operator. Examples: * `name=\"*123\" AND (type=\"TABLE\" OR latest_status_detail.state=\"SUCCEEDED\")` * `update_time \u003e= \"2012-04-21T11:30:00-04:00` * `hierarchy_detail.partition_detail.table = \"table1\"`",
1614+
"description": "Optional. Filter for the transfer resources. Currently supported filters include: * Resource name: `name` - Wildcard supported * Resource type: `type` * Resource destination: `destination` * Latest resource state: `latest_status_detail.state` * Last update time: `update_time` - RFC-3339 format * Parent table name: `hierarchy_detail.partition_detail.table` Multiple filters can be applied using the `AND/OR` operator. Examples: * `name=\"*123\" AND (type=\"TABLE\" OR latest_status_detail.state=\"SUCCEEDED\")` * `update_time \u003e= \"2012-04-21T11:30:00-04:00\"` * `hierarchy_detail.partition_detail.table = \"table1\"`",
16151615
"location": "query",
16161616
"type": "string"
16171617
},
@@ -1627,7 +1627,7 @@
16271627
"type": "string"
16281628
},
16291629
"parent": {
1630-
"description": "Required. Name of transfer configuration for which transfer resources should be retrieved. The name should be in one of the following form: * `projects/{project_id}/transferConfigs/{config_id}` * `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`",
1630+
"description": "Required. Name of transfer configuration for which transfer resources should be retrieved. The name should be in one of the following forms: * `projects/{project}/transferConfigs/{transfer_config}` * `projects/{project}/locations/{location_id}/transferConfigs/{transfer_config}`",
16311631
"location": "path",
16321632
"pattern": "^projects/[^/]+/transferConfigs/[^/]+$",
16331633
"required": true,
@@ -1651,7 +1651,7 @@
16511651
}
16521652
}
16531653
},
1654-
"revision": "20260320",
1654+
"revision": "20260406",
16551655
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
16561656
"schemas": {
16571657
"CheckValidCredsRequest": {
@@ -2044,7 +2044,7 @@
20442044
"type": "object"
20452045
},
20462046
"ListTransferResourcesResponse": {
2047-
"description": "Response for the ListTransferResources RPC.",
2047+
"description": "Response for the `ListTransferResources` RPC.",
20482048
"id": "ListTransferResourcesResponse",
20492049
"properties": {
20502050
"nextPageToken": {
@@ -2476,7 +2476,7 @@
24762476
"type": "object"
24772477
},
24782478
"TransferResource": {
2479-
"description": "Resource(table/partition) that is being transferred.",
2479+
"description": "Resource (table/partition) that is being transferred.",
24802480
"id": "TransferResource",
24812481
"properties": {
24822482
"destination": {
@@ -2691,7 +2691,7 @@
26912691
"id": "TransferRunBrief",
26922692
"properties": {
26932693
"run": {
2694-
"description": "Optional. Run URI. Format projects/{project}/locations/{location}/transferConfigs/{config}/run/{run}",
2694+
"description": "Optional. Run URI. The format must be: `projects/{project}/locations/{location}/transferConfigs/{transfer_config}/run/{run}`",
26952695
"type": "string"
26962696
},
26972697
"startTime": {

0 commit comments

Comments
 (0)