google-api-python-client 2.139.0__py2.py3-none-any.whl → 2.140.0__py2.py3-none-any.whl
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.
- {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/METADATA +1 -1
- {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/RECORD +46 -46
- googleapiclient/discovery_cache/documents/aiplatform.v1.json +83 -31
- googleapiclient/discovery_cache/documents/aiplatform.v1beta1.json +360 -16
- googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json +298 -49
- googleapiclient/discovery_cache/documents/analyticsdata.v1beta.json +3 -3
- googleapiclient/discovery_cache/documents/chat.v1.json +4 -4
- googleapiclient/discovery_cache/documents/chromepolicy.v1.json +2 -2
- googleapiclient/discovery_cache/documents/cloudchannel.v1.json +132 -4
- googleapiclient/discovery_cache/documents/cloudfunctions.v1.json +14 -2
- googleapiclient/discovery_cache/documents/cloudfunctions.v2.json +15 -3
- googleapiclient/discovery_cache/documents/cloudfunctions.v2alpha.json +15 -3
- googleapiclient/discovery_cache/documents/cloudfunctions.v2beta.json +15 -3
- googleapiclient/discovery_cache/documents/cloudkms.v1.json +17 -2
- googleapiclient/discovery_cache/documents/compute.alpha.json +328 -39
- googleapiclient/discovery_cache/documents/compute.beta.json +112 -39
- googleapiclient/discovery_cache/documents/compute.v1.json +38 -17
- googleapiclient/discovery_cache/documents/container.v1.json +2 -2
- googleapiclient/discovery_cache/documents/container.v1beta1.json +2 -2
- googleapiclient/discovery_cache/documents/containeranalysis.v1.json +236 -1
- googleapiclient/discovery_cache/documents/containeranalysis.v1beta1.json +236 -1
- googleapiclient/discovery_cache/documents/dialogflow.v2.json +11 -18
- googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json +11 -18
- googleapiclient/discovery_cache/documents/dialogflow.v3.json +27 -23
- googleapiclient/discovery_cache/documents/discoveryengine.v1.json +212 -48
- googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json +132 -51
- googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json +252 -55
- googleapiclient/discovery_cache/documents/docs.v1.json +2 -2
- googleapiclient/discovery_cache/documents/firebaseml.v2beta.json +7 -1
- googleapiclient/discovery_cache/documents/healthcare.v1.json +106 -1
- googleapiclient/discovery_cache/documents/healthcare.v1beta1.json +106 -1
- googleapiclient/discovery_cache/documents/iam.v1.json +4 -4
- googleapiclient/discovery_cache/documents/logging.v2.json +3 -3
- googleapiclient/discovery_cache/documents/merchantapi.accounts_v1beta.json +1 -157
- googleapiclient/discovery_cache/documents/networkservices.v1.json +14 -14
- googleapiclient/discovery_cache/documents/networkservices.v1beta1.json +313 -14
- googleapiclient/discovery_cache/documents/places.v1.json +2 -2
- googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json +4 -2
- googleapiclient/discovery_cache/documents/realtimebidding.v1.json +5 -3
- googleapiclient/discovery_cache/documents/recaptchaenterprise.v1.json +20 -1
- googleapiclient/discovery_cache/documents/sqladmin.v1.json +12 -1
- googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json +12 -1
- googleapiclient/version.py +1 -1
- {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/LICENSE +0 -0
- {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/WHEEL +0 -0
- {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/top_level.txt +0 -0
|
@@ -719,24 +719,6 @@
|
|
|
719
719
|
"https://www.googleapis.com/auth/analytics.edit"
|
|
720
720
|
]
|
|
721
721
|
},
|
|
722
|
-
"createSubproperty": {
|
|
723
|
-
"description": "Create a subproperty and a subproperty event filter that applies to the created subproperty.",
|
|
724
|
-
"flatPath": "v1alpha/properties:createSubproperty",
|
|
725
|
-
"httpMethod": "POST",
|
|
726
|
-
"id": "analyticsadmin.properties.createSubproperty",
|
|
727
|
-
"parameterOrder": [],
|
|
728
|
-
"parameters": {},
|
|
729
|
-
"path": "v1alpha/properties:createSubproperty",
|
|
730
|
-
"request": {
|
|
731
|
-
"$ref": "GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest"
|
|
732
|
-
},
|
|
733
|
-
"response": {
|
|
734
|
-
"$ref": "GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse"
|
|
735
|
-
},
|
|
736
|
-
"scopes": [
|
|
737
|
-
"https://www.googleapis.com/auth/analytics.edit"
|
|
738
|
-
]
|
|
739
|
-
},
|
|
740
722
|
"delete": {
|
|
741
723
|
"description": "Marks target Property as soft-deleted (ie: \"trashed\") and returns it. This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI. If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found, or is not a GA4 Property.",
|
|
742
724
|
"flatPath": "v1alpha/properties/{propertiesId}",
|
|
@@ -1016,6 +998,24 @@
|
|
|
1016
998
|
"https://www.googleapis.com/auth/analytics.edit"
|
|
1017
999
|
]
|
|
1018
1000
|
},
|
|
1001
|
+
"provisionSubproperty": {
|
|
1002
|
+
"description": "Create a subproperty and a subproperty event filter that applies to the created subproperty.",
|
|
1003
|
+
"flatPath": "v1alpha/properties:provisionSubproperty",
|
|
1004
|
+
"httpMethod": "POST",
|
|
1005
|
+
"id": "analyticsadmin.properties.provisionSubproperty",
|
|
1006
|
+
"parameterOrder": [],
|
|
1007
|
+
"parameters": {},
|
|
1008
|
+
"path": "v1alpha/properties:provisionSubproperty",
|
|
1009
|
+
"request": {
|
|
1010
|
+
"$ref": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest"
|
|
1011
|
+
},
|
|
1012
|
+
"response": {
|
|
1013
|
+
"$ref": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse"
|
|
1014
|
+
},
|
|
1015
|
+
"scopes": [
|
|
1016
|
+
"https://www.googleapis.com/auth/analytics.edit"
|
|
1017
|
+
]
|
|
1018
|
+
},
|
|
1019
1019
|
"runAccessReport": {
|
|
1020
1020
|
"description": "Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years. Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators. These data access records include GA4 UI Reporting, GA4 UI Explorations, GA4 Data API, and other products like Firebase & Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).",
|
|
1021
1021
|
"flatPath": "v1alpha/properties/{propertiesId}:runAccessReport",
|
|
@@ -3103,6 +3103,188 @@
|
|
|
3103
3103
|
}
|
|
3104
3104
|
}
|
|
3105
3105
|
},
|
|
3106
|
+
"eventEditRules": {
|
|
3107
|
+
"methods": {
|
|
3108
|
+
"create": {
|
|
3109
|
+
"description": "Creates an EventEditRule.",
|
|
3110
|
+
"flatPath": "v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventEditRules",
|
|
3111
|
+
"httpMethod": "POST",
|
|
3112
|
+
"id": "analyticsadmin.properties.dataStreams.eventEditRules.create",
|
|
3113
|
+
"parameterOrder": [
|
|
3114
|
+
"parent"
|
|
3115
|
+
],
|
|
3116
|
+
"parameters": {
|
|
3117
|
+
"parent": {
|
|
3118
|
+
"description": "Required. Example format: properties/123/dataStreams/456",
|
|
3119
|
+
"location": "path",
|
|
3120
|
+
"pattern": "^properties/[^/]+/dataStreams/[^/]+$",
|
|
3121
|
+
"required": true,
|
|
3122
|
+
"type": "string"
|
|
3123
|
+
}
|
|
3124
|
+
},
|
|
3125
|
+
"path": "v1alpha/{+parent}/eventEditRules",
|
|
3126
|
+
"request": {
|
|
3127
|
+
"$ref": "GoogleAnalyticsAdminV1alphaEventEditRule"
|
|
3128
|
+
},
|
|
3129
|
+
"response": {
|
|
3130
|
+
"$ref": "GoogleAnalyticsAdminV1alphaEventEditRule"
|
|
3131
|
+
},
|
|
3132
|
+
"scopes": [
|
|
3133
|
+
"https://www.googleapis.com/auth/analytics.edit"
|
|
3134
|
+
]
|
|
3135
|
+
},
|
|
3136
|
+
"delete": {
|
|
3137
|
+
"description": "Deletes an EventEditRule.",
|
|
3138
|
+
"flatPath": "v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventEditRules/{eventEditRulesId}",
|
|
3139
|
+
"httpMethod": "DELETE",
|
|
3140
|
+
"id": "analyticsadmin.properties.dataStreams.eventEditRules.delete",
|
|
3141
|
+
"parameterOrder": [
|
|
3142
|
+
"name"
|
|
3143
|
+
],
|
|
3144
|
+
"parameters": {
|
|
3145
|
+
"name": {
|
|
3146
|
+
"description": "Required. Example format: properties/123/dataStreams/456/eventEditRules/789",
|
|
3147
|
+
"location": "path",
|
|
3148
|
+
"pattern": "^properties/[^/]+/dataStreams/[^/]+/eventEditRules/[^/]+$",
|
|
3149
|
+
"required": true,
|
|
3150
|
+
"type": "string"
|
|
3151
|
+
}
|
|
3152
|
+
},
|
|
3153
|
+
"path": "v1alpha/{+name}",
|
|
3154
|
+
"response": {
|
|
3155
|
+
"$ref": "GoogleProtobufEmpty"
|
|
3156
|
+
},
|
|
3157
|
+
"scopes": [
|
|
3158
|
+
"https://www.googleapis.com/auth/analytics.edit"
|
|
3159
|
+
]
|
|
3160
|
+
},
|
|
3161
|
+
"get": {
|
|
3162
|
+
"description": "Lookup for a single EventEditRule.",
|
|
3163
|
+
"flatPath": "v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventEditRules/{eventEditRulesId}",
|
|
3164
|
+
"httpMethod": "GET",
|
|
3165
|
+
"id": "analyticsadmin.properties.dataStreams.eventEditRules.get",
|
|
3166
|
+
"parameterOrder": [
|
|
3167
|
+
"name"
|
|
3168
|
+
],
|
|
3169
|
+
"parameters": {
|
|
3170
|
+
"name": {
|
|
3171
|
+
"description": "Required. The name of the EventEditRule to get. Example format: properties/123/dataStreams/456/eventEditRules/789",
|
|
3172
|
+
"location": "path",
|
|
3173
|
+
"pattern": "^properties/[^/]+/dataStreams/[^/]+/eventEditRules/[^/]+$",
|
|
3174
|
+
"required": true,
|
|
3175
|
+
"type": "string"
|
|
3176
|
+
}
|
|
3177
|
+
},
|
|
3178
|
+
"path": "v1alpha/{+name}",
|
|
3179
|
+
"response": {
|
|
3180
|
+
"$ref": "GoogleAnalyticsAdminV1alphaEventEditRule"
|
|
3181
|
+
},
|
|
3182
|
+
"scopes": [
|
|
3183
|
+
"https://www.googleapis.com/auth/analytics.edit",
|
|
3184
|
+
"https://www.googleapis.com/auth/analytics.readonly"
|
|
3185
|
+
]
|
|
3186
|
+
},
|
|
3187
|
+
"list": {
|
|
3188
|
+
"description": "Lists EventEditRules on a web data stream.",
|
|
3189
|
+
"flatPath": "v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventEditRules",
|
|
3190
|
+
"httpMethod": "GET",
|
|
3191
|
+
"id": "analyticsadmin.properties.dataStreams.eventEditRules.list",
|
|
3192
|
+
"parameterOrder": [
|
|
3193
|
+
"parent"
|
|
3194
|
+
],
|
|
3195
|
+
"parameters": {
|
|
3196
|
+
"pageSize": {
|
|
3197
|
+
"description": "Optional. The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum).",
|
|
3198
|
+
"format": "int32",
|
|
3199
|
+
"location": "query",
|
|
3200
|
+
"type": "integer"
|
|
3201
|
+
},
|
|
3202
|
+
"pageToken": {
|
|
3203
|
+
"description": "Optional. A page token, received from a previous `ListEventEditRules` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListEventEditRules` must match the call that provided the page token.",
|
|
3204
|
+
"location": "query",
|
|
3205
|
+
"type": "string"
|
|
3206
|
+
},
|
|
3207
|
+
"parent": {
|
|
3208
|
+
"description": "Required. Example format: properties/123/dataStreams/456",
|
|
3209
|
+
"location": "path",
|
|
3210
|
+
"pattern": "^properties/[^/]+/dataStreams/[^/]+$",
|
|
3211
|
+
"required": true,
|
|
3212
|
+
"type": "string"
|
|
3213
|
+
}
|
|
3214
|
+
},
|
|
3215
|
+
"path": "v1alpha/{+parent}/eventEditRules",
|
|
3216
|
+
"response": {
|
|
3217
|
+
"$ref": "GoogleAnalyticsAdminV1alphaListEventEditRulesResponse"
|
|
3218
|
+
},
|
|
3219
|
+
"scopes": [
|
|
3220
|
+
"https://www.googleapis.com/auth/analytics.edit",
|
|
3221
|
+
"https://www.googleapis.com/auth/analytics.readonly"
|
|
3222
|
+
]
|
|
3223
|
+
},
|
|
3224
|
+
"patch": {
|
|
3225
|
+
"description": "Updates an EventEditRule.",
|
|
3226
|
+
"flatPath": "v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventEditRules/{eventEditRulesId}",
|
|
3227
|
+
"httpMethod": "PATCH",
|
|
3228
|
+
"id": "analyticsadmin.properties.dataStreams.eventEditRules.patch",
|
|
3229
|
+
"parameterOrder": [
|
|
3230
|
+
"name"
|
|
3231
|
+
],
|
|
3232
|
+
"parameters": {
|
|
3233
|
+
"name": {
|
|
3234
|
+
"description": "Identifier. Resource name for this EventEditRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventEditRules/{event_edit_rule}",
|
|
3235
|
+
"location": "path",
|
|
3236
|
+
"pattern": "^properties/[^/]+/dataStreams/[^/]+/eventEditRules/[^/]+$",
|
|
3237
|
+
"required": true,
|
|
3238
|
+
"type": "string"
|
|
3239
|
+
},
|
|
3240
|
+
"updateMask": {
|
|
3241
|
+
"description": "Required. The list of fields to be updated. Field names must be in snake case (e.g., \"field_to_update\"). Omitted fields will not be updated. To replace the entire entity, use one path with the string \"*\" to match all fields.",
|
|
3242
|
+
"format": "google-fieldmask",
|
|
3243
|
+
"location": "query",
|
|
3244
|
+
"type": "string"
|
|
3245
|
+
}
|
|
3246
|
+
},
|
|
3247
|
+
"path": "v1alpha/{+name}",
|
|
3248
|
+
"request": {
|
|
3249
|
+
"$ref": "GoogleAnalyticsAdminV1alphaEventEditRule"
|
|
3250
|
+
},
|
|
3251
|
+
"response": {
|
|
3252
|
+
"$ref": "GoogleAnalyticsAdminV1alphaEventEditRule"
|
|
3253
|
+
},
|
|
3254
|
+
"scopes": [
|
|
3255
|
+
"https://www.googleapis.com/auth/analytics.edit"
|
|
3256
|
+
]
|
|
3257
|
+
},
|
|
3258
|
+
"reorder": {
|
|
3259
|
+
"description": "Changes the processing order of event edit rules on the specified stream.",
|
|
3260
|
+
"flatPath": "v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventEditRules:reorder",
|
|
3261
|
+
"httpMethod": "POST",
|
|
3262
|
+
"id": "analyticsadmin.properties.dataStreams.eventEditRules.reorder",
|
|
3263
|
+
"parameterOrder": [
|
|
3264
|
+
"parent"
|
|
3265
|
+
],
|
|
3266
|
+
"parameters": {
|
|
3267
|
+
"parent": {
|
|
3268
|
+
"description": "Required. Example format: properties/123/dataStreams/456",
|
|
3269
|
+
"location": "path",
|
|
3270
|
+
"pattern": "^properties/[^/]+/dataStreams/[^/]+$",
|
|
3271
|
+
"required": true,
|
|
3272
|
+
"type": "string"
|
|
3273
|
+
}
|
|
3274
|
+
},
|
|
3275
|
+
"path": "v1alpha/{+parent}/eventEditRules:reorder",
|
|
3276
|
+
"request": {
|
|
3277
|
+
"$ref": "GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest"
|
|
3278
|
+
},
|
|
3279
|
+
"response": {
|
|
3280
|
+
"$ref": "GoogleProtobufEmpty"
|
|
3281
|
+
},
|
|
3282
|
+
"scopes": [
|
|
3283
|
+
"https://www.googleapis.com/auth/analytics.edit"
|
|
3284
|
+
]
|
|
3285
|
+
}
|
|
3286
|
+
}
|
|
3287
|
+
},
|
|
3106
3288
|
"measurementProtocolSecrets": {
|
|
3107
3289
|
"methods": {
|
|
3108
3290
|
"create": {
|
|
@@ -4704,7 +4886,7 @@
|
|
|
4704
4886
|
}
|
|
4705
4887
|
}
|
|
4706
4888
|
},
|
|
4707
|
-
"revision": "
|
|
4889
|
+
"revision": "20240731",
|
|
4708
4890
|
"rootUrl": "https://analyticsadmin.googleapis.com/",
|
|
4709
4891
|
"schemas": {
|
|
4710
4892
|
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
|
|
@@ -6477,36 +6659,6 @@
|
|
|
6477
6659
|
},
|
|
6478
6660
|
"type": "object"
|
|
6479
6661
|
},
|
|
6480
|
-
"GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest": {
|
|
6481
|
-
"description": "Request message for CreateSubproperty RPC.",
|
|
6482
|
-
"id": "GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest",
|
|
6483
|
-
"properties": {
|
|
6484
|
-
"subproperty": {
|
|
6485
|
-
"$ref": "GoogleAnalyticsAdminV1alphaProperty",
|
|
6486
|
-
"description": "Required. The subproperty to create."
|
|
6487
|
-
},
|
|
6488
|
-
"subpropertyEventFilter": {
|
|
6489
|
-
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",
|
|
6490
|
-
"description": "Optional. The subproperty event filter to create on an ordinary property."
|
|
6491
|
-
}
|
|
6492
|
-
},
|
|
6493
|
-
"type": "object"
|
|
6494
|
-
},
|
|
6495
|
-
"GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse": {
|
|
6496
|
-
"description": "Response message for CreateSubproperty RPC.",
|
|
6497
|
-
"id": "GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse",
|
|
6498
|
-
"properties": {
|
|
6499
|
-
"subproperty": {
|
|
6500
|
-
"$ref": "GoogleAnalyticsAdminV1alphaProperty",
|
|
6501
|
-
"description": "The created subproperty."
|
|
6502
|
-
},
|
|
6503
|
-
"subpropertyEventFilter": {
|
|
6504
|
-
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",
|
|
6505
|
-
"description": "The created subproperty event filter."
|
|
6506
|
-
}
|
|
6507
|
-
},
|
|
6508
|
-
"type": "object"
|
|
6509
|
-
},
|
|
6510
6662
|
"GoogleAnalyticsAdminV1alphaCustomDimension": {
|
|
6511
6663
|
"description": "A definition for a CustomDimension.",
|
|
6512
6664
|
"id": "GoogleAnalyticsAdminV1alphaCustomDimension",
|
|
@@ -7025,6 +7177,41 @@
|
|
|
7025
7177
|
},
|
|
7026
7178
|
"type": "object"
|
|
7027
7179
|
},
|
|
7180
|
+
"GoogleAnalyticsAdminV1alphaEventEditRule": {
|
|
7181
|
+
"description": "An Event Edit Rule defines conditions that will trigger the creation of an entirely new event based upon matched criteria of a source event. Additional mutations of the parameters from the source event can be defined. Unlike Event Create rules, Event Edit Rules are applied in their defined order. Event Edit rules can't be used to modify an event created from an Event Create rule.",
|
|
7182
|
+
"id": "GoogleAnalyticsAdminV1alphaEventEditRule",
|
|
7183
|
+
"properties": {
|
|
7184
|
+
"displayName": {
|
|
7185
|
+
"description": "Required. The display name of this event edit rule. Maximum of 255 characters.",
|
|
7186
|
+
"type": "string"
|
|
7187
|
+
},
|
|
7188
|
+
"eventConditions": {
|
|
7189
|
+
"description": "Required. Conditions on the source event must match for this rule to be applied. Must have at least one condition, and can have up to 10 max.",
|
|
7190
|
+
"items": {
|
|
7191
|
+
"$ref": "GoogleAnalyticsAdminV1alphaMatchingCondition"
|
|
7192
|
+
},
|
|
7193
|
+
"type": "array"
|
|
7194
|
+
},
|
|
7195
|
+
"name": {
|
|
7196
|
+
"description": "Identifier. Resource name for this EventEditRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventEditRules/{event_edit_rule}",
|
|
7197
|
+
"type": "string"
|
|
7198
|
+
},
|
|
7199
|
+
"parameterMutations": {
|
|
7200
|
+
"description": "Required. Parameter mutations define parameter behavior on the new event, and are applied in order. A maximum of 20 mutations can be applied.",
|
|
7201
|
+
"items": {
|
|
7202
|
+
"$ref": "GoogleAnalyticsAdminV1alphaParameterMutation"
|
|
7203
|
+
},
|
|
7204
|
+
"type": "array"
|
|
7205
|
+
},
|
|
7206
|
+
"processingOrder": {
|
|
7207
|
+
"description": "Output only. The order for which this rule will be processed. Rules with an order value lower than this will be processed before this rule, rules with an order value higher than this will be processed after this rule. New event edit rules will be assigned an order value at the end of the order. This value does not apply to event create rules.",
|
|
7208
|
+
"format": "int64",
|
|
7209
|
+
"readOnly": true,
|
|
7210
|
+
"type": "string"
|
|
7211
|
+
}
|
|
7212
|
+
},
|
|
7213
|
+
"type": "object"
|
|
7214
|
+
},
|
|
7028
7215
|
"GoogleAnalyticsAdminV1alphaEventMapping": {
|
|
7029
7216
|
"description": "Event setting conditions to match an event.",
|
|
7030
7217
|
"id": "GoogleAnalyticsAdminV1alphaEventMapping",
|
|
@@ -7779,6 +7966,24 @@
|
|
|
7779
7966
|
},
|
|
7780
7967
|
"type": "object"
|
|
7781
7968
|
},
|
|
7969
|
+
"GoogleAnalyticsAdminV1alphaListEventEditRulesResponse": {
|
|
7970
|
+
"description": "Response message for ListEventEditRules RPC.",
|
|
7971
|
+
"id": "GoogleAnalyticsAdminV1alphaListEventEditRulesResponse",
|
|
7972
|
+
"properties": {
|
|
7973
|
+
"eventEditRules": {
|
|
7974
|
+
"description": "List of EventEditRules. These will be ordered stably, but in an arbitrary order.",
|
|
7975
|
+
"items": {
|
|
7976
|
+
"$ref": "GoogleAnalyticsAdminV1alphaEventEditRule"
|
|
7977
|
+
},
|
|
7978
|
+
"type": "array"
|
|
7979
|
+
},
|
|
7980
|
+
"nextPageToken": {
|
|
7981
|
+
"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.",
|
|
7982
|
+
"type": "string"
|
|
7983
|
+
}
|
|
7984
|
+
},
|
|
7985
|
+
"type": "object"
|
|
7986
|
+
},
|
|
7782
7987
|
"GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse": {
|
|
7783
7988
|
"description": "Response message for ListExpandedDataSets RPC.",
|
|
7784
7989
|
"id": "GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse",
|
|
@@ -8297,6 +8502,50 @@
|
|
|
8297
8502
|
},
|
|
8298
8503
|
"type": "object"
|
|
8299
8504
|
},
|
|
8505
|
+
"GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest": {
|
|
8506
|
+
"description": "Request message for CreateSubproperty RPC.",
|
|
8507
|
+
"id": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest",
|
|
8508
|
+
"properties": {
|
|
8509
|
+
"subproperty": {
|
|
8510
|
+
"$ref": "GoogleAnalyticsAdminV1alphaProperty",
|
|
8511
|
+
"description": "Required. The subproperty to create."
|
|
8512
|
+
},
|
|
8513
|
+
"subpropertyEventFilter": {
|
|
8514
|
+
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",
|
|
8515
|
+
"description": "Optional. The subproperty event filter to create on an ordinary property."
|
|
8516
|
+
}
|
|
8517
|
+
},
|
|
8518
|
+
"type": "object"
|
|
8519
|
+
},
|
|
8520
|
+
"GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse": {
|
|
8521
|
+
"description": "Response message for ProvisionSubproperty RPC.",
|
|
8522
|
+
"id": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse",
|
|
8523
|
+
"properties": {
|
|
8524
|
+
"subproperty": {
|
|
8525
|
+
"$ref": "GoogleAnalyticsAdminV1alphaProperty",
|
|
8526
|
+
"description": "The created subproperty."
|
|
8527
|
+
},
|
|
8528
|
+
"subpropertyEventFilter": {
|
|
8529
|
+
"$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",
|
|
8530
|
+
"description": "The created subproperty event filter."
|
|
8531
|
+
}
|
|
8532
|
+
},
|
|
8533
|
+
"type": "object"
|
|
8534
|
+
},
|
|
8535
|
+
"GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest": {
|
|
8536
|
+
"description": "Request message for ReorderEventEditRules RPC.",
|
|
8537
|
+
"id": "GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest",
|
|
8538
|
+
"properties": {
|
|
8539
|
+
"eventEditRules": {
|
|
8540
|
+
"description": "Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.",
|
|
8541
|
+
"items": {
|
|
8542
|
+
"type": "string"
|
|
8543
|
+
},
|
|
8544
|
+
"type": "array"
|
|
8545
|
+
}
|
|
8546
|
+
},
|
|
8547
|
+
"type": "object"
|
|
8548
|
+
},
|
|
8300
8549
|
"GoogleAnalyticsAdminV1alphaRollupPropertySourceLink": {
|
|
8301
8550
|
"description": "A link that references a source property under the parent rollup property.",
|
|
8302
8551
|
"id": "GoogleAnalyticsAdminV1alphaRollupPropertySourceLink",
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
442
|
},
|
|
443
|
-
"revision": "
|
|
443
|
+
"revision": "20240731",
|
|
444
444
|
"rootUrl": "https://analyticsdata.googleapis.com/",
|
|
445
445
|
"schemas": {
|
|
446
446
|
"ActiveMetricRestriction": {
|
|
@@ -2037,7 +2037,7 @@
|
|
|
2037
2037
|
"type": "string"
|
|
2038
2038
|
},
|
|
2039
2039
|
"metricAggregations": {
|
|
2040
|
-
"description": "Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to \"RESERVED_(MetricAggregation)\".",
|
|
2040
|
+
"description": "Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to \"RESERVED_(MetricAggregation)\". Aggregates including both comparisons and multiple date ranges will be aggregated based on the date ranges.",
|
|
2041
2041
|
"items": {
|
|
2042
2042
|
"enum": [
|
|
2043
2043
|
"METRIC_AGGREGATION_UNSPECIFIED",
|
|
@@ -2074,7 +2074,7 @@
|
|
|
2074
2074
|
"type": "string"
|
|
2075
2075
|
},
|
|
2076
2076
|
"orderBys": {
|
|
2077
|
-
"description": "Specifies how rows are ordered in the response.",
|
|
2077
|
+
"description": "Specifies how rows are ordered in the response. Requests including both comparisons and multiple date ranges will have order bys applied on the comparisons.",
|
|
2078
2078
|
"items": {
|
|
2079
2079
|
"$ref": "OrderBy"
|
|
2080
2080
|
},
|
|
@@ -1241,7 +1241,7 @@
|
|
|
1241
1241
|
}
|
|
1242
1242
|
}
|
|
1243
1243
|
},
|
|
1244
|
-
"revision": "
|
|
1244
|
+
"revision": "20240728",
|
|
1245
1245
|
"rootUrl": "https://chat.googleapis.com/",
|
|
1246
1246
|
"schemas": {
|
|
1247
1247
|
"AccessSettings": {
|
|
@@ -1892,7 +1892,7 @@
|
|
|
1892
1892
|
},
|
|
1893
1893
|
"message": {
|
|
1894
1894
|
"$ref": "Message",
|
|
1895
|
-
"description": "
|
|
1895
|
+
"description": "For `ADDED_TO_SPACE`, `CARD_CLICKED`, and `MESSAGE` interaction events, the message that triggered the interaction event, if applicable."
|
|
1896
1896
|
},
|
|
1897
1897
|
"space": {
|
|
1898
1898
|
"$ref": "Space",
|
|
@@ -2368,7 +2368,7 @@
|
|
|
2368
2368
|
"type": "object"
|
|
2369
2369
|
},
|
|
2370
2370
|
"GoogleAppsCardV1Columns": {
|
|
2371
|
-
"description": "The `Columns` widget displays up to 2 columns in a card or dialog. You can add widgets to each column; the widgets appear in the order that they are specified. For an example in Google Chat apps, see [Display cards and dialogs in columns](https://developers.google.com/workspace/chat/format-structure-card-dialog#display_cards_and_dialogs_in_columns). The height of each column is determined by the taller column. For example, if the first column is taller than the second column, both columns have the height of the first column. Because each column can contain a different number of widgets, you can't define rows or align widgets between the columns. Columns are displayed side-by-side. You can customize the width of each column using the `HorizontalSizeStyle` field. If the user's screen width is too narrow, the second column wraps below the first: * On web, the second column wraps if the screen width is less than or equal to 480 pixels. * On iOS devices, the second column wraps if the screen width is less than or equal to 300 pt. * On Android devices, the second column wraps if the screen width is less than or equal to 320 dp. To include more than 2 columns, or to use rows, use the `Grid` widget. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):
|
|
2371
|
+
"description": "The `Columns` widget displays up to 2 columns in a card or dialog. You can add widgets to each column; the widgets appear in the order that they are specified. For an example in Google Chat apps, see [Display cards and dialogs in columns](https://developers.google.com/workspace/chat/format-structure-card-dialog#display_cards_and_dialogs_in_columns). The height of each column is determined by the taller column. For example, if the first column is taller than the second column, both columns have the height of the first column. Because each column can contain a different number of widgets, you can't define rows or align widgets between the columns. Columns are displayed side-by-side. You can customize the width of each column using the `HorizontalSizeStyle` field. If the user's screen width is too narrow, the second column wraps below the first: * On web, the second column wraps if the screen width is less than or equal to 480 pixels. * On iOS devices, the second column wraps if the screen width is less than or equal to 300 pt. * On Android devices, the second column wraps if the screen width is less than or equal to 320 dp. To include more than 2 columns, or to use rows, use the `Grid` widget. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
|
|
2372
2372
|
"id": "GoogleAppsCardV1Columns",
|
|
2373
2373
|
"properties": {
|
|
2374
2374
|
"columnItems": {
|
|
@@ -2843,7 +2843,7 @@
|
|
|
2843
2843
|
"A set of radio buttons. Users can select one radio button.",
|
|
2844
2844
|
"A set of switches. Users can turn on one or more switches.",
|
|
2845
2845
|
"A dropdown menu. Users can select one item from the menu.",
|
|
2846
|
-
"A multiselect menu for static or dynamic data. From the menu bar, users select one or more items. Users can also input values to populate dynamic data. For example, users can start typing the name of a Google Chat space and the widget autosuggests the space. To populate items for a multiselect menu, you can use one of the following types of data sources: * Static data: Items are specified as `SelectionItem` objects in the widget. Up to 100 items. * Google Workspace data: Items are populated using data from Google Workspace, such as Google Workspace users or Google Chat spaces. * External data: Items are populated from an external data source outside of Google Workspace. For examples of how to implement multiselect menus, see [Add a multiselect menu](https://developers.google.com/workspace/chat/design-interactive-card-dialog#multiselect-menu). [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):
|
|
2846
|
+
"A multiselect menu for static or dynamic data. From the menu bar, users select one or more items. Users can also input values to populate dynamic data. For example, users can start typing the name of a Google Chat space and the widget autosuggests the space. To populate items for a multiselect menu, you can use one of the following types of data sources: * Static data: Items are specified as `SelectionItem` objects in the widget. Up to 100 items. * Google Workspace data: Items are populated using data from Google Workspace, such as Google Workspace users or Google Chat spaces. * External data: Items are populated from an external data source outside of Google Workspace. For examples of how to implement multiselect menus, see [Add a multiselect menu](https://developers.google.com/workspace/chat/design-interactive-card-dialog#multiselect-menu). [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):"
|
|
2847
2847
|
],
|
|
2848
2848
|
"type": "string"
|
|
2849
2849
|
}
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
559
|
},
|
|
560
|
-
"revision": "
|
|
560
|
+
"revision": "20240729",
|
|
561
561
|
"rootUrl": "https://chromepolicy.googleapis.com/",
|
|
562
562
|
"schemas": {
|
|
563
563
|
"GoogleChromePolicyVersionsV1AdditionalTargetKeyName": {
|
|
@@ -966,7 +966,7 @@
|
|
|
966
966
|
"type": "string"
|
|
967
967
|
},
|
|
968
968
|
"scheduledToDeprecatePolicies": {
|
|
969
|
-
"description": "Corresponding to deprecated_in_favor_of, the fully qualified namespace(s) of the old policies that will be deprecated because of introduction of this policy.
|
|
969
|
+
"description": "Corresponding to deprecated_in_favor_of, the fully qualified namespace(s) of the old policies that will be deprecated because of introduction of this policy.",
|
|
970
970
|
"items": {
|
|
971
971
|
"type": "string"
|
|
972
972
|
},
|