google-cloud-commerce-consumer-procurement-v1 1.2.0 → 1.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: 58ed77380e4ea6b181eb3f519a17dac764cf7b03a965c42bea614f8dbcce7b95
4
- data.tar.gz: de5ea3ffe884c736113f78889ae9a748e6efe3a8b198e0b8c743cf9b15719e2b
3
+ metadata.gz: e2b93c332523126e0bbad5ede764e431c8d3663f1a1a1334fffb379ea7e92585
4
+ data.tar.gz: f56fbc3a6b883f6a34f86fd28b526e514f3dbf167e0ffcdf4fd79a98f2902fc2
5
5
  SHA512:
6
- metadata.gz: d7a8222fc978ddbc4e28f6a2c4ff0210172b381cc12b64496e9201a1054906db24e353731cd9e37a233755cd582f8d9ffad832fc9b153486d8f8f6e03d78d5f4
7
- data.tar.gz: 793969b30df25433e2a6955b44ed6bc71e349c5f65f2731b6640f41542979b8829398709cc679fecc556f9cf023e203f1131258770157ad3f757b135e2c72fb8
6
+ metadata.gz: 305da1046021f1c88821adc70db8be626b639f4b107fef4da00ed194fcdbee1473f7ea48b3b3619771cc9693e2ccd4169567365a50c0c0908a6c9e624bab768e
7
+ data.tar.gz: df9a39abbab8be9f4f4567f5c8d1bcffabb6ce9168449e9411a7298f76e3be28d6641ada0a82240a39a80e97c8d415b7460af91c46ea7d88a59e7d763efcab72
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
@@ -790,6 +790,13 @@ module Google
790
790
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
791
791
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
792
792
  # * (`nil`) indicating no credentials
793
+ #
794
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
795
+ # external source for authentication to Google Cloud, you must validate it before
796
+ # providing it to a Google API client library. Providing an unvalidated credential
797
+ # configuration to Google APIs can compromise the security of your systems and data.
798
+ # For more information, refer to [Validate credential configurations from external
799
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
793
800
  # @return [::Object]
794
801
  # @!attribute [rw] scope
795
802
  # The OAuth scopes
@@ -642,6 +642,13 @@ module Google
642
642
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
643
643
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
644
644
  # * (`nil`) indicating no credentials
645
+ #
646
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
647
+ # external source for authentication to Google Cloud, you must validate it before
648
+ # providing it to a Google API client library. Providing an unvalidated credential
649
+ # configuration to Google APIs can compromise the security of your systems and data.
650
+ # For more information, refer to [Validate credential configurations from external
651
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
645
652
  # @return [::Object]
646
653
  # @!attribute [rw] scope
647
654
  # The OAuth scopes
@@ -746,6 +746,13 @@ module Google
746
746
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
747
747
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
748
748
  # * (`nil`) indicating no credentials
749
+ #
750
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
751
+ # external source for authentication to Google Cloud, you must validate it before
752
+ # providing it to a Google API client library. Providing an unvalidated credential
753
+ # configuration to Google APIs can compromise the security of your systems and data.
754
+ # For more information, refer to [Validate credential configurations from external
755
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
749
756
  # @return [::Object]
750
757
  # @!attribute [rw] scope
751
758
  # The OAuth scopes
@@ -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
@@ -679,6 +679,13 @@ module Google
679
679
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
680
680
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
681
681
  # * (`nil`) indicating no credentials
682
+ #
683
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
684
+ # external source for authentication to Google Cloud, you must validate it before
685
+ # providing it to a Google API client library. Providing an unvalidated credential
686
+ # configuration to Google APIs can compromise the security of your systems and data.
687
+ # For more information, refer to [Validate credential configurations from external
688
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
682
689
  # @return [::Object]
683
690
  # @!attribute [rw] scope
684
691
  # The OAuth scopes
@@ -635,6 +635,13 @@ module Google
635
635
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
636
636
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
637
637
  # * (`nil`) indicating no credentials
