google-apis-bigquerydatatransfer_v1 0.13.0 → 0.17.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: 497ef6d9bb2b329de406722851258fe3539aeb89cb4f2e3772beb0e12eac5fbc
         | 
| 4 | 
            +
              data.tar.gz: e652b6c33359bb3e5d4e4cb3d0b5639a26094c3b617d75fd1a4ae7a0904d0571
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: a7133be568090c663d3d142c7d4a41a7e1f405a0b63dbd68440641edb91ef3d8ef6441a7e62f2fc5b9ad0b4ea83991decdf5b046fbaf5964a0a89c2f97941835
         | 
| 7 | 
            +
              data.tar.gz: 0d55d022dac3aff0c537befce65743f9ba1f91b14cd6834f4a9a6aa37b49672b4efbea48c0cc37a2d43f653f5d086421c5ca1945aa8de7ae5ba98e8776cba7ed
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,5 +1,23 @@ | |
| 1 1 | 
             
            # Release history for google-apis-bigquerydatatransfer_v1
         | 
| 2 2 |  | 
| 3 | 
            +
            ### v0.17.0 (2022-01-20)
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            * Regenerated from discovery document revision 20220116
         | 
| 6 | 
            +
            * Regenerated using generator version 0.4.1
         | 
| 7 | 
            +
             | 
| 8 | 
            +
            ### v0.16.0 (2022-01-07)
         | 
| 9 | 
            +
             | 
| 10 | 
            +
            * Regenerated from discovery document revision 20211230
         | 
| 11 | 
            +
            * Unspecified changes
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            ### v0.15.0 (2021-12-04)
         | 
| 14 | 
            +
             | 
| 15 | 
            +
            * Regenerated from discovery document revision 20211125
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            ### v0.14.0 (2021-10-20)
         | 
| 18 | 
            +
             | 
| 19 | 
            +
            * Unspecified changes
         | 
| 20 | 
            +
             | 
| 3 21 | 
             
            ### v0.13.0 (2021-08-27)
         | 
| 4 22 |  | 
| 5 23 | 
             
            * Regenerated from discovery document revision 20210822
         | 
    
        data/OVERVIEW.md
    CHANGED
    
    | @@ -51,7 +51,7 @@ require "google/apis/bigquerydatatransfer_v1" | |
| 51 51 | 
             
            client = Google::Apis::BigquerydatatransferV1::BigQueryDataTransferService.new
         | 
| 52 52 |  | 
| 53 53 | 
             
            # Authenticate calls
         | 
| 54 | 
            -
            client. | 
| 54 | 
            +
            client.authorization = # ... use the googleauth gem to create credentials
         | 
| 55 55 | 
             
            ```
         | 
| 56 56 |  | 
| 57 57 | 
             
            See the class reference docs for information on the methods you can call from a client.
         | 
| @@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a | |
| 60 60 |  | 
| 61 61 | 
             
            More detailed descriptions of the Google simple REST clients are available in two documents.
         | 
| 62 62 |  | 
| 63 | 
            -
             *  The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/ | 
| 64 | 
            -
             *  The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/ | 
| 63 | 
            +
             *  The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
         | 
| 64 | 
            +
             *  The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
         | 
| 65 65 |  | 
| 66 66 | 
             
            (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Bigquerydatatransfer service in particular.)
         | 
| 67 67 |  | 
| @@ -59,8 +59,7 @@ module Google | |
| 59 59 | 
             
                    end
         | 
| 60 60 | 
             
                  end
         | 
| 61 61 |  | 
| 62 | 
            -
                  #  | 
| 63 | 
            -
                  # request proper OAuth tokens.
         | 
| 62 | 
            +
                  # Defines the properties and custom parameters for a data source.
         | 
| 64 63 | 
             
                  class DataSource
         | 
| 65 64 | 
             
                    include Google::Apis::Core::Hashable
         | 
| 66 65 |  | 
| @@ -194,11 +193,7 @@ module Google | |
| 194 193 | 
             
                    end
         | 
| 195 194 | 
             
                  end
         | 
| 196 195 |  | 
| 197 | 
            -
                  #  | 
| 198 | 
            -
                  # can be rendered in the UI. These parameters are given to us by supported data
         | 
| 199 | 
            -
                  # sources, and include all needed information for rendering and validation. Thus,
         | 
| 200 | 
            -
                  # whoever uses this api can decide to generate either generic ui, or custom
         | 
| 201 | 
            -
                  # data source specific forms.
         | 
| 196 | 
            +
                  # A parameter used to define custom fields in a data source definition.
         | 
| 202 197 | 
             
                  class DataSourceParameter
         | 
| 203 198 | 
             
                    include Google::Apis::Core::Hashable
         | 
| 204 199 |  | 
| @@ -845,8 +840,9 @@ module Google | |
| 845 840 | 
             
                    # 3rd monday of month 15:30`, `every wed,fri of jan,jun 13:15`, and `first
         | 
| 846 841 | 
             
                    # sunday of quarter 00:00`. See more explanation about the format here: https://
         | 
