google-apis-domains_v1 0.29.0 → 0.30.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/domains_v1/classes.rb +43 -42
- data/lib/google/apis/domains_v1/gem_version.rb +2 -2
- metadata +4 -4
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 5cc916ae79bd3caa908bcc4a6f5e21f5efb7c4b3157c34c1b55f73bebe38f652
         | 
| 4 | 
            +
              data.tar.gz: 3f167bdfb62df35787ace1da3cc8a35621589a7f6ba9b544fbdb189d7893f983
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 1bc07c7025b9e4d6c9aa136c5ceda63f59d9fd74deaa590da183facf60f2b35df9a7d7cbad6d3c08e34464a5abd7b11b235dddeaed4a229b9783efcbd5f97099
         | 
| 7 | 
            +
              data.tar.gz: 293670e5932cf2a00c280de8e9dfcfa42e7388136a7118c384f46cfbfa7835f4057da5400d18ecf034150739b181046e945b6d7341b5452d54d6c6f9af74fd3e
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
| @@ -345,16 +345,16 @@ module Google | |
| 345 345 | 
             
                    # @return [String]
         | 
| 346 346 | 
             
                    attr_accessor :phone_number
         | 
| 347 347 |  | 
| 348 | 
            -
                    # Represents a postal address | 
| 349 | 
            -
                    # Given a postal address, a postal service can deliver items to a | 
| 350 | 
            -
                    # Box or similar. It is not intended to model geographical | 
| 351 | 
            -
                    # towns, mountains). In typical usage an address would be | 
| 352 | 
            -
                    # or from importing existing data, depending on the type | 
| 353 | 
            -
                    # address input / editing: - Use an internationalization- | 
| 354 | 
            -
                    # such as https://github.com/google/libaddressinput) - | 
| 355 | 
            -
                    # presented with UI elements for input or editing of fields | 
| 356 | 
            -
                    # where that field is used. For more guidance on how to use | 
| 357 | 
            -
                    # see: https://support.google.com/business/answer/6397478
         | 
| 348 | 
            +
                    # Represents a postal address. For example for postal delivery or payments
         | 
| 349 | 
            +
                    # addresses. Given a postal address, a postal service can deliver items to a
         | 
| 350 | 
            +
                    # premise, P.O. Box or similar. It is not intended to model geographical
         | 
| 351 | 
            +
                    # locations (roads, towns, mountains). In typical usage an address would be
         | 
| 352 | 
            +
                    # created by user input or from importing existing data, depending on the type
         | 
| 353 | 
            +
                    # of process. Advice on address input / editing: - Use an internationalization-
         | 
| 354 | 
            +
                    # ready address widget such as https://github.com/google/libaddressinput) -
         | 
| 355 | 
            +
                    # Users should not be presented with UI elements for input or editing of fields
         | 
| 356 | 
            +
                    # outside countries where that field is used. For more guidance on how to use
         | 
| 357 | 
            +
                    # this schema, see: https://support.google.com/business/answer/6397478
         | 
| 358 358 | 
             
                    # Corresponds to the JSON property `postalAddress`
         | 
| 359 359 | 
             
                    # @return [Google::Apis::DomainsV1::PostalAddress]
         | 
| 360 360 | 
             
                    attr_accessor :postal_address
         | 
| @@ -1435,35 +1435,36 @@ module Google | |
| 1435 1435 | 
             
                    end
         | 
| 1436 1436 | 
             
                  end
         | 
| 1437 1437 |  | 
| 1438 | 
            -
                  # Represents a postal address | 
| 1439 | 
            -
                  # Given a postal address, a postal service can deliver items to a | 
| 1440 | 
            -
                  # Box or similar. It is not intended to model geographical | 
| 1441 | 
            -
                  # towns, mountains). In typical usage an address would be | 
| 1442 | 
            -
                  # or from importing existing data, depending on the type | 
| 1443 | 
            -
                  # address input / editing: - Use an internationalization- | 
| 1444 | 
            -
                  # such as https://github.com/google/libaddressinput) - | 
| 1445 | 
            -
                  # presented with UI elements for input or editing of fields | 
| 1446 | 
            -
                  # where that field is used. For more guidance on how to use | 
| 1447 | 
            -
                  # see: https://support.google.com/business/answer/6397478
         | 
| 1438 | 
            +
                  # Represents a postal address. For example for postal delivery or payments
         | 
| 1439 | 
            +
                  # addresses. Given a postal address, a postal service can deliver items to a
         | 
| 1440 | 
            +
                  # premise, P.O. Box or similar. It is not intended to model geographical
         | 
