google-shopping-merchant-inventories-v1beta 0.5.0 → 0.7.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: 95edc6a1f6b251312fea7db7ba97d53e1c211e77f26099117786be54e17c9a6e
4
- data.tar.gz: 2412b2070589d71048fb3668af96b5008be1c0e05d602a21ab3fd4da21122754
3
+ metadata.gz: 9d171c950febc4d95d2d09be87d8b6052ed2429f3ea77756bec5d0049ed4e597
4
+ data.tar.gz: c9f7ffad9bd8308e49aca3ab943581782de8333d529df0ab2aae7d028b542a6f
5
5
  SHA512:
6
- metadata.gz: 5ae743897e5ff2152b35959faa28bcb2e9259fd3c434bfa97203d82225b8376f0011d822b9deba401505c9f24fa50370bcfc0d1bd3f6174adbf922d22de4f7e6
7
- data.tar.gz: 6409d80bcf2f409ead32d1332646d4ad1a732eaa22aec0d8b95d8014f487fd1ccd990ebd225c43a9724a6ef4ce5c8edca120fe00c2d0426550b81f984d2b6f55
6
+ metadata.gz: 419c1b272be30ed043978fa373e5dc023d06fadaa7eef639702e0d4264f646df5379ac64b150391054eb0068f4ea7b6758bad92f98e1ec06bb52286dd4479c91
7
+ data.tar.gz: 7622271d8d935c64fa9fcb60215b25497a6b4b9f5a6bd81b21b265d1b4df3e67abe061a0dc8883baf6630441c08c4231bc07657c4d29d7c066109c26943982e4
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
@@ -534,6 +534,13 @@ module Google
534
534
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
535
535
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
536
536
  # * (`nil`) indicating no credentials
537
+ #
538
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
539
+ # external source for authentication to Google Cloud, you must validate it before
540
+ # providing it to a Google API client library. Providing an unvalidated credential
541
+ # configuration to Google APIs can compromise the security of your systems and data.
542
+ # For more information, refer to [Validate credential configurations from external
543
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
537
544
  # @return [::Object]
538
545
  # @!attribute [rw] scope
539
546
  # The OAuth scopes
@@ -588,8 +595,8 @@ module Google
588
595
 
589
596
  config_attr :endpoint, nil, ::String, nil
590
597
  config_attr :credentials, nil do |value|
591
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
592
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
598
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
599
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
593
600
  allowed.any? { |klass| klass === value }
594
601
  end
595
602
  config_attr :scope, nil, ::String, ::Array, nil
@@ -504,6 +504,13 @@ module Google
504
504
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
505
505
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
506
506
  # * (`nil`) indicating no credentials
507
+ #
508
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
509
+ # external source for authentication to Google Cloud, you must validate it before
510
+ # providing it to a Google API client library. Providing an unvalidated credential
511
+ # configuration to Google APIs can compromise the security of your systems and data.
512
+ # For more information, refer to [Validate credential configurations from external
513
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
507
514
  # @return [::Object]
508
515
  # @!attribute [rw] scope
509
516
  # The OAuth scopes
@@ -551,7 +558,7 @@ module Google
551
558
 
552
559
  config_attr :endpoint, nil, ::String, nil
553
560
  config_attr :credentials, nil do |value|
554
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
561
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
555
562
  allowed.any? { |klass| klass === value }
556
563
  end
557
564
  config_attr :scope, nil, ::String, ::Array, nil
@@ -534,6 +534,13 @@ module Google
534
534
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
535
535
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
536
536
  # * (`nil`) indicating no credentials
537
+ #
538
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
539
+ # external source for authentication to Google Cloud, you must validate it before
540
+ # providing it to a Google API client library. Providing an unvalidated credential
541
+ # configuration to Google APIs can compromise the security of your systems and data.
542
+ # For more information, refer to [Validate credential configurations from external
543
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
537
544
  # @return [::Object]
538
545
  # @!attribute [rw] scope
539
546
  # The OAuth scopes
@@ -588,8 +595,8 @@ module Google
588
595
 
589
596
  config_attr :endpoint, nil, ::String, nil
590
597
  config_attr :credentials, nil do |value|
591
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
592
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
598
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
599
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
593
600
  allowed.any? { |klass| klass === value }
594
601
  end
595
602
  config_attr :scope, nil, ::String, ::Array, nil
@@ -504,6 +504,13 @@ module Google
504
504
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
505
505
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
506
506
  # * (`nil`) indicating no credentials
507
+ #
508
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
509
+ # external source for authentication to Google Cloud, you must validate it before
510
+ # providing it to a Google API client library. Providing an unvalidated credential
511
+ # configuration to Google APIs can compromise the security of your systems and data.
512
+ # For more information, refer to [Validate credential configurations from external
513
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
507
514
  # @return [::Object]
508
515
  # @!attribute [rw] scope
509
516
  # The OAuth scopes
@@ -551,7 +558,7 @@ module Google
551
558
 
552
559
  config_attr :endpoint, nil, ::String, nil
553
560
  config_attr :credentials, nil do |value|
554
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
561
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
555
562
  allowed.any? { |klass| klass === value }
556
563
  end
557
564
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module Inventories
24
24
  module V1beta
25
- VERSION = "0.5.0"
25
+ VERSION = "0.7.0"
26
26
  end
27
27
  end
28
28
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -409,6 +415,14 @@ module Google
409
415
  # @return [::Array<::String>]
410
416
  # An allowlist of the fully qualified names of RPCs that should be included
411
417
  # on public client surfaces.
418
+ # @!attribute [rw] generate_omitted_as_internal
419
+ # @return [::Boolean]
420
+ # Setting this to true indicates to the client generators that methods
421
+ # that would be excluded from the generation should instead be generated
422
+ # in a way that indicates these methods should not be consumed by
423
+ # end users. How this is expressed is up to individual language
424
+ # implementations to decide. Some examples may be: added annotations,
425
+ # obfuscated identifiers, or other language idiomatic patterns.
412
426
  class SelectiveGapicGeneration
413
427
  include ::Google::Protobuf::MessageExts
414
428
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,35 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-inventories-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.7.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: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: 0.24.0
20
- - - "<"
16
+ - - "~>"
21
17
  - !ruby/object:Gem::Version
22
- version: 2.a
18
+ version: '1.0'
23
19
  type: :runtime
24
20
  prerelease: false
25
21
  version_requirements: !ruby/object:Gem::Requirement
26
22
  requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: 0.24.0
30
- - - "<"
23
+ - - "~>"
31
24
  - !ruby/object:Gem::Version
32
- version: 2.a
25
+ version: '1.0'
33
26
  - !ruby/object:Gem::Dependency
34
27
  name: google-cloud-errors
35
28
  requirement: !ruby/object:Gem::Requirement
@@ -115,7 +108,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
115
108
  licenses:
116
109
  - Apache-2.0
117
110
  metadata: {}
118
- post_install_message:
119
111
  rdoc_options: []
120
112
  require_paths:
121
113
  - lib
@@ -123,15 +115,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
123
115
  requirements:
124
116
  - - ">="
125
117
  - !ruby/object:Gem::Version
126
- version: '2.7'
118
+ version: '3.1'
127
119
  required_rubygems_version: !ruby/object:Gem::Requirement
128
120
  requirements:
129
121
  - - ">="
130
122
  - !ruby/object:Gem::Version
131
123
  version: '0'
132
124
  requirements: []
133
- rubygems_version: 3.5.23
134
- signing_key:
125
+ rubygems_version: 3.6.8
135
126
  specification_version: 4
136
127
  summary: Programmatically manage your Merchant Center accounts.
137
128
  test_files: []