google-ads-data_manager-v1 0.5.0 → 0.6.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/README.md +1 -1
- data/lib/google/ads/data_manager/v1/ingestion_service/client.rb +2 -0
- data/lib/google/ads/data_manager/v1/ingestion_service/rest/client.rb +2 -0
- data/lib/google/ads/data_manager/v1/marketing_data_insights_service/client.rb +2 -0
- data/lib/google/ads/data_manager/v1/marketing_data_insights_service/rest/client.rb +2 -0
- data/lib/google/ads/data_manager/v1/partner_link_service/client.rb +2 -0
- data/lib/google/ads/data_manager/v1/partner_link_service/rest/client.rb +2 -0
- data/lib/google/ads/data_manager/v1/user_list_direct_license_service/client.rb +2 -0
- data/lib/google/ads/data_manager/v1/user_list_direct_license_service/rest/client.rb +2 -0
- data/lib/google/ads/data_manager/v1/user_list_global_license_service/client.rb +2 -0
- data/lib/google/ads/data_manager/v1/user_list_global_license_service/rest/client.rb +2 -0
- data/lib/google/ads/data_manager/v1/user_list_service/client.rb +2 -0
- data/lib/google/ads/data_manager/v1/user_list_service/rest/client.rb +2 -0
- data/lib/google/ads/data_manager/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84f1168536472299d08fb7dea078c6c604824e3d8b1e8e70aded2fcdafd85f1d
|
|
4
|
+
data.tar.gz: 0e00e55cd43254ad4cea68a65e4ed8d6c25beb6b7bdad7fd187f3b248f69fd2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb3dad5bf908feb755fdb77c615454e23e040756e4b8a865018f6c4b4714429fb827d444d259f4418c10be87550f74498aee2b464aa251ac461d55e8588efa27
|
|
7
|
+
data.tar.gz: 2bd4f4f513499bbc05818d8a154a419239470e9d081fae7192c3fb6d6b032dccc8e5b80df12b52865ec49aca08f22d057315d185f80e448a62f040c0923905f1
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby 3.
|
|
89
|
+
This library is supported on Ruby 3.2+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -656,6 +656,7 @@ module Google
|
|
|
656
656
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
657
657
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
658
658
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
659
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
659
660
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
660
661
|
# trigger a retry.
|
|
661
662
|
# @return [::Hash]
|
|
@@ -739,6 +740,7 @@ module Google
|
|
|
739
740
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
740
741
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
741
742
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
743
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
742
744
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
743
745
|
# trigger a retry.
|
|
744
746
|
#
|
|
@@ -627,6 +627,7 @@ module Google
|
|
|
627
627
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
628
628
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
629
629
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
630
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
630
631
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
631
632
|
# trigger a retry.
|
|
632
633
|
# @return [::Hash]
|
|
@@ -699,6 +700,7 @@ module Google
|
|
|
699
700
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
700
701
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
701
702
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
703
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
702
704
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
703
705
|
# trigger a retry.
|
|
704
706
|
#
|
|
@@ -384,6 +384,7 @@ module Google
|
|
|
384
384
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
385
385
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
386
386
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
387
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
387
388
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
388
389
|
# trigger a retry.
|
|
389
390
|
# @return [::Hash]
|
|
@@ -467,6 +468,7 @@ module Google
|
|
|
467
468
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
468
469
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
469
470
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
471
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
470
472
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
471
473
|
# trigger a retry.
|
|
472
474
|
#
|
|
@@ -344,6 +344,7 @@ module Google
|
|
|
344
344
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
345
345
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
346
346
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
347
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
347
348
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
348
349
|
# trigger a retry.
|
|
349
350
|
# @return [::Hash]
|
|
@@ -416,6 +417,7 @@ module Google
|
|
|
416
417
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
417
418
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
418
419
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
420
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
419
421
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
420
422
|
# trigger a retry.
|
|
421
423
|
#
|
|
@@ -615,6 +615,7 @@ module Google
|
|
|
615
615
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
616
616
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
617
617
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
618
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
618
619
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
619
620
|
# trigger a retry.
|
|
620
621
|
# @return [::Hash]
|
|
@@ -698,6 +699,7 @@ module Google
|
|
|
698
699
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
699
700
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
700
701
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
702
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
701
703
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
702
704
|
# trigger a retry.
|
|
703
705
|
#
|
|
@@ -561,6 +561,7 @@ module Google
|
|
|
561
561
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
562
562
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
563
563
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
564
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
564
565
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
565
566
|
# trigger a retry.
|
|
566
567
|
# @return [::Hash]
|
|
@@ -633,6 +634,7 @@ module Google
|
|
|
633
634
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
634
635
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
635
636
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
637
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
636
638
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
637
639
|
# trigger a retry.
|
|
638
640
|
#
|
|
@@ -682,6 +682,7 @@ module Google
|
|
|
682
682
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
683
683
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
684
684
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
685
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
685
686
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
686
687
|
# trigger a retry.
|
|
687
688
|
# @return [::Hash]
|
|
@@ -765,6 +766,7 @@ module Google
|
|
|
765
766
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
766
767
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
767
768
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
769
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
768
770
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
769
771
|
# trigger a retry.
|
|
770
772
|
#
|
|
@@ -621,6 +621,7 @@ module Google
|
|
|
621
621
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
622
622
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
623
623
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
624
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
624
625
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
625
626
|
# trigger a retry.
|
|
626
627
|
# @return [::Hash]
|
|
@@ -693,6 +694,7 @@ module Google
|
|
|
693
694
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
694
695
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
695
696
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
697
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
696
698
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
697
699
|
# trigger a retry.
|
|
698
700
|
#
|
|
@@ -817,6 +817,7 @@ module Google
|
|
|
817
817
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
818
818
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
819
819
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
820
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
820
821
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
821
822
|
# trigger a retry.
|
|
822
823
|
# @return [::Hash]
|
|
@@ -900,6 +901,7 @@ module Google
|
|
|
900
901
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
901
902
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
902
903
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
904
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
903
905
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
904
906
|
# trigger a retry.
|
|
905
907
|
#
|
|
@@ -749,6 +749,7 @@ module Google
|
|
|
749
749
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
750
750
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
751
751
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
752
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
752
753
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
753
754
|
# trigger a retry.
|
|
754
755
|
# @return [::Hash]
|
|
@@ -821,6 +822,7 @@ module Google
|
|
|
821
822
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
822
823
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
823
824
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
825
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
824
826
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
825
827
|
# trigger a retry.
|
|
826
828
|
#
|
|
@@ -834,6 +834,7 @@ module Google
|
|
|
834
834
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
835
835
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
836
836
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
837
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
837
838
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
838
839
|
# trigger a retry.
|
|
839
840
|
# @return [::Hash]
|
|
@@ -917,6 +918,7 @@ module Google
|
|
|
917
918
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
918
919
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
919
920
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
921
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
920
922
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
921
923
|
# trigger a retry.
|
|
922
924
|
#
|
|
@@ -766,6 +766,7 @@ module Google
|
|
|
766
766
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
767
767
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
768
768
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
769
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
769
770
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
770
771
|
# trigger a retry.
|
|
771
772
|
# @return [::Hash]
|
|
@@ -838,6 +839,7 @@ module Google
|
|
|
838
839
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
839
840
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
840
841
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
842
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
841
843
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
842
844
|
# trigger a retry.
|
|
843
845
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-ads-data_manager-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '1.
|
|
18
|
+
version: '1.3'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '1.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|