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
|
@@ -4109,6 +4109,35 @@
|
|
|
4109
4109
|
"https://www.googleapis.com/auth/cloud-platform"
|
|
4110
4110
|
]
|
|
4111
4111
|
},
|
|
4112
|
+
"rollback": {
|
|
4113
|
+
"description": "Rolls back messages from the HL7 store to the specified time. This method returns an Operation that can be used to track the status of the rollback by calling GetOperation. Immediate fatal errors appear in the error field, errors are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the operation finishes, a detailed response of type RollbackHl7V2MessagesResponse is returned in the response field. The metadata field type for this operation is OperationMetadata.",
|
|
4114
|
+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/hl7V2Stores/{hl7V2StoresId}:rollback",
|
|
4115
|
+
"httpMethod": "POST",
|
|
4116
|
+
"id": "healthcare.projects.locations.datasets.hl7V2Stores.rollback",
|
|
4117
|
+
"parameterOrder": [
|
|
4118
|
+
"name"
|
|
4119
|
+
],
|
|
4120
|
+
"parameters": {
|
|
4121
|
+
"name": {
|
|
4122
|
+
"description": "Required. The name of the HL7v2 store to rollback, in the format of \"projects/{project_id}/locations/{location_id}/datasets/{dataset_id} /hl7V2Stores/{hl7v2_store_id}\".",
|
|
4123
|
+
"location": "path",
|
|
4124
|
+
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/hl7V2Stores/[^/]+$",
|
|
4125
|
+
"required": true,
|
|
4126
|
+
"type": "string"
|
|
4127
|
+
}
|
|
4128
|
+
},
|
|
4129
|
+
"path": "v1/{+name}:rollback",
|
|
4130
|
+
"request": {
|
|
4131
|
+
"$ref": "RollbackHl7V2MessagesRequest"
|
|
4132
|
+
},
|
|
4133
|
+
"response": {
|
|
4134
|
+
"$ref": "Operation"
|
|
4135
|
+
},
|
|
4136
|
+
"scopes": [
|
|
4137
|
+
"https://www.googleapis.com/auth/cloud-healthcare",
|
|
4138
|
+
"https://www.googleapis.com/auth/cloud-platform"
|
|
4139
|
+
]
|
|
4140
|
+
},
|
|
4112
4141
|
"setIamPolicy": {
|
|
4113
4142
|
"description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
|
|
4114
4143
|
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/hl7V2Stores/{hl7V2StoresId}:setIamPolicy",
|
|
@@ -4554,7 +4583,7 @@
|
|
|
4554
4583
|
}
|
|
4555
4584
|
}
|
|
4556
4585
|
},
|
|
4557
|
-
"revision": "
|
|
4586
|
+
"revision": "20240731",
|
|
4558
4587
|
"rootUrl": "https://healthcare.googleapis.com/",
|
|
4559
4588
|
"schemas": {
|
|
4560
4589
|
"ActivateConsentRequest": {
|
|
@@ -7188,6 +7217,82 @@
|
|
|
7188
7217
|
},
|
|
7189
7218
|
"type": "object"
|
|
7190
7219
|
},
|
|
7220
|
+
"RollbackHL7MessagesFilteringFields": {
|
|
7221
|
+
"description": "Filtering fields for an HL7 rollback. Currently only supports a list of operation ids to roll back.",
|
|
7222
|
+
"id": "RollbackHL7MessagesFilteringFields",
|
|
7223
|
+
"properties": {
|
|
7224
|
+
"operationIds": {
|
|
7225
|
+
"description": "Optional. A list of operation IDs to roll back.",
|
|
7226
|
+
"items": {
|
|
7227
|
+
"format": "uint64",
|
|
7228
|
+
"type": "string"
|
|
7229
|
+
},
|
|
7230
|
+
"type": "array"
|
|
7231
|
+
}
|
|
7232
|
+
},
|
|
7233
|
+
"type": "object"
|
|
7234
|
+
},
|
|
7235
|
+
"RollbackHl7V2MessagesRequest": {
|
|
7236
|
+
"description": "Point in time recovery rollback request.",
|
|
7237
|
+
"id": "RollbackHl7V2MessagesRequest",
|
|
7238
|
+
"properties": {
|
|
7239
|
+
"changeType": {
|
|
7240
|
+
"description": "Optional. CREATE/UPDATE/DELETE/ALL for reverting all txns of a certain type.",
|
|
7241
|
+
"enum": [
|
|
7242
|
+
"CHANGE_TYPE_UNSPECIFIED",
|
|
7243
|
+
"ALL",
|
|
7244
|
+
"CREATE",
|
|
7245
|
+
"UPDATE",
|
|
7246
|
+
"DELETE"
|
|
7247
|
+
],
|
|
7248
|
+
"enumDescriptions": [
|
|
7249
|
+
"When unspecified, revert all transactions",
|
|
7250
|
+
"All transactions",
|
|
7251
|
+
"Revert only CREATE transactions",
|
|
7252
|
+
"Revert only Update transactions",
|
|
7253
|
+
"Revert only Delete transactions"
|
|
7254
|
+
],
|
|
7255
|
+
"type": "string"
|
|
7256
|
+
},
|
|
7257
|
+
"excludeRollbacks": {
|
|
7258
|
+
"description": "Optional. Specifies whether to exclude earlier rollbacks.",
|
|
7259
|
+
"type": "boolean"
|
|
7260
|
+
},
|
|
7261
|
+
"filteringFields": {
|
|
7262
|
+
"$ref": "RollbackHL7MessagesFilteringFields",
|
|
7263
|
+
"description": "Optional. Parameters for filtering."
|
|
7264
|
+
},
|
|
7265
|
+
"force": {
|
|
7266
|
+
"description": "Optional. When enabled, changes will be reverted without explicit confirmation.",
|
|
7267
|
+
"type": "boolean"
|
|
7268
|
+
},
|
|
7269
|
+
"inputGcsObject": {
|
|
7270
|
+
"description": "Optional. Cloud storage object containing list of {resourceId} lines, identifying resources to be reverted",
|
|
7271
|
+
"type": "string"
|
|
7272
|
+
},
|
|
7273
|
+
"resultGcsBucket": {
|
|
7274
|
+
"description": "Required. Bucket to deposit result",
|
|
7275
|
+
"type": "string"
|
|
7276
|
+
},
|
|
7277
|
+
"rollbackTime": {
|
|
7278
|
+
"description": "Required. Times point to rollback to.",
|
|
7279
|
+
"format": "google-datetime",
|
|
7280
|
+
"type": "string"
|
|
7281
|
+
}
|
|
7282
|
+
},
|
|
7283
|
+
"type": "object"
|
|
7284
|
+
},
|
|
7285
|
+
"RollbackHl7V2MessagesResponse": {
|
|
7286
|
+
"description": "Final response of rollback HL7v2 messages request.",
|
|
7287
|
+
"id": "RollbackHl7V2MessagesResponse",
|
|
7288
|
+
"properties": {
|
|
7289
|
+
"hl7v2Store": {
|
|
7290
|
+
"description": "The name of the HL7 store to rollback, in the format of \"projects/{project_id}/locations/{location_id}/datasets/{dataset_id} /hl7v2Stores/{hl7v2_store_id}\".",
|
|
7291
|
+
"type": "string"
|
|
7292
|
+
}
|
|
7293
|
+
},
|
|
7294
|
+
"type": "object"
|
|
7295
|
+
},
|
|
7191
7296
|
"SchemaConfig": {
|
|
7192
7297
|
"description": "Configuration for the FHIR BigQuery schema. Determines how the server generates the schema.",
|
|
7193
7298
|
"id": "SchemaConfig",
|
|
@@ -5174,6 +5174,35 @@
|
|
|
5174
5174
|
"https://www.googleapis.com/auth/cloud-platform"
|
|
5175
5175
|
]
|
|
5176
5176
|
},
|
|
5177
|
+
"rollback": {
|
|
5178
|
+
"description": "Rolls back messages from the HL7 store to the specified time. This method returns an Operation that can be used to track the status of the rollback by calling GetOperation. Immediate fatal errors appear in the error field, errors are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the operation finishes, a detailed response of type RollbackHl7V2MessagesResponse is returned in the response field. The metadata field type for this operation is OperationMetadata.",
|
|
5179
|
+
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/hl7V2Stores/{hl7V2StoresId}:rollback",
|
|
5180
|
+
"httpMethod": "POST",
|
|
5181
|
+
"id": "healthcare.projects.locations.datasets.hl7V2Stores.rollback",
|
|
5182
|
+
"parameterOrder": [
|
|
5183
|
+
"name"
|
|
5184
|
+
],
|
|
5185
|
+
"parameters": {
|
|
5186
|
+
"name": {
|
|
5187
|
+
"description": "Required. The name of the HL7v2 store to rollback, in the format of \"projects/{project_id}/locations/{location_id}/datasets/{dataset_id} /hl7V2Stores/{hl7v2_store_id}\".",
|
|
5188
|
+
"location": "path",
|
|
5189
|
+
"pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/hl7V2Stores/[^/]+$",
|
|
5190
|
+
"required": true,
|
|
5191
|
+
"type": "string"
|
|
5192
|
+
}
|
|
5193
|
+
},
|
|
5194
|
+
"path": "v1beta1/{+name}:rollback",
|
|
5195
|
+
"request": {
|
|
5196
|
+
"$ref": "RollbackHl7V2MessagesRequest"
|
|
5197
|
+
},
|
|
5198
|
+
"response": {
|
|
5199
|
+
"$ref": "Operation"
|
|
5200
|
+
},
|
|
5201
|
+
"scopes": [
|
|
5202
|
+
"https://www.googleapis.com/auth/cloud-healthcare",
|
|
5203
|
+
"https://www.googleapis.com/auth/cloud-platform"
|
|
5204
|
+
]
|
|
5205
|
+
},
|
|
5177
5206
|
"setIamPolicy": {
|
|
5178
5207
|
"description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
|
|
5179
5208
|
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/hl7V2Stores/{hl7V2StoresId}:setIamPolicy",
|
|
@@ -5672,7 +5701,7 @@
|
|
|
5672
5701
|
}
|
|
5673
5702
|
}
|
|
5674
5703
|
},
|
|
5675
|
-
"revision": "
|
|
5704
|
+
"revision": "20240731",
|
|
5676
5705
|
"rootUrl": "https://healthcare.googleapis.com/",
|
|
5677
5706
|
"schemas": {
|
|
5678
5707
|
"AccessDeterminationLogConfig": {
|
|
@@ -9607,6 +9636,82 @@
|
|
|
9607
9636
|
},
|
|
9608
9637
|
"type": "object"
|
|
9609
9638
|
},
|
|
9639
|
+
"RollbackHL7MessagesFilteringFields": {
|
|
9640
|
+
"description": "Filtering fields for an HL7 rollback. Currently only supports a list of operation ids to roll back.",
|
|
9641
|
+
"id": "RollbackHL7MessagesFilteringFields",
|
|
9642
|
+
"properties": {
|
|
9643
|
+
"operationIds": {
|
|
9644
|
+
"description": "Optional. A list of operation IDs to roll back.",
|
|
9645
|
+
"items": {
|
|
9646
|
+
"format": "uint64",
|
|
9647
|
+
"type": "string"
|
|
9648
|
+
},
|
|
9649
|
+
"type": "array"
|
|
9650
|
+
}
|
|
9651
|
+
},
|
|
9652
|
+
"type": "object"
|
|
9653
|
+
},
|
|
9654
|
+
"RollbackHl7V2MessagesRequest": {
|
|
9655
|
+
"description": "Point in time recovery rollback request.",
|
|
9656
|
+
"id": "RollbackHl7V2MessagesRequest",
|
|
9657
|
+
"properties": {
|
|
9658
|
+
"changeType": {
|
|
9659
|
+
"description": "Optional. CREATE/UPDATE/DELETE/ALL for reverting all txns of a certain type.",
|
|
9660
|
+
"enum": [
|
|
9661
|
+
"CHANGE_TYPE_UNSPECIFIED",
|
|
9662
|
+
"ALL",
|
|
9663
|
+
"CREATE",
|
|
9664
|
+
"UPDATE",
|
|
9665
|
+
"DELETE"
|
|
9666
|
+
],
|
|
9667
|
+
"enumDescriptions": [
|
|
9668
|
+
"When unspecified, revert all transactions",
|
|
9669
|
+
"All transactions",
|
|
9670
|
+
"Revert only CREATE transactions",
|
|
9671
|
+
"Revert only Update transactions",
|
|
9672
|
+
"Revert only Delete transactions"
|
|
9673
|
+
],
|
|
9674
|
+
"type": "string"
|
|
9675
|
+
},
|
|
9676
|
+
"excludeRollbacks": {
|
|
9677
|
+
"description": "Optional. Specifies whether to exclude earlier rollbacks.",
|
|
9678
|
+
"type": "boolean"
|
|
9679
|
+
},
|
|
9680
|
+
"filteringFields": {
|
|
9681
|
+
"$ref": "RollbackHL7MessagesFilteringFields",
|
|
9682
|
+
"description": "Optional. Parameters for filtering."
|
|
9683
|
+
},
|
|
9684
|
+
"force": {
|
|
9685
|
+
"description": "Optional. When enabled, changes will be reverted without explicit confirmation.",
|
|
9686
|
+
"type": "boolean"
|
|
9687
|
+
},
|
|
9688
|
+
"inputGcsObject": {
|
|
9689
|
+
"description": "Optional. Cloud storage object containing list of {resourceId} lines, identifying resources to be reverted",
|
|
9690
|
+
"type": "string"
|
|
9691
|
+
},
|
|
9692
|
+
"resultGcsBucket": {
|
|
9693
|
+
"description": "Required. Bucket to deposit result",
|
|
9694
|
+
"type": "string"
|
|
9695
|
+
},
|
|
9696
|
+
"rollbackTime": {
|
|
9697
|
+
"description": "Required. Times point to rollback to.",
|
|
9698
|
+
"format": "google-datetime",
|
|
9699
|
+
"type": "string"
|
|
9700
|
+
}
|
|
9701
|
+
},
|
|
9702
|
+
"type": "object"
|
|
9703
|
+
},
|
|
9704
|
+
"RollbackHl7V2MessagesResponse": {
|
|
9705
|
+
"description": "Final response of rollback FHIR resources request.",
|
|
9706
|
+
"id": "RollbackHl7V2MessagesResponse",
|
|
9707
|
+
"properties": {
|
|
9708
|
+
"hl7v2Store": {
|
|
9709
|
+
"description": "The name of the HL7 store to rollback, in the format of \"projects/{project_id}/locations/{location_id}/datasets/{dataset_id} /hl7v2Stores/{fhir_store_id}\".",
|
|
9710
|
+
"type": "string"
|
|
9711
|
+
}
|
|
9712
|
+
},
|
|
9713
|
+
"type": "object"
|
|
9714
|
+
},
|
|
9610
9715
|
"SchemaConfig": {
|
|
9611
9716
|
"description": "Configuration for the FHIR BigQuery schema. Determines how the server generates the schema.",
|
|
9612
9717
|
"id": "SchemaConfig",
|
|
@@ -988,7 +988,7 @@
|
|
|
988
988
|
]
|
|
989
989
|
},
|
|
990
990
|
"delete": {
|
|
991
|
-
"description": "Deletes a custom Role. When you delete a custom role, the following changes occur immediately: * You cannot bind a principal to the custom role in an IAM Policy. * Existing bindings to the custom role are not changed, but they have no effect. * By default, the response from ListRoles does not include the custom role. A deleted custom role still counts toward the [custom role limit](/iam/
|
|
991
|
+
"description": "Deletes a custom Role. When you delete a custom role, the following changes occur immediately: * You cannot bind a principal to the custom role in an IAM Policy. * Existing bindings to the custom role are not changed, but they have no effect. * By default, the response from ListRoles does not include the custom role. A deleted custom role still counts toward the [custom role limit](https://cloud.google.com/iam/help/limits) until it is permanently deleted. You have 7 days to undelete the custom role. After 7 days, the following changes occur: * The custom role is permanently deleted and cannot be recovered. * If an IAM policy contains a binding to the custom role, the binding is permanently removed. * The custom role no longer counts toward your custom role limit.",
|
|
992
992
|
"flatPath": "v1/organizations/{organizationsId}/roles/{rolesId}",
|
|
993
993
|
"httpMethod": "DELETE",
|
|
994
994
|
"id": "iam.organizations.roles.delete",
|
|
@@ -2288,7 +2288,7 @@
|
|
|
2288
2288
|
]
|
|
2289
2289
|
},
|
|
2290
2290
|
"delete": {
|
|
2291
|
-
"description": "Deletes a custom Role. When you delete a custom role, the following changes occur immediately: * You cannot bind a principal to the custom role in an IAM Policy. * Existing bindings to the custom role are not changed, but they have no effect. * By default, the response from ListRoles does not include the custom role. A deleted custom role still counts toward the [custom role limit](/iam/
|
|
2291
|
+
"description": "Deletes a custom Role. When you delete a custom role, the following changes occur immediately: * You cannot bind a principal to the custom role in an IAM Policy. * Existing bindings to the custom role are not changed, but they have no effect. * By default, the response from ListRoles does not include the custom role. A deleted custom role still counts toward the [custom role limit](https://cloud.google.com/iam/help/limits) until it is permanently deleted. You have 7 days to undelete the custom role. After 7 days, the following changes occur: * The custom role is permanently deleted and cannot be recovered. * If an IAM policy contains a binding to the custom role, the binding is permanently removed. * The custom role no longer counts toward your custom role limit.",
|
|
2292
2292
|
"flatPath": "v1/projects/{projectsId}/roles/{rolesId}",
|
|
2293
2293
|
"httpMethod": "DELETE",
|
|
2294
2294
|
"id": "iam.projects.roles.delete",
|
|
@@ -3188,7 +3188,7 @@
|
|
|
3188
3188
|
}
|
|
3189
3189
|
}
|
|
3190
3190
|
},
|
|
3191
|
-
"revision": "
|
|
3191
|
+
"revision": "20240725",
|
|
3192
3192
|
"rootUrl": "https://iam.googleapis.com/",
|
|
3193
3193
|
"schemas": {
|
|
3194
3194
|
"AccessRestrictions": {
|
|
@@ -4418,7 +4418,7 @@
|
|
|
4418
4418
|
"type": "string"
|
|
4419
4419
|
},
|
|
4420
4420
|
"pageSize": {
|
|
4421
|
-
"description": "Optional limit on the number of roles to include in the response. The default is 300, and the maximum is
|
|
4421
|
+
"description": "Optional limit on the number of roles to include in the response. The default is 300, and the maximum is 2,000.",
|
|
4422
4422
|
"format": "int32",
|
|
4423
4423
|
"type": "integer"
|
|
4424
4424
|
},
|
|
@@ -8424,7 +8424,7 @@
|
|
|
8424
8424
|
}
|
|
8425
8425
|
}
|
|
8426
8426
|
},
|
|
8427
|
-
"revision": "
|
|
8427
|
+
"revision": "20240726",
|
|
8428
8428
|
"rootUrl": "https://logging.googleapis.com/",
|
|
8429
8429
|
"schemas": {
|
|
8430
8430
|
"AuditConfig": {
|
|
@@ -8982,7 +8982,7 @@
|
|
|
8982
8982
|
"type": "string"
|
|
8983
8983
|
},
|
|
8984
8984
|
"fieldPath": {
|
|
8985
|
-
"description": "Required. The LogEntry field path to index.Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation( https://cloud.google.com/logging/docs/
|
|
8985
|
+
"description": "Required. The LogEntry field path to index.Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation( https://cloud.google.com/logging/docs/analyze/custom-index) for details.For example: jsonPayload.request.status",
|
|
8986
8986
|
"type": "string"
|
|
8987
8987
|
},
|
|
8988
8988
|
"type": {
|
|
@@ -9252,7 +9252,7 @@
|
|
|
9252
9252
|
"type": "array"
|
|
9253
9253
|
},
|
|
9254
9254
|
"resourceNames": {
|
|
9255
|
-
"description": "Required. Names of one or more parent resources from which to retrieve log entries
|
|
9255
|
+
"description": "Required. Names of one or more parent resources from which to retrieve log entries. Resources may either be resource containers or specific LogViews. For the case of resource containers, all logs ingested into that container will be returned regardless of which LogBuckets they are actually stored in - i.e. these queries may fan out to multiple regions. In the event of region unavailability, specify a specific set of LogViews that do not include the unavailable region. projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]Projects listed in the project_ids field are added to this list. A maximum of 100 resources may be specified in a single request.",
|
|
9256
9256
|
"items": {
|
|
9257
9257
|
"type": "string"
|
|
9258
9258
|
},
|
|
@@ -279,69 +279,6 @@
|
|
|
279
279
|
}
|
|
280
280
|
},
|
|
281
281
|
"resources": {
|
|
282
|
-
"accounttax": {
|
|
283
|
-
"methods": {
|
|
284
|
-
"get": {
|
|
285
|
-
"description": "Returns the tax rules that match the conditions of GetAccountTaxRequest",
|
|
286
|
-
"flatPath": "accounts/v1beta/accounts/{accountsId}/accounttax/{accounttaxId}",
|
|
287
|
-
"httpMethod": "GET",
|
|
288
|
-
"id": "merchantapi.accounts.accounttax.get",
|
|
289
|
-
"parameterOrder": [
|
|
290
|
-
"name"
|
|
291
|
-
],
|
|
292
|
-
"parameters": {
|
|
293
|
-
"name": {
|
|
294
|
-
"description": "Required. The name from which tax settings will be retrieved",
|
|
295
|
-
"location": "path",
|
|
296
|
-
"pattern": "^accounts/[^/]+/accounttax/[^/]+$",
|
|
297
|
-
"required": true,
|
|
298
|
-
"type": "string"
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
"path": "accounts/v1beta/{+name}",
|
|
302
|
-
"response": {
|
|
303
|
-
"$ref": "AccountTax"
|
|
304
|
-
},
|
|
305
|
-
"scopes": [
|
|
306
|
-
"https://www.googleapis.com/auth/content"
|
|
307
|
-
]
|
|
308
|
-
},
|
|
309
|
-
"patch": {
|
|
310
|
-
"description": "Updates the tax settings of the account.",
|
|
311
|
-
"flatPath": "accounts/v1beta/accounts/{accountsId}/accounttax/{accounttaxId}",
|
|
312
|
-
"httpMethod": "PATCH",
|
|
313
|
-
"id": "merchantapi.accounts.accounttax.patch",
|
|
314
|
-
"parameterOrder": [
|
|
315
|
-
"name"
|
|
316
|
-
],
|
|
317
|
-
"parameters": {
|
|
318
|
-
"name": {
|
|
319
|
-
"description": "Identifier. The name of the tax setting. Format: \"{account_tax.name=accounts/{account}}\"",
|
|
320
|
-
"location": "path",
|
|
321
|
-
"pattern": "^accounts/[^/]+/accounttax/[^/]+$",
|
|
322
|
-
"required": true,
|
|
323
|
-
"type": "string"
|
|
324
|
-
},
|
|
325
|
-
"updateMask": {
|
|
326
|
-
"description": "The list of fields to be updated",
|
|
327
|
-
"format": "google-fieldmask",
|
|
328
|
-
"location": "query",
|
|
329
|
-
"type": "string"
|
|
330
|
-
}
|
|
331
|
-
},
|
|
332
|
-
"path": "accounts/v1beta/{+name}",
|
|
333
|
-
"request": {
|
|
334
|
-
"$ref": "AccountTax"
|
|
335
|
-
},
|
|
336
|
-
"response": {
|
|
337
|
-
"$ref": "AccountTax"
|
|
338
|
-
},
|
|
339
|
-
"scopes": [
|
|
340
|
-
"https://www.googleapis.com/auth/content"
|
|
341
|
-
]
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
},
|
|
345
282
|
"businessIdentity": {
|
|
346
283
|
"methods": {
|
|
347
284
|
"getBusinessIdentity": {
|
|
@@ -1417,7 +1354,7 @@
|
|
|
1417
1354
|
}
|
|
1418
1355
|
}
|
|
1419
1356
|
},
|
|
1420
|
-
"revision": "
|
|
1357
|
+
"revision": "20240729",
|
|
1421
1358
|
"rootUrl": "https://merchantapi.googleapis.com/",
|
|
1422
1359
|
"schemas": {
|
|
1423
1360
|
"AcceptTermsOfService": {
|
|
@@ -1538,30 +1475,6 @@
|
|
|
1538
1475
|
},
|
|
1539
1476
|
"type": "object"
|
|
1540
1477
|
},
|
|
1541
|
-
"AccountTax": {
|
|
1542
|
-
"description": "The tax settings of a merchant account. All methods require the admin role.",
|
|
1543
|
-
"id": "AccountTax",
|
|
1544
|
-
"properties": {
|
|
1545
|
-
"account": {
|
|
1546
|
-
"description": "Output only. The ID of the account to which these account tax settings belong.",
|
|
1547
|
-
"format": "int64",
|
|
1548
|
-
"readOnly": true,
|
|
1549
|
-
"type": "string"
|
|
1550
|
-
},
|
|
1551
|
-
"name": {
|
|
1552
|
-
"description": "Identifier. The name of the tax setting. Format: \"{account_tax.name=accounts/{account}}\"",
|
|
1553
|
-
"type": "string"
|
|
1554
|
-
},
|
|
1555
|
-
"taxRules": {
|
|
1556
|
-
"description": "Tax rules. \"Define the tax rules in each region. No tax will be presented if a region has no rule.\"",
|
|
1557
|
-
"items": {
|
|
1558
|
-
"$ref": "TaxRule"
|
|
1559
|
-
},
|
|
1560
|
-
"type": "array"
|
|
1561
|
-
}
|
|
1562
|
-
},
|
|
1563
|
-
"type": "object"
|
|
1564
|
-
},
|
|
1565
1478
|
"AddAccountService": {
|
|
1566
1479
|
"description": "Additional instructions to add account services during creation of the account.",
|
|
1567
1480
|
"id": "AddAccountService",
|
|
@@ -2204,23 +2117,6 @@ false
|
|
|
2204
2117
|
},
|
|
2205
2118
|
"type": "object"
|
|
2206
2119
|
},
|
|
2207
|
-
"Interval": {
|
|
2208
|
-
"description": "Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.",
|
|
2209
|
-
"id": "Interval",
|
|
2210
|
-
"properties": {
|
|
2211
|
-
"endTime": {
|
|
2212
|
-
"description": "Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.",
|
|
2213
|
-
"format": "google-datetime",
|
|
2214
|
-
"type": "string"
|
|
2215
|
-
},
|
|
2216
|
-
"startTime": {
|
|
2217
|
-
"description": "Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.",
|
|
2218
|
-
"format": "google-datetime",
|
|
2219
|
-
"type": "string"
|
|
2220
|
-
}
|
|
2221
|
-
},
|
|
2222
|
-
"type": "object"
|
|
2223
|
-
},
|
|
2224
2120
|
"ListAccountIssuesResponse": {
|
|
2225
2121
|
"description": "Response message for the `ListAccountIssues` method.",
|
|
2226
2122
|
"id": "ListAccountIssuesResponse",
|
|
@@ -3208,58 +3104,6 @@ false
|
|
|
3208
3104
|
},
|
|
3209
3105
|
"type": "object"
|
|
3210
3106
|
},
|
|
3211
|
-
"TaxPostalCodeRange": {
|
|
3212
|
-
"description": "A range of postal codes that defines the area.",
|
|
3213
|
-
"id": "TaxPostalCodeRange",
|
|
3214
|
-
"properties": {
|
|
3215
|
-
"end": {
|
|
3216
|
-
"description": "The end of the postal code range. Will be the same as start if not specified.",
|
|
3217
|
-
"type": "string"
|
|
3218
|
-
},
|
|
3219
|
-
"start": {
|
|
3220
|
-
"description": "Required. The start of the postal code range, which is also the smallest in the range.",
|
|
3221
|
-
"type": "string"
|
|
3222
|
-
}
|
|
3223
|
-
},
|
|
3224
|
-
"type": "object"
|
|
3225
|
-
},
|
|
3226
|
-
"TaxRule": {
|
|
3227
|
-
"description": "Primary type convension percent micro : 100% = 1 000 000 and 1% = 10 000 cannot be negative. Information about tax nexus and related parameters applicable to orders delivered to the area covered by a single tax admin. Nexus is created when a merchant is doing business in an area administered by tax admin (only US states are supported for nexus configuration). If merchant has nexus in a US state, merchant needs to pay tax to all tax authorities associated with the shipping destination. Next Id : 8",
|
|
3228
|
-
"id": "TaxRule",
|
|
3229
|
-
"properties": {
|
|
3230
|
-
"effectiveTimePeriod": {
|
|
3231
|
-
"$ref": "Interval",
|
|
3232
|
-
"description": "Required. Time period when this rule is effective. If the duration is missing from effective_time listed, then it is open ended to the future. The start of this time period is inclusive, and the end is exclusive."
|
|
3233
|
-
},
|
|
3234
|
-
"locationId": {
|
|
3235
|
-
"description": "The admin_id or criteria_id of the region in which this rule is applicable.",
|
|
3236
|
-
"format": "int64",
|
|
3237
|
-
"type": "string"
|
|
3238
|
-
},
|
|
3239
|
-
"postCodeRange": {
|
|
3240
|
-
"$ref": "TaxPostalCodeRange",
|
|
3241
|
-
"description": "The range of postal codes in which this rule is applicable."
|
|
3242
|
-
},
|
|
3243
|
-
"regionCode": {
|
|
3244
|
-
"description": "Region code in which this rule is applicable",
|
|
3245
|
-
"type": "string"
|
|
3246
|
-
},
|
|
3247
|
-
"selfSpecifiedRateMicros": {
|
|
3248
|
-
"description": "A fixed rate specified in micros, where 100% = 1_000_000. Suitable for origin-based states.",
|
|
3249
|
-
"format": "int64",
|
|
3250
|
-
"type": "string"
|
|
3251
|
-
},
|
|
3252
|
-
"shippingTaxed": {
|
|
3253
|
-
"description": "If set, shipping charge is taxed (at the same rate as product) when delivering to this admin's area. Can only be set on US states without category.",
|
|
3254
|
-
"type": "boolean"
|
|
3255
|
-
},
|
|
3256
|
-
"useGoogleRate": {
|
|
3257
|
-
"description": "Rate that depends on delivery location: if merchant has a nexus in corresponding US state, rates from authorities with jurisdiction over delivery area are added up.",
|
|
3258
|
-
"type": "boolean"
|
|
3259
|
-
}
|
|
3260
|
-
},
|
|
3261
|
-
"type": "object"
|
|
3262
|
-
},
|
|
3263
3107
|
"TermsOfService": {
|
|
3264
3108
|
"description": "A `TermsOfService`.",
|
|
3265
3109
|
"id": "TermsOfService",
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
],
|
|
582
582
|
"parameters": {
|
|
583
583
|
"name": {
|
|
584
|
-
"description": "
|
|
584
|
+
"description": "Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.",
|
|
585
585
|
"location": "path",
|
|
586
586
|
"pattern": "^projects/[^/]+/locations/[^/]+/endpointPolicies/[^/]+$",
|
|
587
587
|
"required": true,
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
],
|
|
739
739
|
"parameters": {
|
|
740
740
|
"name": {
|
|
741
|
-
"description": "
|
|
741
|
+
"description": "Identifier. Name of the Gateway resource. It matches pattern `projects/*/locations/*/gateways/`.",
|
|
742
742
|
"location": "path",
|
|
743
743
|
"pattern": "^projects/[^/]+/locations/[^/]+/gateways/[^/]+$",
|
|
744
744
|
"required": true,
|
|
@@ -895,7 +895,7 @@
|
|
|
895
895
|
],
|
|
896
896
|
"parameters": {
|
|
897
897
|
"name": {
|
|
898
|
-
"description": "
|
|
898
|
+
"description": "Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/global/grpcRoutes/`",
|
|
899
899
|
"location": "path",
|
|
900
900
|
"pattern": "^projects/[^/]+/locations/[^/]+/grpcRoutes/[^/]+$",
|
|
901
901
|
"required": true,
|
|
@@ -1052,7 +1052,7 @@
|
|
|
1052
1052
|
],
|
|
1053
1053
|
"parameters": {
|
|
1054
1054
|
"name": {
|
|
1055
|
-
"description": "
|
|
1055
|
+
"description": "Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/locations/global/httpRoutes/http_route_name>`.",
|
|
1056
1056
|
"location": "path",
|
|
1057
1057
|
"pattern": "^projects/[^/]+/locations/[^/]+/httpRoutes/[^/]+$",
|
|
1058
1058
|
"required": true,
|
|
@@ -1573,7 +1573,7 @@
|
|
|
1573
1573
|
],
|
|
1574
1574
|
"parameters": {
|
|
1575
1575
|
"name": {
|
|
1576
|
-
"description": "
|
|
1576
|
+
"description": "Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/global/meshes/`.",
|
|
1577
1577
|
"location": "path",
|
|
1578
1578
|
"pattern": "^projects/[^/]+/locations/[^/]+/meshes/[^/]+$",
|
|
1579
1579
|
"required": true,
|
|
@@ -2220,7 +2220,7 @@
|
|
|
2220
2220
|
],
|
|
2221
2221
|
"parameters": {
|
|
2222
2222
|
"name": {
|
|
2223
|
-
"description": "
|
|
2223
|
+
"description": "Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/locations/global/tcpRoutes/tcp_route_name>`.",
|
|
2224
2224
|
"location": "path",
|
|
2225
2225
|
"pattern": "^projects/[^/]+/locations/[^/]+/tcpRoutes/[^/]+$",
|
|
2226
2226
|
"required": true,
|
|
@@ -2408,7 +2408,7 @@
|
|
|
2408
2408
|
}
|
|
2409
2409
|
}
|
|
2410
2410
|
},
|
|
2411
|
-
"revision": "
|
|
2411
|
+
"revision": "20240721",
|
|
2412
2412
|
"rootUrl": "https://networkservices.googleapis.com/",
|
|
2413
2413
|
"schemas": {
|
|
2414
2414
|
"AuditConfig": {
|
|
@@ -2581,7 +2581,7 @@
|
|
|
2581
2581
|
"type": "object"
|
|
2582
2582
|
},
|
|
2583
2583
|
"name": {
|
|
2584
|
-
"description": "
|
|
2584
|
+
"description": "Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.",
|
|
2585
2585
|
"type": "string"
|
|
2586
2586
|
},
|
|
2587
2587
|
"serverTlsPolicy": {
|
|
@@ -2799,7 +2799,7 @@
|
|
|
2799
2799
|
"type": "object"
|
|
2800
2800
|
},
|
|
2801
2801
|
"name": {
|
|
2802
|
-
"description": "
|
|
2802
|
+
"description": "Identifier. Name of the Gateway resource. It matches pattern `projects/*/locations/*/gateways/`.",
|
|
2803
2803
|
"type": "string"
|
|
2804
2804
|
},
|
|
2805
2805
|
"network": {
|
|
@@ -2897,7 +2897,7 @@
|
|
|
2897
2897
|
"type": "array"
|
|
2898
2898
|
},
|
|
2899
2899
|
"name": {
|
|
2900
|
-
"description": "
|
|
2900
|
+
"description": "Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/global/grpcRoutes/`",
|
|
2901
2901
|
"type": "string"
|
|
2902
2902
|
},
|
|
2903
2903
|
"rules": {
|
|
@@ -3194,7 +3194,7 @@
|
|
|
3194
3194
|
"type": "array"
|
|
3195
3195
|
},
|
|
3196
3196
|
"name": {
|
|
3197
|
-
"description": "
|
|
3197
|
+
"description": "Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/locations/global/httpRoutes/http_route_name>`.",
|
|
3198
3198
|
"type": "string"
|
|
3199
3199
|
},
|
|
3200
3200
|
"rules": {
|
|
@@ -4181,7 +4181,7 @@
|
|
|
4181
4181
|
"type": "object"
|
|
4182
4182
|
},
|
|
4183
4183
|
"name": {
|
|
4184
|
-
"description": "
|
|
4184
|
+
"description": "Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/global/meshes/`.",
|
|
4185
4185
|
"type": "string"
|
|
4186
4186
|
},
|
|
4187
4187
|
"selfLink": {
|
|
@@ -4330,7 +4330,7 @@
|
|
|
4330
4330
|
"type": "object"
|
|
4331
4331
|
},
|
|
4332
4332
|
"name": {
|
|
4333
|
-
"description": "
|
|
4333
|
+
"description": "Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/global/serviceBindings/service_binding_name`.",
|
|
4334
4334
|
"type": "string"
|
|
4335
4335
|
},
|
|
4336
4336
|
"service": {
|
|
@@ -4513,7 +4513,7 @@
|
|
|
4513
4513
|
"type": "array"
|
|
4514
4514
|
},
|
|
4515
4515
|
"name": {
|
|
4516
|
-
"description": "
|
|
4516
|
+
"description": "Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/locations/global/tcpRoutes/tcp_route_name>`.",
|
|
4517
4517
|
"type": "string"
|
|
4518
4518
|
},
|
|
4519
4519
|
"rules": {
|