google-shopping-merchant-conversions-v1beta 0.2.0 → 0.3.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: 7e58c60b883bf4417c213e159d4b713164d914fc2899c722de57358e972a325e
4
- data.tar.gz: '09098291aa690feda0c0abcd0c4bd7389f4967fdb01e8ad44683208c71579337'
3
+ metadata.gz: 50cd7bcdb32cacca04b42dec1c97e5ecf25f2c56a235fd959d3490cbd67589ef
4
+ data.tar.gz: 7812c537f981555a35bc37465ce3e73717678206d4d388fd1a49a11e0bbe01c1
5
5
  SHA512:
6
- metadata.gz: f5bf934f0cfb236bf88244e359866e8f11ae94af5fedc66834228c8256d469b36cef64eb86ab414c0befc2554eac416a506c757d21e55ddd708896352153fc7a
7
- data.tar.gz: 77777e3d0a9eff07b97bc97e11dd9427eb28b7adccd344a5c28302648727782403cdef9fdfec1237047348679c7bcace5ffd3ceb5660c53ff50f81e7cb344f36
6
+ metadata.gz: 434484af2935cdc42d135786da89412891e930e2859068a4890801cb554025e74889c2739ee8008af986706494c344260f44402e096e31981346a549d8afc577
7
+ data.tar.gz: 1575bfdfce1e088891c406c71114ebb0c96324e35141f11e7fb438437770fd16b312fc04d64528f3b2c37d849e052e1ae9f346e9b636bae03fe5dc1232c2bb73
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 2.7+.
88
+ This library is supported on Ruby 3.0+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -775,6 +775,13 @@ module Google
775
775
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
776
776
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
777
777
  # * (`nil`) indicating no credentials
778
+ #
779
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
780
+ # external source for authentication to Google Cloud, you must validate it before
781
+ # providing it to a Google API client library. Providing an unvalidated credential
782
+ # configuration to Google APIs can compromise the security of your systems and data.
783
+ # For more information, refer to [Validate credential configurations from external
784
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
778
785
  # @return [::Object]
779
786
  # @!attribute [rw] scope
780
787
  # The OAuth scopes
@@ -724,6 +724,13 @@ module Google
724
724
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
725
725
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
726
726
  # * (`nil`) indicating no credentials
727
+ #
728
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
729
+ # external source for authentication to Google Cloud, you must validate it before
730
+ # providing it to a Google API client library. Providing an unvalidated credential
731
+ # configuration to Google APIs can compromise the security of your systems and data.
732
+ # For more information, refer to [Validate credential configurations from external
733
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
727
734
  # @return [::Object]
728
735
  # @!attribute [rw] scope
729
736
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module Conversions
24
24
  module V1beta
25
- VERSION = "0.2.0"
25
+ VERSION = "0.3.0"
26
26
  end
27
27
  end
28
28
  end
@@ -27,9 +27,13 @@ module Google
27
27
  # @!attribute [rw] google_analytics_link
28
28
  # @return [::Google::Shopping::Merchant::Conversions::V1beta::GoogleAnalyticsLink]
29
29
  # Immutable. Conversion Source of type "Link to Google Analytics Property".
30
+ #
31
+ # Note: The following fields are mutually exclusive: `google_analytics_link`, `merchant_center_destination`. If a field in that set is populated, all other fields in the set will automatically be cleared.
30
32
  # @!attribute [rw] merchant_center_destination
31
33
  # @return [::Google::Shopping::Merchant::Conversions::V1beta::MerchantCenterDestination]
32
34
  # Conversion Source of type "Merchant Center Tag Destination".
35
+ #
36
+ # Note: The following fields are mutually exclusive: `merchant_center_destination`, `google_analytics_link`. If a field in that set is populated, all other fields in the set will automatically be cleared.
33
37
  # @!attribute [r] name
34
38
  # @return [::String]
35
39
  # Output only. Identifier. Generated by the Content API upon creation of a
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-conversions-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -84,7 +83,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
84
83
  licenses:
85
84
  - Apache-2.0
86
85
  metadata: {}
87
- post_install_message:
88
86
  rdoc_options: []
89
87
  require_paths:
90
88
  - lib
@@ -92,15 +90,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
90
  requirements:
93
91
  - - ">="
94
92
  - !ruby/object:Gem::Version
95
- version: '2.7'
93
+ version: '3.0'
96
94
  required_rubygems_version: !ruby/object:Gem::Requirement
97
95
  requirements:
98
96
  - - ">="
99
97
  - !ruby/object:Gem::Version
100
98
  version: '0'
101
99
  requirements: []
102
- rubygems_version: 3.5.23
103
- signing_key:
100
+ rubygems_version: 3.6.2
104
101
  specification_version: 4
105
102
  summary: Programmatically manage your Merchant Center accounts.
106
103
  test_files: []