google-apis-bigquerydatatransfer_v1 0.37.0 → 0.38.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: 4d11898944a494f99071c2ac67b12b5b2a0fccd23a9c64f7391c13db6a4833bc
4
- data.tar.gz: f3d63ce9746b85d3d8983d9d37c320a704a0028ff02bbfa4724613673df879d9
3
+ metadata.gz: 5b6bef320436ad9d5d6c41faabe93dc03a9a8e9ebe535cb1c7df88a7953c2f0f
4
+ data.tar.gz: 80a91260f7cb390abeb457a69ca8403b225ee803cac6374eb9fe8e39a7193b00
5
5
  SHA512:
6
- metadata.gz: c79bb72ed1fa9328dec151de283ca77a3be1ada25b08a0eb68e1a54ceb2219c8b2752e2831a90e65a312c79b69d185bae3ec507a4b31fc04145a062f2c4736b0
7
- data.tar.gz: a726d8b1ac60cb8a81f0761e02ed4963464b489283369e733160154e5bad7d38c8f5251d50b1a99a874b35e989984bfedecc3a3ef518290e20e3a90ac15a1973
6
+ metadata.gz: e930368bb3e21a8f65a43b0a5dec16ff582a9d213134404fa96cdcc08eb1b9b399e8dea8b47da5aac79ba387febd54a3962314306592c554a42e022872c73b7b
7
+ data.tar.gz: 4a726340df9c5324e18e294cebd79cc8dc24c9f51f4df9f28025130b013542d75e791c88a9805772c65e7bbcecf1efe2dd62e8fbd65130d8fdc34f9c5461e1db
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.38.0 (2024-02-11)
4
+
5
+ * Regenerated from discovery document revision 20240202
6
+
3
7
  ### v0.37.0 (2024-02-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20240130
@@ -580,7 +580,7 @@ module Google
580
580
 
581
581
  # Defines time to stop scheduling transfer runs. A transfer run cannot be
582
582
  # scheduled at or after the end time. The end time can be changed at any moment.
583
- # The time when a data transfer can be trigerred manually is not limited by this
583
+ # The time when a data transfer can be triggered manually is not limited by this
584
584
  # option.
585
585
  # Corresponds to the JSON property `endTime`
586
586
  # @return [String]
@@ -589,7 +589,7 @@ module Google
589
589
  # Specifies time to start scheduling transfer runs. The first run will be
590
590
  # scheduled at or after the start time according to a recurrence pattern defined
591
591
  # in the schedule string. The start time can be changed at any moment. The time
592
- # when a data transfer can be trigerred manually is not limited by this option.
592
+ # when a data transfer can be triggered manually is not limited by this option.
593
593
  # Corresponds to the JSON property `startTime`
594
594
  # @return [String]
595
595
  attr_accessor :start_time
@@ -806,8 +806,8 @@ module Google
806
806
  # @return [String]
807
807
  attr_accessor :destination_dataset_id
808
808
 
809
- # Is this config disabled. When set to true, no runs are scheduled for a given
810
- # transfer.
809
+ # Is this config disabled. When set to true, no runs will be scheduled for this
810
+ # transfer config.
811
811
  # Corresponds to the JSON property `disabled`
812
812
  # @return [Boolean]
813
813
  attr_accessor :disabled
@@ -844,7 +844,7 @@ module Google
844
844
 
845
845
  # Pub/Sub topic where notifications will be sent after transfer runs associated
846
846
  # with this transfer config finish. The format for specifying a pubsub topic is:
847
- # `projects/`project`/topics/`topic``
847
+ # `projects/`project_id`/topics/`topic_id``
848
848
  # Corresponds to the JSON property `notificationPubsubTopic`
849
849
  # @return [String]
850
850
  attr_accessor :notification_pubsub_topic
@@ -997,7 +997,7 @@ module Google
997
997
 
998
998
  # Output only. Pub/Sub topic where a notification will be sent after this
999
999
  # transfer run finishes. The format for specifying a pubsub topic is: `projects/`
1000
- # project`/topics/`topic``
1000
+ # project_id`/topics/`topic_id``
1001
1001
  # Corresponds to the JSON property `notificationPubsubTopic`
1002
1002
  # @return [String]
1003
1003
  attr_accessor :notification_pubsub_topic
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240130"
25
+ REVISION = "20240202"
26
26
  end
27
27
  end
28
28
  end
@@ -315,7 +315,8 @@ module Google
315
315
  # Unenroll data sources in a user project. This allows users to remove transfer
316
316
  # configurations for these data sources. They will no longer appear in the
317
317
  # ListDataSources RPC and will also no longer appear in the [BigQuery UI](https:/
318
- # /console.cloud.google.com/bigquery).
318
+ # /console.cloud.google.com/bigquery). Data transfers configurations of
319
+ # unenrolled data sources will not be scheduled.
319
320
  # @param [String] name
320
321
  # The name of the project resource in the form: `projects/`project_id``
321
322
  # @param [Google::Apis::BigquerydatatransferV1::UnenrollDataSourcesRequest] unenroll_data_sources_request_object
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.37.0
4
+ version: 0.38.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: 2024-02-04 00:00:00.000000000 Z
11
+ date: 2024-02-11 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-bigquerydatatransfer_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.38.0
62
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: []