diff --git a/DiscoveryJson/merchantapi.accounts_v1beta.json b/DiscoveryJson/merchantapi.accounts_v1beta.json
index 4608276ded2..78e4b0fb80e 100644
--- a/DiscoveryJson/merchantapi.accounts_v1beta.json
+++ b/DiscoveryJson/merchantapi.accounts_v1beta.json
@@ -1417,24 +1417,9 @@
}
}
},
- "revision": "20240930",
+ "revision": "20241004",
"rootUrl": "https://merchantapi.googleapis.com/",
"schemas": {
- "AcceptTermsOfService": {
- "description": "Reference to a Terms of Service resource.",
- "id": "AcceptTermsOfService",
- "properties": {
- "name": {
- "description": "Required. The resource name of the terms of service version in the format `termsOfService/{version}`. To retrieve the latest version, use the [termsOfService.retrieveLatest](/merchant/api/reference/rest/accounts_v1beta/termsOfService/retrieveLatest) method.",
- "type": "string"
- },
- "regionCode": {
- "description": "Required. Region code as defined by [CLDR](https://cldr.unicode.org/). This is either a country when the ToS applies specifically to that country or `001` when it applies globally.",
- "type": "string"
- }
- },
- "type": "object"
- },
"Accepted": {
"description": "Describes the accepted terms of service.",
"id": "Accepted",
@@ -1769,10 +1754,6 @@
"description": "Request message for the `CreateAndConfigureAccount` method.",
"id": "CreateAndConfigureAccountRequest",
"properties": {
- "acceptTermsOfService": {
- "$ref": "AcceptTermsOfService",
- "description": "Optional. The Terms of Service (ToS) to be accepted immediately upon account creation."
- },
"account": {
"$ref": "Account",
"description": "Required. The account to be created."
diff --git a/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.cs b/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.cs
index c2d3c620fcd..9836c3a26bc 100644
--- a/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.cs
+++ b/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.cs
@@ -3256,29 +3256,6 @@ protected override void InitParameters()
}
namespace Google.Apis.Merchant.accounts_v1beta.Data
{
- /// Reference to a Terms of Service resource.
- public class AcceptTermsOfService : Google.Apis.Requests.IDirectResponseSchema
- {
- ///
- /// Required. The resource name of the terms of service version in the format `termsOfService/{version}`. To
- /// retrieve the latest version, use the
- /// [termsOfService.retrieveLatest](/merchant/api/reference/rest/accounts_v1beta/termsOfService/retrieveLatest)
- /// method.
- ///
- [Newtonsoft.Json.JsonPropertyAttribute("name")]
- public virtual string Name { get; set; }
-
- ///
- /// Required. Region code as defined by [CLDR](https://cldr.unicode.org/). This is either a country when the ToS
- /// applies specifically to that country or `001` when it applies globally.
- ///
- [Newtonsoft.Json.JsonPropertyAttribute("regionCode")]
- public virtual string RegionCode { get; set; }
-
- /// The ETag of the item.
- public virtual string ETag { get; set; }
- }
-
/// Describes the accepted terms of service.
public class Accepted : Google.Apis.Requests.IDirectResponseSchema
{
@@ -3638,10 +3615,6 @@ public class ClaimHomepageRequest : Google.Apis.Requests.IDirectResponseSchema
/// Request message for the `CreateAndConfigureAccount` method.
public class CreateAndConfigureAccountRequest : Google.Apis.Requests.IDirectResponseSchema
{
- /// Optional. The Terms of Service (ToS) to be accepted immediately upon account creation.
- [Newtonsoft.Json.JsonPropertyAttribute("acceptTermsOfService")]
- public virtual AcceptTermsOfService AcceptTermsOfService { get; set; }
-
/// Required. The account to be created.
[Newtonsoft.Json.JsonPropertyAttribute("account")]
public virtual Account Account { get; set; }
diff --git a/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.csproj b/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.csproj
index f1919c73cee..2f245bd1a73 100644
--- a/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.csproj
+++ b/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.csproj
@@ -3,7 +3,7 @@
Google.Apis.Merchant.accounts_v1beta Client Library
- 1.68.0.3560
+ 1.68.0.3564
Google LLC
Copyright 2024 Google LLC
Google