google-apis-mybusinessaccountmanagement_v1 0.12.0 → 0.15.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
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 2b7f487a1459512bd19d9693ec490d50b6ecde49f16d7f95afb980f86e053be9
         | 
| 4 | 
            +
              data.tar.gz: 6fdbcd17dcf413b4c630feb3a84ca32b44e2d7b5ae593d8051166fa5dce6cae7
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 13c8407e6435de1fe2f0e5241197a184a811e93b6abdf539b1b89e0468d8db02ffa46ee871c5e351287c6bb4d7db423127e66e80118c69cafe8d6be4973624f8
         | 
| 7 | 
            +
              data.tar.gz: 58eacaf81982070bac9ade9335e297c5867cc1eccd81a71ae4fb69103dc345265753c243c4e7744efbeeaef2494e83b55a1427b9460e75d04564fd165e9798ea
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,5 +1,19 @@ | |
| 1 1 | 
             
            # Release history for google-apis-mybusinessaccountmanagement_v1
         | 
| 2 2 |  | 
| 3 | 
            +
            ### v0.15.0 (2022-07-13)
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            * Regenerated from discovery document revision 20220712
         | 
| 6 | 
            +
            * Regenerated using generator version 0.9.0
         | 
| 7 | 
            +
             | 
| 8 | 
            +
            ### v0.14.0 (2022-07-01)
         | 
| 9 | 
            +
             | 
| 10 | 
            +
            * Regenerated using generator version 0.8.0
         | 
| 11 | 
            +
            * Regenerated from discovery document revision 20220625
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            ### v0.13.0 (2022-06-19)
         | 
| 14 | 
            +
             | 
| 15 | 
            +
            * Regenerated using generator version 0.7.0
         | 
| 16 | 
            +
             | 
| 3 17 | 
             
            ### v0.12.0 (2022-06-03)
         | 
| 4 18 |  | 
| 5 19 | 
             
            * Regenerated using generator version 0.5.0
         | 
| @@ -123,6 +123,15 @@ module Google | |
| 123 123 | 
             
                  class Admin
         | 
| 124 124 | 
             
                    include Google::Apis::Core::Hashable
         | 
| 125 125 |  | 
| 126 | 
            +
                    # Immutable. The name of the Account resource that this Admin refers to. Used
         | 
| 127 | 
            +
                    # when calling CreateAccountAdmin or CreateLocationAdmin to invite UserGroups or
         | 
| 128 | 
            +
                    # LocationGroups as admins, respectively. If both this field and `admin` are set
         | 
| 129 | 
            +
                    # on `CREATE` requests, this field takes precedence and the email address in `
         | 
| 130 | 
            +
                    # admin` will be ignored. Format: `accounts/`account``.
         | 
| 131 | 
            +
                    # Corresponds to the JSON property `account`
         | 
| 132 | 
            +
                    # @return [String]
         | 
| 133 | 
            +
                    attr_accessor :account
         | 
| 134 | 
            +
                  
         | 
| 126 135 | 
             
                    # Optional. The name of the admin. When making the initial invitation, this is
         | 
| 127 136 | 
             
                    # the invitee's email address. On `GET` calls, the user's email address is
         | 
| 128 137 | 
             
                    # returned if the invitation is still pending. Otherwise, it contains the user's
         | 
| @@ -159,6 +168,7 @@ module Google | |
| 159 168 |  | 
| 160 169 | 
             
                    # Update properties of this object
         | 
| 161 170 | 
             
                    def update!(**args)
         | 
| 171 | 
            +
                      @account = args[:account] if args.key?(:account)
         | 
| 162 172 | 
             
                      @admin = args[:admin] if args.key?(:admin)
         | 
| 163 173 | 
             
                      @name = args[:name] if args.key?(:name)
         | 
| 164 174 | 
             
                      @pending_invitation = args[:pending_invitation] if args.key?(:pending_invitation)
         | 
| @@ -340,11 +350,11 @@ module Google | |
| 340 350 | 
             
                    # Box or similar. It is not intended to model geographical locations (roads,
         | 
| 341 351 | 
             
                    # towns, mountains). In typical usage an address would be created via user input
         | 
| 342 352 | 
             
                    # or from importing existing data, depending on the type of process. Advice on
         | 
| 343 | 
            -
                    # address input / editing: - Use an  | 
| 344 | 
            -
                    # github.com/google/libaddressinput) - Users should not be | 
| 345 | 
            -
                    # elements for input or editing of fields outside countries | 
| 346 | 
            -
                    # used. For more guidance on how to use this schema, please | 
| 347 | 
            -
                    # google.com/business/answer/6397478
         | 
| 353 | 
            +
                    # address input / editing: - Use an internationalization-ready address widget
         | 
| 354 | 
            +
                    # such as https://github.com/google/libaddressinput) - Users should not be
         | 
| 355 | 
            +
                    # presented with UI elements for input or editing of fields outside countries
         | 
| 356 | 
            +
                    # where that field is used. For more guidance on how to use this schema, please
         | 