| 847 842 | 
             
                    # cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#
         | 
| 848 | 
            -
                    # the_schedule_format NOTE:  | 
| 849 | 
            -
                    #  | 
| 843 | 
            +
                    # the_schedule_format NOTE: The minimum interval time between recurring
         | 
| 844 | 
            +
                    # transfers depends on the data source; refer to the documentation for your data
         | 
| 845 | 
            +
                    # source.
         | 
| 850 846 | 
             
                    # Corresponds to the JSON property `schedule`
         | 
| 851 847 | 
             
                    # @return [String]
         | 
| 852 848 | 
             
                    attr_accessor :schedule
         | 
| @@ -16,13 +16,13 @@ module Google | |
| 16 16 | 
             
              module Apis
         | 
| 17 17 | 
             
                module BigquerydatatransferV1
         | 
| 18 18 | 
             
                  # Version of the google-apis-bigquerydatatransfer_v1 gem
         | 
| 19 | 
            -
                  GEM_VERSION = "0. | 
| 19 | 
            +
                  GEM_VERSION = "0.17.0"
         | 
| 20 20 |  | 
| 21 21 | 
             
                  # Version of the code generator used to generate this client
         | 
| 22 | 
            -
                  GENERATOR_VERSION = "0.4. | 
| 22 | 
            +
                  GENERATOR_VERSION = "0.4.1"
         | 
| 23 23 |  | 
| 24 24 | 
             
                  # Revision of the discovery document this client was generated from
         | 
| 25 | 
            -
                  REVISION = " | 
| 25 | 
            +
                  REVISION = "20220116"
         | 
| 26 26 | 
             
                end
         | 
| 27 27 | 
             
              end
         | 
| 28 28 | 
             
            end
         | 
| @@ -89,10 +89,7 @@ module Google | |
| 89 89 | 
             
                    end
         | 
| 90 90 |  | 
| 91 91 | 
             
                    # Returns true if valid credentials exist for the given data source and
         | 
| 92 | 
            -
                    # requesting user. | 
| 93 | 
            -
                    # to talk to them on behalf of the end user. This API just checks whether we
         | 
| 94 | 
            -
                    # have OAuth token for the particular user, which is a pre-requisite before user
         | 
| 95 | 
            -
                    # can create a transfer config.
         | 
| 92 | 
            +
                    # requesting user.
         | 
| 96 93 | 
             
                    # @param [String] name
         | 
| 97 94 | 
             
                    #   Required. The data source in the form: `projects/`project_id`/dataSources/`
         | 
| 98 95 | 
             
                    #   data_source_id`` or `projects/`project_id`/locations/`location_id`/dataSources/
         | 
| @@ -127,8 +124,7 @@ module Google | |
| 127 124 | 
             
                      execute_or_queue_command(command, &block)
         | 
| 128 125 | 
             
                    end
         | 
| 129 126 |  | 
| 130 | 
            -
                    # Retrieves a supported data source and returns its settings | 
| 131 | 
            -
                    # for UI rendering.
         | 
| 127 | 
            +
                    # Retrieves a supported data source and returns its settings.
         | 
| 132 128 | 
             
                    # @param [String] name
         | 
| 133 129 | 
             
                    #   Required. The field will contain name of the resource requested, for example: `
         | 
| 134 130 | 
             
                    #   projects/`project_id`/dataSources/`data_source_id`` or `projects/`project_id`/
         | 
| @@ -160,12 +156,11 @@ module Google | |
| 160 156 | 
             
                      execute_or_queue_command(command, &block)
         | 
| 161 157 | 
             
                    end
         | 
| 162 158 |  | 
| 163 | 
            -
                    # Lists supported data sources and returns their settings | 
| 164 | 
            -
                    # UI rendering.
         | 
| 159 | 
            +
                    # Lists supported data sources and returns their settings.
         | 
| 165 160 | 
             
                    # @param [String] parent
         | 
| 166 161 | 
             
                    #   Required. The BigQuery project id for which data sources should be returned.
         | 
