google-apis-domains_v1 0.35.0 → 0.36.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 49902b482bf39813dcd28ed6c405305f4bd3b20f522336c9543c5411e5baf89a
|
|
4
|
+
data.tar.gz: 8901f3aa425fbb5e8dceb1bd990a917ac021de24c2b99027844d525fa8329362
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3361e6ca9d33b463fa5b0a1fb331a9823e9cb9c7dd4c0dcb85a41237d63e64438089c20cc14b17b9dcc75f7a6c82fb14fdc56c6ea093415000dab2bcd636c7b
|
|
7
|
+
data.tar.gz: ab85f19b4c6d103f520c8920d66c65875f2c0f8b08a49c2bf63ad9a70c8848f005ba998493d5ca97776f99951db9b5d999ea845a45e09ea9e8c922038cf731f5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-domains_v1
|
|
2
2
|
|
|
3
|
+
### v0.36.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260603
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
3
8
|
### v0.35.0 (2026-05-03)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20260427
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/domains/) may provide guida
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -948,6 +948,13 @@ module Google
|
|
|
948
948
|
# @return [String]
|
|
949
949
|
attr_accessor :tag
|
|
950
950
|
|
|
951
|
+
# Optional. If set, validates the request without actually initiating the
|
|
952
|
+
# transfer.
|
|
953
|
+
# Corresponds to the JSON property `validateOnly`
|
|
954
|
+
# @return [Boolean]
|
|
955
|
+
attr_accessor :validate_only
|
|
956
|
+
alias_method :validate_only?, :validate_only
|
|
957
|
+
|
|
951
958
|
def initialize(**args)
|
|
952
959
|
update!(**args)
|
|
953
960
|
end
|
|
@@ -955,6 +962,7 @@ module Google
|
|
|
955
962
|
# Update properties of this object
|
|
956
963
|
def update!(**args)
|
|
957
964
|
@tag = args[:tag] if args.key?(:tag)
|
|
965
|
+
@validate_only = args[:validate_only] if args.key?(:validate_only)
|
|
958
966
|
end
|
|
959
967
|
end
|
|
960
968
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DomainsV1
|
|
18
18
|
# Version of the google-apis-domains_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.36.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260603"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -633,6 +633,9 @@ module Google
|
|
|
633
633
|
# Required. The field mask describing which fields to update as a comma-
|
|
634
634
|
# separated list. For example, if only the labels are being updated, the `
|
|
635
635
|
# update_mask` is `"labels"`.
|
|
636
|
+
# @param [Boolean] validate_only
|
|
637
|
+
# Optional. If set, validates the request without actually updating the
|
|
638
|
+
# registration.
|
|
636
639
|
# @param [String] fields
|
|
637
640
|
# Selector specifying which fields to include in a partial response.
|
|
638
641
|
# @param [String] quota_user
|
|
@@ -650,7 +653,7 @@ module Google
|
|
|
650
653
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
651
654
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
652
655
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
653
|
-
def patch_project_location_registration(name, registration_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
656
|
+
def patch_project_location_registration(name, registration_object = nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
654
657
|
command = make_simple_command(:patch, 'v1/{+name}', options)
|
|
655
658
|
command.request_representation = Google::Apis::DomainsV1::Registration::Representation
|
|
656
659
|
command.request_object = registration_object
|
|
@@ -658,6 +661,7 @@ module Google
|
|
|
658
661
|
command.response_class = Google::Apis::DomainsV1::Operation
|
|
659
662
|
command.params['name'] = name unless name.nil?
|
|
660
663
|
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
664
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
661
665
|
command.query['fields'] = fields unless fields.nil?
|
|
662
666
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
663
667
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-domains_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.36.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1/v0.36.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|