| 357 | 
            +
                    # see: https://support.google.com/business/answer/6397478
         | 
| 348 358 | 
             
                    # Corresponds to the JSON property `address`
         | 
| 349 359 | 
             
                    # @return [Google::Apis::MybusinessaccountmanagementV1::PostalAddress]
         | 
| 350 360 | 
             
                    attr_accessor :address
         | 
| @@ -376,11 +386,11 @@ module Google | |
| 376 386 | 
             
                  # Box or similar. It is not intended to model geographical locations (roads,
         | 
| 377 387 | 
             
                  # towns, mountains). In typical usage an address would be created via user input
         | 
| 378 388 | 
             
                  # or from importing existing data, depending on the type of process. Advice on
         | 
| 379 | 
            -
                  # address input / editing: - Use an  | 
| 380 | 
            -
                  # github.com/google/libaddressinput) - Users should not be | 
| 381 | 
            -
                  # elements for input or editing of fields outside countries | 
| 382 | 
            -
                  # used. For more guidance on how to use this schema, please | 
| 383 | 
            -
                  # google.com/business/answer/6397478
         | 
| 389 | 
            +
                  # address input / editing: - Use an internationalization-ready address widget
         | 
| 390 | 
            +
                  # such as https://github.com/google/libaddressinput) - Users should not be
         | 
| 391 | 
            +
                  # presented with UI elements for input or editing of fields outside countries
         | 
| 392 | 
            +
                  # where that field is used. For more guidance on how to use this schema, please
         | 
| 393 | 
            +
                  # see: https://support.google.com/business/answer/6397478
         | 
| 384 394 | 
             
                  class PostalAddress
         | 
| 385 395 | 
             
                    include Google::Apis::Core::Hashable
         | 
| 386 396 |  | 
| @@ -16,13 +16,13 @@ module Google | |
| 16 16 | 
             
              module Apis
         | 
| 17 17 | 
             
                module MybusinessaccountmanagementV1
         | 
| 18 18 | 
             
                  # Version of the google-apis-mybusinessaccountmanagement_v1 gem
         | 
| 19 | 
            -
                  GEM_VERSION = "0. | 
| 19 | 
            +
                  GEM_VERSION = "0.15.0"
         | 
| 20 20 |  | 
| 21 21 | 
             
                  # Version of the code generator used to generate this client
         | 
| 22 | 
            -
                  GENERATOR_VERSION = "0. | 
| 22 | 
            +
                  GENERATOR_VERSION = "0.9.0"
         | 
| 23 23 |  | 
| 24 24 | 
             
                  # Revision of the discovery document this client was generated from
         | 
| 25 | 
            -
                  REVISION = " | 
| 25 | 
            +
                  REVISION = "20220712"
         | 
| 26 26 | 
             
                end
         | 
| 27 27 | 
             
              end
         | 
| 28 28 | 
             
            end
         | 
| @@ -132,6 +132,7 @@ module Google | |
| 132 132 | 
             
                  class Admin
         | 
| 133 133 | 
             
                    # @private
         | 
| 134 134 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 135 | 
            +
                      property :account, as: 'account'
         | 
| 135 136 | 
             
                      property :admin, as: 'admin'
         | 
| 136 137 | 
             
                      property :name, as: 'name'
         | 
| 137 138 | 
             
                      property :pending_invitation, as: 'pendingInvitation'
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-apis-mybusinessaccountmanagement_v1
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.15.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: 2022- | 
| 11 | 
            +
            date: 2022-07-18 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: google-apis-core
         | 
| @@ -16,7 +16,7 @@ dependencies: | |
| 16 16 | 
             
                requirements:
         | 
| 17 17 | 
             
                - - ">="
         | 
| 18 18 | 
             
                  - !ruby/object:Gem::Version
         | 
| 19 | 
            -
                    version: '0. | 
| 19 | 
            +
                    version: '0.7'
         | 
| 20 20 | 
             
                - - "<"
         | 
| 21 21 | 
             
                  - !ruby/object:Gem::Version
         | 
| 22 22 | 
             
                    version: 2.a
         | 
| @@ -26,7 +26,7 @@ dependencies: | |
| 26 26 | 
             
                requirements:
         | 
| 27 27 | 
             
                - - ">="
         | 
| 28 28 | 
             
                  - !ruby/object:Gem::Version
         | 
| 29 | 
            -
                    version: '0. | 
| 29 | 
            +
                    version: '0.7'
         | 
| 30 30 | 
             
                - - "<"
         | 
| 31 31 | 
             
                  - !ruby/object:Gem::Version
         | 
| 32 32 | 
             
                    version: 2.a
         | 
| @@ -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-mybusinessaccountmanagement_v1/CHANGELOG.md
         | 
| 61 | 
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessaccountmanagement_v1/v0. | 
| 61 | 
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessaccountmanagement_v1/v0.15.0
         | 
| 62 62 | 
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessaccountmanagement_v1
         | 
| 63 63 | 
             
            post_install_message: 
         | 
| 64 64 | 
             
            rdoc_options: []
         |