| 167 162 | 
             
                    #   Must be in the form: `projects/`project_id`` or `projects/`project_id`/
         | 
| 168 | 
            -
                    #   locations/`location_id | 
| 163 | 
            +
                    #   locations/`location_id``
         | 
| 169 164 | 
             
                    # @param [Fixnum] page_size
         | 
| 170 165 | 
             
                    #   Page size. The default page size is the maximum value of 1000 results.
         | 
| 171 166 | 
             
                    # @param [String] page_token
         | 
| @@ -314,10 +309,7 @@ module Google | |
| 314 309 | 
             
                    end
         | 
| 315 310 |  | 
| 316 311 | 
             
                    # Returns true if valid credentials exist for the given data source and
         | 
| 317 | 
            -
                    # requesting user. | 
| 318 | 
            -
                    # to talk to them on behalf of the end user. This API just checks whether we
         | 
| 319 | 
            -
                    # have OAuth token for the particular user, which is a pre-requisite before user
         | 
| 320 | 
            -
                    # can create a transfer config.
         | 
| 312 | 
            +
                    # requesting user.
         | 
| 321 313 | 
             
                    # @param [String] name
         | 
| 322 314 | 
             
                    #   Required. The data source in the form: `projects/`project_id`/dataSources/`
         | 
| 323 315 | 
             
                    #   data_source_id`` or `projects/`project_id`/locations/`location_id`/dataSources/
         | 
| @@ -352,8 +344,7 @@ module Google | |
| 352 344 | 
             
                      execute_or_queue_command(command, &block)
         | 
| 353 345 | 
             
                    end
         | 
| 354 346 |  | 
| 355 | 
            -
                    # Retrieves a supported data source and returns its settings | 
| 356 | 
            -
                    # for UI rendering.
         | 
| 347 | 
            +
                    # Retrieves a supported data source and returns its settings.
         | 
| 357 348 | 
             
                    # @param [String] name
         | 
| 358 349 | 
             
                    #   Required. The field will contain name of the resource requested, for example: `
         | 
| 359 350 | 
             
                    #   projects/`project_id`/dataSources/`data_source_id`` or `projects/`project_id`/
         | 
| @@ -385,12 +376,11 @@ module Google | |
| 385 376 | 
             
                      execute_or_queue_command(command, &block)
         | 
| 386 377 | 
             
                    end
         | 
| 387 378 |  | 
| 388 | 
            -
                    # Lists supported data sources and returns their settings | 
| 389 | 
            -
                    # UI rendering.
         | 
| 379 | 
            +
                    # Lists supported data sources and returns their settings.
         | 
| 390 380 | 
             
                    # @param [String] parent
         | 
| 391 381 | 
             
                    #   Required. The BigQuery project id for which data sources should be returned.
         | 
| 392 382 | 
             
                    #   Must be in the form: `projects/`project_id`` or `projects/`project_id`/
         | 
| 393 | 
            -
                    #   locations/`location_id | 
| 383 | 
            +
                    #   locations/`location_id``
         | 
| 394 384 | 
             
                    # @param [Fixnum] page_size
         | 
| 395 385 | 
             
                    #   Page size. The default page size is the maximum value of 1000 results.
         | 
| 396 386 | 
             
                    # @param [String] page_token
         | 
| @@ -557,8 +547,9 @@ module Google | |
| 557 547 | 
             
                    # Returns information about all transfer configs owned by a project in the
         | 
| 558 548 | 
             
                    # specified location.
         | 
| 559 549 | 
             
                    # @param [String] parent
         | 
| 560 | 
            -
                    #   Required. The BigQuery project id for which  | 
| 561 | 
            -
                    #   projects/`project_id`` or `projects/`project_id`/locations/` | 
| 550 | 
            +
                    #   Required. The BigQuery project id for which transfer configs should be
         | 
| 551 | 
            +
                    #   returned: `projects/`project_id`` or `projects/`project_id`/locations/`
         | 
| 552 | 
            +
                    #   location_id``
         | 
| 562 553 | 
             
                    # @param [Array<String>, String] data_source_ids
         | 
| 563 554 | 
             
                    #   When specified, only configurations of requested data sources are returned.
         | 
| 564 555 | 
             
                    # @param [Fixnum] page_size
         | 
| @@ -805,7 +796,7 @@ module Google | |
| 805 796 | 
             
                      execute_or_queue_command(command, &block)
         | 
| 806 797 | 
             
                    end
         | 
| 807 798 |  | 
| 808 | 
            -
                    # Returns information about running and completed  | 
