google-apis-mybusinessaccountmanagement_v1 0.1.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 +7 -0
 - data/.yardopts +13 -0
 - data/CHANGELOG.md +7 -0
 - data/LICENSE.md +202 -0
 - data/OVERVIEW.md +96 -0
 - data/lib/google-apis-mybusinessaccountmanagement_v1.rb +15 -0
 - data/lib/google/apis/mybusinessaccountmanagement_v1.rb +34 -0
 - data/lib/google/apis/mybusinessaccountmanagement_v1/classes.rb +534 -0
 - data/lib/google/apis/mybusinessaccountmanagement_v1/gem_version.rb +28 -0
 - data/lib/google/apis/mybusinessaccountmanagement_v1/representations.rb +230 -0
 - data/lib/google/apis/mybusinessaccountmanagement_v1/service.rb +599 -0
 - metadata +76 -0
 
    
        metadata
    ADDED
    
    | 
         @@ -0,0 +1,76 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            --- !ruby/object:Gem::Specification
         
     | 
| 
      
 2 
     | 
    
         
            +
            name: google-apis-mybusinessaccountmanagement_v1
         
     | 
| 
      
 3 
     | 
    
         
            +
            version: !ruby/object:Gem::Version
         
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.0
         
     | 
| 
      
 5 
     | 
    
         
            +
            platform: ruby
         
     | 
| 
      
 6 
     | 
    
         
            +
            authors:
         
     | 
| 
      
 7 
     | 
    
         
            +
            - Google LLC
         
     | 
| 
      
 8 
     | 
    
         
            +
            autorequire: 
         
     | 
| 
      
 9 
     | 
    
         
            +
            bindir: bin
         
     | 
| 
      
 10 
     | 
    
         
            +
            cert_chain: []
         
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2021-02-22 00:00:00.000000000 Z
         
     | 
| 
      
 12 
     | 
    
         
            +
            dependencies:
         
     | 
| 
      
 13 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 14 
     | 
    
         
            +
              name: google-apis-core
         
     | 
| 
      
 15 
     | 
    
         
            +
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 16 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 17 
     | 
    
         
            +
                - - "~>"
         
     | 
| 
      
 18 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 19 
     | 
    
         
            +
                    version: '0.1'
         
     | 
| 
      
 20 
     | 
    
         
            +
              type: :runtime
         
     | 
| 
      
 21 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 22 
     | 
    
         
            +
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 23 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 24 
     | 
    
         
            +
                - - "~>"
         
     | 
| 
      
 25 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 26 
     | 
    
         
            +
                    version: '0.1'
         
     | 
| 
      
 27 
     | 
    
         
            +
            description: This is the simple REST client for My Business Account Management API
         
     | 
| 
      
 28 
     | 
    
         
            +
              V1. Simple REST clients are Ruby client libraries that provide access to Google
         
     | 
| 
      
 29 
     | 
    
         
            +
              services via their HTTP REST API endpoints. These libraries are generated and updated
         
     | 
| 
      
 30 
     | 
    
         
            +
              automatically based on the discovery documents published by the service, and they
         
     | 
| 
      
 31 
     | 
    
         
            +
              handle most concerns such as authentication, pagination, retry, timeouts, and logging.
         
     | 
| 
      
 32 
     | 
    
         
            +
              You can use this client to access the My Business Account Management API, but note
         
     | 
| 
      
 33 
     | 
    
         
            +
              that some services may provide a separate modern client that is easier to use.
         
     | 
| 
      
 34 
     | 
    
         
            +
            email: googleapis-packages@google.com
         
     | 
| 
      
 35 
     | 
    
         
            +
            executables: []
         
     | 
| 
      
 36 
     | 
    
         
            +
            extensions: []
         
     | 
| 
      
 37 
     | 
    
         
            +
            extra_rdoc_files: []
         
     | 
| 
      
 38 
     | 
    
         
            +
            files:
         
     | 
| 
      
 39 
     | 
    
         
            +
            - ".yardopts"
         
     | 
| 
      
 40 
     | 
    
         
            +
            - CHANGELOG.md
         
     | 
| 
      
 41 
     | 
    
         
            +
            - LICENSE.md
         
     | 
| 
      
 42 
     | 
    
         
            +
            - OVERVIEW.md
         
     | 
| 
      
 43 
     | 
    
         
            +
            - lib/google-apis-mybusinessaccountmanagement_v1.rb
         
     | 
| 
      
 44 
     | 
    
         
            +
            - lib/google/apis/mybusinessaccountmanagement_v1.rb
         
     | 
| 
      
 45 
     | 
    
         
            +
            - lib/google/apis/mybusinessaccountmanagement_v1/classes.rb
         
     | 
| 
      
 46 
     | 
    
         
            +
            - lib/google/apis/mybusinessaccountmanagement_v1/gem_version.rb
         
     | 
| 
      
 47 
     | 
    
         
            +
            - lib/google/apis/mybusinessaccountmanagement_v1/representations.rb
         
     | 
| 
      
 48 
     | 
    
         
            +
            - lib/google/apis/mybusinessaccountmanagement_v1/service.rb
         
     | 
| 
      
 49 
     | 
    
         
            +
            homepage: https://github.com/google/google-api-ruby-client
         
     | 
| 
      
 50 
     | 
    
         
            +
            licenses:
         
     | 
| 
      
 51 
     | 
    
         
            +
            - Apache-2.0
         
     | 
| 
      
 52 
     | 
    
         
            +
            metadata:
         
     | 
| 
      
 53 
     | 
    
         
            +
              bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
         
     | 
| 
      
 54 
     | 
    
         
            +
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-mybusinessaccountmanagement_v1/CHANGELOG.md
         
     | 
| 
      
 55 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessaccountmanagement_v1/v0.1.0
         
     | 
| 
      
 56 
     | 
    
         
            +
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-mybusinessaccountmanagement_v1
         
     | 
| 
      
 57 
     | 
    
         
            +
            post_install_message: 
         
     | 
| 
      
 58 
     | 
    
         
            +
            rdoc_options: []
         
     | 
| 
      
 59 
     | 
    
         
            +
            require_paths:
         
     | 
| 
      
 60 
     | 
    
         
            +
            - lib
         
     | 
| 
      
 61 
     | 
    
         
            +
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 62 
     | 
    
         
            +
              requirements:
         
     | 
| 
      
 63 
     | 
    
         
            +
              - - ">="
         
     | 
| 
      
 64 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
      
 65 
     | 
    
         
            +
                  version: '2.4'
         
     | 
| 
      
 66 
     | 
    
         
            +
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 67 
     | 
    
         
            +
              requirements:
         
     | 
| 
      
 68 
     | 
    
         
            +
              - - ">="
         
     | 
| 
      
 69 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
      
 70 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
      
 71 
     | 
    
         
            +
            requirements: []
         
     | 
| 
      
 72 
     | 
    
         
            +
            rubygems_version: 3.2.6
         
     | 
| 
      
 73 
     | 
    
         
            +
            signing_key: 
         
     | 
| 
      
 74 
     | 
    
         
            +
            specification_version: 4
         
     | 
| 
      
 75 
     | 
    
         
            +
            summary: Simple REST client for My Business Account Management API V1
         
     | 
| 
      
 76 
     | 
    
         
            +
            test_files: []
         
     |