638
+ #
639
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
640
+ # external source for authentication to Google Cloud, you must validate it before
641
+ # providing it to a Google API client library. Providing an unvalidated credential
642
+ # configuration to Google APIs can compromise the security of your systems and data.
643
+ # For more information, refer to [Validate credential configurations from external
644
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
638
645
  # @return [::Object]
639
646
  # @!attribute [rw] scope
640
647
  # The OAuth scopes
@@ -23,7 +23,7 @@ module Google
23
23
  module Consumer
24
24
  module Procurement
25
25
  module V1
26
- VERSION = "1.2.0"
26
+ VERSION = "1.3.0"
27
27
  end
28
28
  end
29
29
  end
@@ -27,9 +27,13 @@ module Google
27
27
  # @!attribute [rw] manual_assignment_type
28
28
  # @return [::Google::Cloud::Commerce::Consumer::Procurement::V1::AssignmentProtocol::ManualAssignmentType]
29
29
  # Allow manual assignments triggered by administrative operations only.
30
+ #
31
+ # Note: The following fields are mutually exclusive: `manual_assignment_type`, `auto_assignment_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
30
32
  # @!attribute [rw] auto_assignment_type
31
33
  # @return [::Google::Cloud::Commerce::Consumer::Procurement::V1::AssignmentProtocol::AutoAssignmentType]
32
34
  # Allow automatic assignments triggered by data plane operations.
35
+ #
36
+ # Note: The following fields are mutually exclusive: `auto_assignment_type`, `manual_assignment_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
33
37
  class AssignmentProtocol
34
38
  include ::Google::Protobuf::MessageExts
35
39
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -162,12 +162,18 @@ module Google
162
162
  # @!attribute [rw] int64_value
163
163
  # @return [::Integer]
164
164
  # Represents an int64 value.
165
+ #
166
+ # Note: The following fields are mutually exclusive: `int64_value`, `string_value`, `double_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
165
167
  # @!attribute [rw] string_value
166
168
  # @return [::String]
167
169
  # Represents a string value.
170
+ #
171
+ # Note: The following fields are mutually exclusive: `string_value`, `int64_value`, `double_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
168
172
  # @!attribute [rw] double_value
169
173
  # @return [::Float]
170
174
  # Represents a double value.
175
+ #
176
+ # Note: The following fields are mutually exclusive: `double_value`, `int64_value`, `string_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
171
177
  class Value
172
178
  include ::Google::Protobuf::MessageExts
173
179
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -40,6 +40,8 @@ module Google
40
40
  # @!attribute [rw] error
41
41
  # @return [::Google::Rpc::Status]
42
42
  # The error result of the operation in case of failure or cancellation.
43
+ #
44
+ # Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
43
45
  # @!attribute [rw] response
44
46
  # @return [::Google::Protobuf::Any]
45
47
  # The normal, successful response of the operation. If the original
@@ -50,6 +52,8 @@ module Google
50
52
  # is the original method name. For example, if the original method name
51
53
  # is `TakeSnapshot()`, the inferred response type is
52
54
  # `TakeSnapshotResponse`.
55
+ #
56
+ # Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
53
57
  class Operation
54
58
  include ::Google::Protobuf::MessageExts
55
59
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-commerce-consumer-procurement-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.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
@@ -101,7 +100,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
101
100
  licenses:
102
101
  - Apache-2.0
103
102
  metadata: {}
104
- post_install_message:
105
103
  rdoc_options: []
106
104
  require_paths:
107
105
  - lib
@@ -109,15 +107,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
107
  requirements:
110
108
  - - ">="
111
109
  - !ruby/object:Gem::Version
112
- version: '2.7'
110
+ version: '3.0'
113
111
  required_rubygems_version: !ruby/object:Gem::Requirement
114
112
  requirements:
115
113
  - - ">="
116
114
  - !ruby/object:Gem::Version
117
115
  version: '0'
118
116
  requirements: []
119
- rubygems_version: 3.5.23
120
- signing_key:
117
+ rubygems_version: 3.6.2
121
118
  specification_version: 4
122
119
  summary: Enables consumers to procure products served by Cloud Marketplace platform.
123
120
  test_files: []