| 799 | 
            +
                    # Returns information about running and completed transfer runs.
         | 
| 809 800 | 
             
                    # @param [String] parent
         | 
| 810 801 | 
             
                    #   Required. Name of transfer configuration for which transfer runs should be
         | 
| 811 802 | 
             
                    #   retrieved. Format of transfer configuration resource name is: `projects/`
         | 
| @@ -853,7 +844,7 @@ module Google | |
| 853 844 | 
             
                      execute_or_queue_command(command, &block)
         | 
| 854 845 | 
             
                    end
         | 
| 855 846 |  | 
| 856 | 
            -
                    # Returns  | 
| 847 | 
            +
                    # Returns log messages for the transfer run.
         | 
| 857 848 | 
             
                    # @param [String] parent
         | 
| 858 849 | 
             
                    #   Required. Transfer run name in the form: `projects/`project_id`/
         | 
| 859 850 | 
             
                    #   transferConfigs/`config_id`/runs/`run_id`` or `projects/`project_id`/locations/
         | 
| @@ -1028,8 +1019,9 @@ module Google | |
| 1028 1019 | 
             
                    # Returns information about all transfer configs owned by a project in the
         | 
| 1029 1020 | 
             
                    # specified location.
         | 
| 1030 1021 | 
             
                    # @param [String] parent
         | 
| 1031 | 
            -
                    #   Required. The BigQuery project id for which  | 
| 1032 | 
            -
                    #   projects/`project_id`` or `projects/`project_id`/locations/` | 
| 1022 | 
            +
                    #   Required. The BigQuery project id for which transfer configs should be
         | 
| 1023 | 
            +
                    #   returned: `projects/`project_id`` or `projects/`project_id`/locations/`
         | 
| 1024 | 
            +
                    #   location_id``
         | 
| 1033 1025 | 
             
                    # @param [Array<String>, String] data_source_ids
         | 
| 1034 1026 | 
             
                    #   When specified, only configurations of requested data sources are returned.
         | 
| 1035 1027 | 
             
                    # @param [Fixnum] page_size
         | 
| @@ -1276,7 +1268,7 @@ module Google | |
| 1276 1268 | 
             
                      execute_or_queue_command(command, &block)
         | 
| 1277 1269 | 
             
                    end
         | 
| 1278 1270 |  | 
| 1279 | 
            -
                    # Returns information about running and completed  | 
| 1271 | 
            +
                    # Returns information about running and completed transfer runs.
         | 
| 1280 1272 | 
             
                    # @param [String] parent
         | 
| 1281 1273 | 
             
                    #   Required. Name of transfer configuration for which transfer runs should be
         | 
| 1282 1274 | 
             
                    #   retrieved. Format of transfer configuration resource name is: `projects/`
         | 
| @@ -1324,7 +1316,7 @@ module Google | |
| 1324 1316 | 
             
                      execute_or_queue_command(command, &block)
         | 
| 1325 1317 | 
             
                    end
         | 
| 1326 1318 |  | 
| 1327 | 
            -
                    # Returns  | 
| 1319 | 
            +
                    # Returns log messages for the transfer run.
         | 
| 1328 1320 | 
             
                    # @param [String] parent
         | 
| 1329 1321 | 
             
                    #   Required. Transfer run name in the form: `projects/`project_id`/
         | 
| 1330 1322 | 
             
                    #   transferConfigs/`config_id`/runs/`run_id`` or `projects/`project_id`/locations/
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-apis-bigquerydatatransfer_v1
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.17.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: 2022-01-24 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: google-apis-core
         | 
| @@ -57,9 +57,9 @@ licenses: | |
| 57 57 | 
             
            - Apache-2.0
         | 
| 58 58 | 
             
            metadata:
         | 
| 59 59 | 
             
              bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
         | 
| 60 | 
            -
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/ | 
| 61 | 
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0. | 
| 62 | 
            -
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/ | 
| 60 | 
            +
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1/CHANGELOG.md
         | 
| 61 | 
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.17.0
         | 
| 62 | 
            +
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1
         | 
| 63 63 | 
             
            post_install_message: 
         | 
| 64 64 | 
             
            rdoc_options: []
         | 
| 65 65 | 
             
            require_paths:
         | 
| @@ -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. | 
| 78 | 
            +
            rubygems_version: 3.3.5
         | 
| 79 79 | 
             
            signing_key: 
         | 
| 80 80 | 
             
            specification_version: 4
         | 
| 81 81 | 
             
            summary: Simple REST client for BigQuery Data Transfer API V1
         |