| 1441 | 
            +
                  # locations (roads, towns, mountains). In typical usage an address would be
         | 
| 1442 | 
            +
                  # created by user input or from importing existing data, depending on the type
         | 
| 1443 | 
            +
                  # of process. Advice on address input / editing: - Use an internationalization-
         | 
| 1444 | 
            +
                  # ready address widget such as https://github.com/google/libaddressinput) -
         | 
| 1445 | 
            +
                  # Users should not be presented with UI elements for input or editing of fields
         | 
| 1446 | 
            +
                  # outside countries where that field is used. For more guidance on how to use
         | 
| 1447 | 
            +
                  # this schema, see: https://support.google.com/business/answer/6397478
         | 
| 1448 1448 | 
             
                  class PostalAddress
         | 
| 1449 1449 | 
             
                    include Google::Apis::Core::Hashable
         | 
| 1450 1450 |  | 
| 1451 1451 | 
             
                    # Unstructured address lines describing the lower levels of an address. Because
         | 
| 1452 1452 | 
             
                    # values in address_lines do not have type information and may sometimes contain
         | 
| 1453 | 
            -
                    # multiple values in a single field ( | 
| 1454 | 
            -
                    # the line order is clear. The order of address lines should be "envelope | 
| 1455 | 
            -
                    # for the country/region of the address. In places where this can vary ( | 
| 1456 | 
            -
                    # Japan), address_language is used to make it explicit ( | 
| 1457 | 
            -
                    # small ordering and "ja-Latn" or "en" for small-to-large). | 
| 1458 | 
            -
                    # specific line of an address can be selected based on the | 
| 1459 | 
            -
                    # permitted structural representation of an address | 
| 1460 | 
            -
                    # with all remaining information placed in the | 
| 1461 | 
            -
                    # possible to format such an address very | 
| 1462 | 
            -
                    # no semantic reasoning could be made about | 
| 1463 | 
            -
                    # it was at least partially resolved. | 
| 1464 | 
            -
                    # region_code and address_lines, and then | 
| 1465 | 
            -
                    # handle completely unstructured addresses ( | 
| 1466 | 
            -
                    # of the address should be localities or | 
| 1453 | 
            +
                    # multiple values in a single field (For example "Austin, TX"), it is important
         | 
| 1454 | 
            +
                    # that the line order is clear. The order of address lines should be "envelope
         | 
| 1455 | 
            +
                    # order" for the country/region of the address. In places where this can vary (
         | 
| 1456 | 
            +
                    # For example Japan), address_language is used to make it explicit (For example "
         | 
| 1457 | 
            +
                    # ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
         | 
| 1458 | 
            +
                    # This way, the most specific line of an address can be selected based on the
         | 
| 1459 | 
            +
                    # language. The minimum permitted structural representation of an address
         | 
| 1460 | 
            +
                    # consists of a region_code with all remaining information placed in the
         | 
| 1461 | 
            +
                    # address_lines. It would be possible to format such an address very
         | 
| 1462 | 
            +
                    # approximately without geocoding, but no semantic reasoning could be made about
         | 
| 1463 | 
            +
                    # any of the address components until it was at least partially resolved.
         | 
| 1464 | 
            +
                    # Creating an address only containing a region_code and address_lines, and then
         | 
| 1465 | 
            +
                    # geocoding is the recommended way to handle completely unstructured addresses (
         | 
| 1466 | 
            +
                    # as opposed to guessing which parts of the address should be localities or
         | 
| 1467 | 
            +
                    # administrative areas).
         | 
| 1467 1468 | 
             
                    # Corresponds to the JSON property `addressLines`
         | 
| 1468 1469 | 
             
                    # @return [Array<String>]
         | 
| 1469 1470 | 
             
                    attr_accessor :address_lines
         | 
| @@ -1471,9 +1472,9 @@ module Google | |
| 1471 1472 | 
             
                    # Optional. Highest administrative subdivision which is used for postal
         | 
| 1472 1473 | 
             
                    # addresses of a country or region. For example, this can be a state, a province,
         | 
| 1473 1474 | 
             
                    # an oblast, or a prefecture. Specifically, for Spain this is the province and
         | 
| 1474 | 
            -
                    # not the autonomous community ( | 
| 1475 | 
            -
                    # countries don't use an administrative area in postal addresses.  | 
| 1476 | 
            -
                    # Switzerland this should be left unpopulated.
         | 
| 1475 | 
            +
                    # not the autonomous community (For example "Barcelona" and not "Catalonia").
         | 
