diff --git a/DiscoveryJson/domains.v1.json b/DiscoveryJson/domains.v1.json index 5da8c73e7c4..976187940c4 100644 --- a/DiscoveryJson/domains.v1.json +++ b/DiscoveryJson/domains.v1.json @@ -965,7 +965,7 @@ } } }, - "revision": "20240724", + "revision": "20241209", "rootUrl": "https://domains.googleapis.com/", "schemas": { "AuditConfig": { @@ -1939,18 +1939,18 @@ "type": "object" }, "PostalAddress": { - "description": "Represents a postal address, e.g. for postal delivery or payments addresses. Given a postal address, a postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage an address would be created via user input or from importing existing data, depending on the type of process. Advice on address input / editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput) - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, please see: https://support.google.com/business/answer/6397478", + "description": "Represents a postal address. For example for postal delivery or payments addresses. Given a postal address, a postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input / editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput) - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478", "id": "PostalAddress", "properties": { "addressLines": { - "description": "Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. \"Austin, TX\"), it is important that the line order is clear. The order of address lines should be \"envelope order\" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. \"ja\" for large-to-small ordering and \"ja-Latn\" or \"en\" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).", + "description": "Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (For example \"Austin, TX\"), it is important that the line order is clear. The order of address lines should be \"envelope order\" for the country/region of the address. In places where this can vary (For example Japan), address_language is used to make it explicit (For example \"ja\" for large-to-small ordering and \"ja-Latn\" or \"en\" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).", "items": { "type": "string" }, "type": "array" }, "administrativeArea": { - "description": "Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. \"Barcelona\" and not \"Catalonia\"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.", + "description": "Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (For example \"Barcelona\" and not \"Catalonia\"). Many countries don't use an administrative area in postal addresses. For example in Switzerland this should be left unpopulated.", "type": "string" }, "languageCode": { @@ -1966,7 +1966,7 @@ "type": "string" }, "postalCode": { - "description": "Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).", + "description": "Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (For example state/zip validation in the U.S.A.).", "type": "string" }, "recipients": { @@ -1986,7 +1986,7 @@ "type": "integer" }, "sortingCode": { - "description": "Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like \"CEDEX\", optionally followed by a number (e.g. \"CEDEX 7\"), or just a number alone, representing the \"sector code\" (Jamaica), \"delivery area indicator\" (Malawi) or \"post office indicator\" (e.g. C\u00f4te d'Ivoire).", + "description": "Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like \"CEDEX\", optionally followed by a number (For example \"CEDEX 7\"), or just a number alone, representing the \"sector code\" (Jamaica), \"delivery area indicator\" (Malawi) or \"post office indicator\" (For example C\u00f4te d'Ivoire).", "type": "string" }, "sublocality": { diff --git a/Src/Generated/Google.Apis.CloudDomains.v1/Google.Apis.CloudDomains.v1.cs b/Src/Generated/Google.Apis.CloudDomains.v1/Google.Apis.CloudDomains.v1.cs index 9222bcf8d9c..1e077c365c8 100644 --- a/Src/Generated/Google.Apis.CloudDomains.v1/Google.Apis.CloudDomains.v1.cs +++ b/Src/Generated/Google.Apis.CloudDomains.v1/Google.Apis.CloudDomains.v1.cs @@ -3416,29 +3416,29 @@ public class Policy : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a postal address, e.g. for postal delivery or payments addresses. Given a postal address, a postal - /// service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations - /// (roads, towns, mountains). In typical usage an address would be created via user input or from importing - /// existing data, depending on the type of process. Advice on address input / editing: - Use an + /// Represents a postal address. For example for postal delivery or payments addresses. Given a postal address, a + /// postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical + /// locations (roads, towns, mountains). In typical usage an address would be created by user input or from + /// importing existing data, depending on the type of process. Advice on address input / editing: - Use an /// internationalization-ready address widget such as https://github.com/google/libaddressinput) - Users should not /// be presented with UI elements for input or editing of fields outside countries where that field is used. For - /// more guidance on how to use this schema, please see: https://support.google.com/business/answer/6397478 + /// more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478 /// public class PostalAddress : Google.Apis.Requests.IDirectResponseSchema { /// /// Unstructured address lines describing the lower levels of an address. Because values in address_lines do not - /// have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is - /// important that the line order is clear. The order of address lines should be "envelope order" for the - /// country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make - /// it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the - /// most specific line of an address can be selected based on the language. The minimum permitted structural - /// representation of an address consists of a region_code with all remaining information placed in the - /// address_lines. It would be possible to format such an address very approximately without geocoding, but no - /// semantic reasoning could be made about any of the address components until it was at least partially - /// resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the - /// recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the - /// address should be localities or administrative areas). + /// have type information and may sometimes contain multiple values in a single field (For example "Austin, + /// TX"), it is important that the line order is clear. The order of address lines should be "envelope order" + /// for the country/region of the address. In places where this can vary (For example Japan), address_language + /// is used to make it explicit (For example "ja" for large-to-small ordering and "ja-Latn" or "en" for + /// small-to-large). This way, the most specific line of an address can be selected based on the language. The + /// minimum permitted structural representation of an address consists of a region_code with all remaining + /// information placed in the address_lines. It would be possible to format such an address very approximately + /// without geocoding, but no semantic reasoning could be made about any of the address components until it was + /// at least partially resolved. Creating an address only containing a region_code and address_lines, and then + /// geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which + /// parts of the address should be localities or administrative areas). /// [Newtonsoft.Json.JsonPropertyAttribute("addressLines")] public virtual System.Collections.Generic.IList AddressLines { get; set; } @@ -3446,8 +3446,9 @@ public class PostalAddress : Google.Apis.Requests.IDirectResponseSchema /// /// Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For /// example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the - /// province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use - /// an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated. + /// province and not the autonomous community (For example "Barcelona" and not "Catalonia"). Many countries + /// don't use an administrative area in postal addresses. For example in Switzerland this should be left + /// unpopulated. /// [Newtonsoft.Json.JsonPropertyAttribute("administrativeArea")] public virtual string AdministrativeArea { get; set; } @@ -3477,7 +3478,7 @@ public class PostalAddress : Google.Apis.Requests.IDirectResponseSchema /// /// Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where - /// they are used, they may trigger additional validation with other parts of the address (e.g. state/zip + /// they are used, they may trigger additional validation with other parts of the address (For example state/zip /// validation in the U.S.A.). /// [Newtonsoft.Json.JsonPropertyAttribute("postalCode")] @@ -3508,9 +3509,9 @@ public class PostalAddress : Google.Apis.Requests.IDirectResponseSchema /// /// Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, - /// the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a - /// number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office - /// indicator" (e.g. Côte d'Ivoire). + /// the value is either a string like "CEDEX", optionally followed by a number (For example "CEDEX 7"), or just + /// a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office + /// indicator" (For example Côte d'Ivoire). /// [Newtonsoft.Json.JsonPropertyAttribute("sortingCode")] public virtual string SortingCode { get; set; } diff --git a/Src/Generated/Google.Apis.CloudDomains.v1/Google.Apis.CloudDomains.v1.csproj b/Src/Generated/Google.Apis.CloudDomains.v1/Google.Apis.CloudDomains.v1.csproj index aa9a1c3b1ba..f8dfe25ae17 100644 --- a/Src/Generated/Google.Apis.CloudDomains.v1/Google.Apis.CloudDomains.v1.csproj +++ b/Src/Generated/Google.Apis.CloudDomains.v1/Google.Apis.CloudDomains.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudDomains.v1 Client Library - 1.68.0.3492 + 1.68.0.3630 Google LLC Copyright 2024 Google LLC Google