Skip to content

Commit

Permalink
fix(domains): update the API
Browse files Browse the repository at this point in the history
#### domains:v1alpha2

The following keys were changed:
- schemas.PostalAddress.properties.regionCode.description

#### domains:v1beta1

The following keys were changed:
- schemas.PostalAddress.properties.regionCode.description

#### domains:v1

The following keys were changed:
- schemas.PostalAddress.properties.regionCode.description
  • Loading branch information
yoshi-automation authored and bcoe committed Mar 14, 2022
1 parent 4e3e1af commit 6db08fb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions discovery/domains-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
}
}
},
"revision": "20211108",
"revision": "20220308",
"rootUrl": "https://domains.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1487,7 +1487,7 @@
"type": "array"
},
"regionCode": {
"description": "Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See http://cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: \"CH\" for Switzerland.",
"description": "Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: \"CH\" for Switzerland.",
"type": "string"
},
"revision": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/domains-v1alpha2.json
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
}
}
},
"revision": "20211108",
"revision": "20220308",
"rootUrl": "https://domains.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1487,7 +1487,7 @@
"type": "array"
},
"regionCode": {
"description": "Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See http://cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: \"CH\" for Switzerland.",
"description": "Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: \"CH\" for Switzerland.",
"type": "string"
},
"revision": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/domains-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
}
}
},
"revision": "20211108",
"revision": "20220308",
"rootUrl": "https://domains.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1487,7 +1487,7 @@
"type": "array"
},
"regionCode": {
"description": "Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See http://cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: \"CH\" for Switzerland.",
"description": "Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: \"CH\" for Switzerland.",
"type": "string"
},
"revision": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/domains/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ export namespace domains_v1 {
*/
recipients?: string[] | null;
/**
* Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See http://cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
* Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
*/
regionCode?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/domains/v1alpha2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ export namespace domains_v1alpha2 {
*/
recipients?: string[] | null;
/**
* Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See http://cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
* Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
*/
regionCode?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/domains/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ export namespace domains_v1beta1 {
*/
recipients?: string[] | null;
/**
* Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See http://cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
* Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
*/
regionCode?: string | null;
/**
Expand Down

0 comments on commit 6db08fb

Please sign in to comment.