| 1476 | 
            +
                    # Many countries don't use an administrative area in postal addresses. For
         | 
| 1477 | 
            +
                    # example in Switzerland this should be left unpopulated.
         | 
| 1477 1478 | 
             
                    # Corresponds to the JSON property `administrativeArea`
         | 
| 1478 1479 | 
             
                    # @return [String]
         | 
| 1479 1480 | 
             
                    attr_accessor :administrative_area
         | 
| @@ -1505,8 +1506,8 @@ module Google | |
| 1505 1506 |  | 
| 1506 1507 | 
             
                    # Optional. Postal code of the address. Not all countries use or require postal
         | 
| 1507 1508 | 
             
                    # codes to be present, but where they are used, they may trigger additional
         | 
| 1508 | 
            -
                    # validation with other parts of the address ( | 
| 1509 | 
            -
                    # S.A.).
         | 
| 1509 | 
            +
                    # validation with other parts of the address (For example state/zip validation
         | 
| 1510 | 
            +
                    # in the U.S.A.).
         | 
| 1510 1511 | 
             
                    # Corresponds to the JSON property `postalCode`
         | 
| 1511 1512 | 
             
                    # @return [String]
         | 
| 1512 1513 | 
             
                    attr_accessor :postal_code
         | 
| @@ -1535,9 +1536,9 @@ module Google | |
| 1535 1536 |  | 
| 1536 1537 | 
             
                    # Optional. Additional, country-specific, sorting code. This is not used in most
         | 
| 1537 1538 | 
             
                    # regions. Where it is used, the value is either a string like "CEDEX",
         | 
| 1538 | 
            -
                    # optionally followed by a number ( | 
| 1539 | 
            -
                    # representing the "sector code" (Jamaica), "delivery area indicator" ( | 
| 1540 | 
            -
                    # or "post office indicator" ( | 
| 1539 | 
            +
                    # optionally followed by a number (For example "CEDEX 7"), or just a number
         | 
| 1540 | 
            +
                    # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
         | 
| 1541 | 
            +
                    # Malawi) or "post office indicator" (For example Côte d'Ivoire).
         | 
| 1541 1542 | 
             
                    # Corresponds to the JSON property `sortingCode`
         | 
| 1542 1543 | 
             
                    # @return [String]
         | 
| 1543 1544 | 
             
                    attr_accessor :sorting_code
         | 
| @@ -16,13 +16,13 @@ module Google | |
| 16 16 | 
             
              module Apis
         | 
| 17 17 | 
             
                module DomainsV1
         | 
| 18 18 | 
             
                  # Version of the google-apis-domains_v1 gem
         | 
| 19 | 
            -
                  GEM_VERSION = "0. | 
| 19 | 
            +
                  GEM_VERSION = "0.30.0"
         | 
| 20 20 |  | 
| 21 21 | 
             
                  # Version of the code generator used to generate this client
         | 
| 22 22 | 
             
                  GENERATOR_VERSION = "0.15.1"
         | 
| 23 23 |  | 
| 24 24 | 
             
                  # Revision of the discovery document this client was generated from
         | 
| 25 | 
            -
                  REVISION = " | 
| 25 | 
            +
                  REVISION = "20241209"
         | 
| 26 26 | 
             
                end
         | 
| 27 27 | 
             
              end
         | 
| 28 28 | 
             
            end
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-apis-domains_v1
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.30.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Google LLC
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date:  | 
| 11 | 
            +
            date: 2025-01-05 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: google-apis-core
         | 
| @@ -58,7 +58,7 @@ licenses: | |
| 58 58 | 
             
            metadata:
         | 
| 59 59 | 
             
              bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
         | 
| 60 60 | 
             
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1/CHANGELOG.md
         | 
| 61 | 
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1/v0. | 
| 61 | 
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1/v0.30.0
         | 
| 62 62 | 
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1
         | 
| 63 63 | 
             
            post_install_message: 
         | 
| 64 64 | 
             
            rdoc_options: []
         | 
| @@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 75 75 | 
             
                - !ruby/object:Gem::Version
         | 
| 76 76 | 
             
                  version: '0'
         | 
| 77 77 | 
             
            requirements: []
         | 
| 78 | 
            -
            rubygems_version: 3.5. | 
| 78 | 
            +
            rubygems_version: 3.5.23
         | 
| 79 79 | 
             
            signing_key: 
         | 
| 80 80 | 
             
            specification_version: 4
         | 
| 81 81 | 
             
            summary: Simple REST client for Cloud Domains API V1
         |