google-shopping-merchant-notifications-v1beta 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b5d3b4a938eca91788e42bce5879feebd917936c54ce9931602cd46fb2c9f2f
4
- data.tar.gz: 706fef0196cf4ced733a9bd276701b3f94a0e9553ec1040baf19685ef54e2e00
3
+ metadata.gz: 70ce775de9158e28ff8c5ab8e288045949087a87e48c243054ef9b61e827937d
4
+ data.tar.gz: 3c39e970b39f8f611305fd383fc88bdc98d8346ec6558f5be0d7fb64c026db60
5
5
  SHA512:
6
- metadata.gz: 1518a1146edae6d8278954829c27a1e3ebd1391c8a19ed14e27a985690ab5d5c2e866d2586419ef3608003b5baf1943b15fcd618787e281b3fdc803b4832094e
7
- data.tar.gz: 3171881173e028aa6b47f9cba4e80868161a577c742f331db326024d837cd8a1de002c7ebbfd9e7d0cb065ea5c44cf25a157e1d5331fa031a6d970b00a895fac
6
+ metadata.gz: 372690d12cb04260e480be521652425659a1230f3bcbf9984168c00f5b8a61668aed7bd74ae4f1e28b200a762d6c9cd979a8d3a4b50601e6b0b328d0e4c9bb7e
7
+ data.tar.gz: 8b12834d9b4fd49925425cbc31d317645ec5802d4cc592253250b4bc87451537bff4fd05b8c333a23d7443f408edc29600dc3d33d794a26bc966b09e73a1973a
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
@@ -689,6 +689,13 @@ module Google
689
689
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
690
690
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
691
691
  # * (`nil`) indicating no credentials
692
+ #
693
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
694
+ # external source for authentication to Google Cloud, you must validate it before
695
+ # providing it to a Google API client library. Providing an unvalidated credential
696
+ # configuration to Google APIs can compromise the security of your systems and data.
697
+ # For more information, refer to [Validate credential configurations from external
698
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
692
699
  # @return [::Object]
693
700
  # @!attribute [rw] scope
694
701
  # The OAuth scopes
@@ -645,6 +645,13 @@ module Google
645
645
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
646
646
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
647
647
  # * (`nil`) indicating no credentials
648
+ #
649
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
650
+ # external source for authentication to Google Cloud, you must validate it before
651
+ # providing it to a Google API client library. Providing an unvalidated credential
652
+ # configuration to Google APIs can compromise the security of your systems and data.
653
+ # For more information, refer to [Validate credential configurations from external
654
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
648
655
  # @return [::Object]
649
656
  # @!attribute [rw] scope
650
657
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module Notifications
24
24
  module V1beta
25
- VERSION = "0.2.0"
25
+ VERSION = "0.3.0"
26
26
  end
27
27
  end
28
28
  end
@@ -104,10 +104,14 @@ module Google
104
104
  # If this value is true, the requesting account is notified of the
105
105
  # specified event for all managed accounts (can be subaccounts or other
106
106
  # linked accounts) including newly added accounts on a daily basis.
107
+ #
108
+ # Note: The following fields are mutually exclusive: `all_managed_accounts`, `target_account`. If a field in that set is populated, all other fields in the set will automatically be cleared.
107
109
  # @!attribute [rw] target_account
108
110
  # @return [::String]
109
111
  # The `name` of the account you want to receive notifications for.
110
112
  # Format: `accounts/{account}`
113
+ #
114
+ # Note: The following fields are mutually exclusive: `target_account`, `all_managed_accounts`. If a field in that set is populated, all other fields in the set will automatically be cleared.
111
115
  # @!attribute [r] name
112
116
  # @return [::String]
113
117
  # Output only. The `name` of the notification configuration. Generated by the
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-notifications-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
@@ -104,7 +103,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
104
103
  licenses:
105
104
  - Apache-2.0
106
105
  metadata: {}
107
- post_install_message:
108
106
  rdoc_options: []
109
107
  require_paths:
110
108
  - lib
@@ -112,15 +110,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
110
  requirements:
113
111
  - - ">="
114
112
  - !ruby/object:Gem::Version
115
- version: '2.7'
113
+ version: '3.0'
116
114
  required_rubygems_version: !ruby/object:Gem::Requirement
117
115
  requirements:
118
116
  - - ">="
119
117
  - !ruby/object:Gem::Version
120
118
  version: '0'
121
119
  requirements: []
122
- rubygems_version: 3.5.23
123
- signing_key:
120
+ rubygems_version: 3.6.2
124
121
  specification_version: 4
125
122
  summary: Programmatically manage your Merchant Center accounts.
126
123
  test_files: []