Skip to content

Commit

Permalink
feat: Generate Google.Apis.Merchant.accounts_v1beta version 1.69.0.3698
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Feb 19, 2025
1 parent b810cdd commit 847157c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DiscoveryJson/merchantapi.accounts_v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@
}
}
},
"revision": "20250208",
"revision": "20250215",
"rootUrl": "https://merchantapi.googleapis.com/",
"schemas": {
"Accepted": {
Expand Down Expand Up @@ -2830,7 +2830,7 @@
"type": "object"
},
"Program": {
"description": "Defines participation in a given program for the specified account. Programs provide a mechanism for adding functionality to merchant accounts. A typical example of this is the [Free product listings](https://support.google.com/merchants/topic/9240261?ref_topic=7257954,7259405,&sjid=796648681813264022-EU) program, which enables products from a merchant's store to be shown across Google for free.",
"description": "Defines participation in a given program for the specified account. Programs provide a mechanism for adding functionality to merchant accounts. A typical example of this is the [Free product listings](https://support.google.com/merchants/topic/9240261?ref_topic=7257954,7259405,&sjid=796648681813264022-EU) program, which enables products from a merchant's store to be shown across Google for free. The following list is the available set of program resource IDs accessible through the API: * `free-listings` * `shopping-ads` * `youtube-shopping-checkout`",
"id": "Program",
"properties": {
"activeRegionCodes": {
Expand Down Expand Up @@ -3420,7 +3420,7 @@
"id": "User",
"properties": {
"accessRights": {
"description": "Optional. The [access rights](https://support.google.com/merchants/answer/12160472?sjid=6789834943175119429-EU#accesstypes) the user has.",
"description": "Required. The [access rights](https://support.google.com/merchants/answer/12160472?sjid=6789834943175119429-EU#accesstypes) the user has.",
"items": {
"enum": [
"ACCESS_RIGHT_UNSPECIFIED",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4773,7 +4773,9 @@ public virtual System.DateTimeOffset? ExpirationTimeDateTimeOffset
/// Defines participation in a given program for the specified account. Programs provide a mechanism for adding
/// functionality to merchant accounts. A typical example of this is the [Free product
/// listings](https://support.google.com/merchants/topic/9240261?ref_topic=7257954,7259405,&sjid=796648681813264022-EU)
/// program, which enables products from a merchant's store to be shown across Google for free.
/// program, which enables products from a merchant's store to be shown across Google for free. The following list
/// is the available set of program resource IDs accessible through the API: * `free-listings` * `shopping-ads` *
/// `youtube-shopping-checkout`
/// </summary>
public class Program : Google.Apis.Requests.IDirectResponseSchema
{
Expand Down Expand Up @@ -5406,7 +5408,7 @@ public class UnclaimHomepageRequest : Google.Apis.Requests.IDirectResponseSchema
public class User : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>
/// Optional. The [access
/// Required. The [access
/// rights](https://support.google.com/merchants/answer/12160472?sjid=6789834943175119429-EU#accesstypes) the
/// user has.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.Merchant.accounts_v1beta Client Library</Title>
<Version>1.69.0.3691</Version>
<Version>1.69.0.3698</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2025 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 847157c

Please sign in to comment.