google-shopping-merchant-accounts-v1 0.3.1 → 0.3.2

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.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/shopping/merchant/accounts/v1/accounts_pb.rb +4 -1
  3. data/lib/google/shopping/merchant/accounts/v1/accounts_service/client.rb +12 -5
  4. data/lib/google/shopping/merchant/accounts/v1/accounts_service/rest/client.rb +12 -5
  5. data/lib/google/shopping/merchant/accounts/v1/accounts_services_pb.rb +7 -4
  6. data/lib/google/shopping/merchant/accounts/v1/accountservices_pb.rb +2 -1
  7. data/lib/google/shopping/merchant/accounts/v1/developer_registration_service/client.rb +79 -1
  8. data/lib/google/shopping/merchant/accounts/v1/developer_registration_service/rest/client.rb +80 -1
  9. data/lib/google/shopping/merchant/accounts/v1/developer_registration_service/rest/service_stub.rb +59 -0
  10. data/lib/google/shopping/merchant/accounts/v1/developerregistration_pb.rb +2 -1
  11. data/lib/google/shopping/merchant/accounts/v1/developerregistration_services_pb.rb +2 -0
  12. data/lib/google/shopping/merchant/accounts/v1/user_pb.rb +2 -1
  13. data/lib/google/shopping/merchant/accounts/v1/user_service/client.rb +94 -0
  14. data/lib/google/shopping/merchant/accounts/v1/user_service/rest/client.rb +87 -0
  15. data/lib/google/shopping/merchant/accounts/v1/user_service/rest/service_stub.rb +62 -0
  16. data/lib/google/shopping/merchant/accounts/v1/user_services_pb.rb +3 -0
  17. data/lib/google/shopping/merchant/accounts/v1/verificationmailsettings_pb.rb +47 -0
  18. data/lib/google/shopping/merchant/accounts/v1/version.rb +1 -1
  19. data/proto_docs/google/shopping/merchant/accounts/v1/accessright.rb +4 -2
  20. data/proto_docs/google/shopping/merchant/accounts/v1/accounts.rb +72 -0
  21. data/proto_docs/google/shopping/merchant/accounts/v1/accountservices.rb +18 -5
  22. data/proto_docs/google/shopping/merchant/accounts/v1/developerregistration.rb +12 -1
  23. data/proto_docs/google/shopping/merchant/accounts/v1/programs.rb +1 -0
  24. data/proto_docs/google/shopping/merchant/accounts/v1/user.rb +14 -2
  25. data/proto_docs/google/shopping/merchant/accounts/v1/verificationmailsettings.rb +53 -0
  26. metadata +3 -1
@@ -0,0 +1,53 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2025 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Shopping
22
+ module Merchant
23
+ module Accounts
24
+ module V1
25
+ # Settings related to the verification email that is sent after adding a user.
26
+ # @!attribute [rw] verification_mail_mode
27
+ # @return [::Google::Shopping::Merchant::Accounts::V1::VerificationMailSettings::VerificationMailMode]
28
+ # Optional. Mode of the verification mail. If not set, the default is
29
+ # `SEND_VERIFICATION_MAIL`.
30
+ class VerificationMailSettings
31
+ include ::Google::Protobuf::MessageExts
32
+ extend ::Google::Protobuf::MessageExts::ClassMethods
33
+
34
+ # The different configuration options for sending a verification email
35
+ # when adding a user.
36
+ module VerificationMailMode
37
+ # Default first member of every enum. Do not use.
38
+ VERIFICATION_MAIL_MODE_UNSPECIFIED = 0
39
+
40
+ # An invitation email is sent to the user added shortly after.
41
+ SEND_VERIFICATION_MAIL = 1
42
+
43
+ # No invitation email is sent. This can be useful if the user is
44
+ # expected to accept the invitation through the API without needing
45
+ # another notification.
46
+ SUPPRESS_VERIFICATION_MAIL = 2
47
+ end
48
+ end
49
+ end
50
+ end
51
+ end
52
+ end
53
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-accounts-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -281,6 +281,7 @@ files:
281
281
  - lib/google/shopping/merchant/accounts/v1/user_service/rest/client.rb
282
282
  - lib/google/shopping/merchant/accounts/v1/user_service/rest/service_stub.rb
283
283
  - lib/google/shopping/merchant/accounts/v1/user_services_pb.rb
284
+ - lib/google/shopping/merchant/accounts/v1/verificationmailsettings_pb.rb
284
285
  - lib/google/shopping/merchant/accounts/v1/version.rb
285
286
  - proto_docs/README.md
286
287
  - proto_docs/google/api/client.rb
@@ -317,6 +318,7 @@ files:
317
318
  - proto_docs/google/shopping/merchant/accounts/v1/termsofserviceagreementstate.rb
318
319
  - proto_docs/google/shopping/merchant/accounts/v1/termsofservicekind.rb
319
320
  - proto_docs/google/shopping/merchant/accounts/v1/user.rb
321
+ - proto_docs/google/shopping/merchant/accounts/v1/verificationmailsettings.rb
320
322
  - proto_docs/google/shopping/type/types.rb
321
323
  - proto_docs/google/type/date.rb
322
324
  - proto_docs/google/type/datetime.rb