google-apis-domains_v1 0.1.0 → 0.4.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: 2978b6578809cd894e559b85890f0de96207dadb641a421f4288c48c9d9ddc95
4
- data.tar.gz: c9fb54faad8618cc17b6ded7a04e735c6b3453e2b80b0179974e29be2278b5a6
3
+ metadata.gz: 5e5e6523e5878e96a8bcd9eaf94dcd9e486122f12af4444bc6b0a323db922ab1
4
+ data.tar.gz: a9134288495acd96d6ba3e11d774d9a436de78924731dd8dc186d61f40b79cbb
5
5
  SHA512:
6
- metadata.gz: 6ebf0f32d2f8f2eca800efdc09a5b596f80db9622cd4bb640b5ef39e97ba03f7a0fb5b2519b6413e7150a9855163f4425b249918ad3078781a837de5e033895b
7
- data.tar.gz: 7ec4f37114671e7b4de2596e5077c4eddbaaa005fe09ef41a85298cf81ed31c52b5b814df15d5b30a33fff90c991ece45302c605c9e26236441eba84c0e4a379
6
+ metadata.gz: ea3f17340e89a7cc2360e8b0988efe7e3e97da48d5298498e233cc4d58d4edc8454f14bdc595be2b92d22777cfb93e9ccc9e701c45acd46d298a5e1623096f7c
7
+ data.tar.gz: f5ccedc065507dc49fdf68457f9e5c61eedfb4e5bac475f2c02ebfbddfa89f0ce9fbe517181f9b711b5e53ce1f124e59fb0b3c56f253d4b0cf133f5fd0355cc3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-domains_v1
2
2
 
3
+ ### v0.4.0 (2022-03-14)
4
+
5
+ * Regenerated from discovery document revision 20220308
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.3.0 (2021-12-14)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.2.0 (2021-11-12)
13
+
14
+ * Regenerated from discovery document revision 20211108
15
+
3
16
  ### v0.1.0 (2021-10-24)
4
17
 
5
18
  * Regenerated from discovery document revision 20211019
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/domains_v1"
51
51
  client = Google::Apis::DomainsV1::CloudDomainsService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -204,7 +204,7 @@ module Google
204
204
 
205
205
  # Required. The field mask describing which fields to update as a comma-
206
206
  # separated list. For example, if only the registrant contact is being updated,
207
- # the `update_mask` would be `"registrant_contact"`.
207
+ # the `update_mask` is `"registrant_contact"`.
208
208
  # Corresponds to the JSON property `updateMask`
209
209
  # @return [String]
210
210
  attr_accessor :update_mask
@@ -240,11 +240,11 @@ module Google
240
240
 
241
241
  # Required. The field mask describing which fields to update as a comma-
242
242
  # separated list. For example, if only the name servers are being updated for an
243
- # existing Custom DNS configuration, the `update_mask` would be `"custom_dns.
243
+ # existing Custom DNS configuration, the `update_mask` is `"custom_dns.
244
244
  # name_servers"`. When changing the DNS provider from one type to another, pass
245
245
  # the new provider's field name as part of the field mask. For example, when
246
246
  # changing from a Google Domains DNS configuration to a Custom DNS configuration,
247
- # the `update_mask` would be `"custom_dns"`. //
247
+ # the `update_mask` is `"custom_dns"`. //
248
248
  # Corresponds to the JSON property `updateMask`
249
249
  # @return [String]
250
250
  attr_accessor :update_mask
@@ -278,7 +278,7 @@ module Google
278
278
 
279
279
  # Required. The field mask describing which fields to update as a comma-
280
280
  # separated list. For example, if only the transfer lock is being updated, the `
281
- # update_mask` would be `"transfer_lock_state"`.
281
+ # update_mask` is `"transfer_lock_state"`.
282
282
  # Corresponds to the JSON property `updateMask`
283
283
  # @return [String]
284
284
  attr_accessor :update_mask
@@ -1105,8 +1105,8 @@ module Google
1105
1105
  attr_accessor :recipients
1106
1106
 
1107
1107
  # Required. CLDR region code of the country/region of the address. This is never
1108
- # inferred and it is up to the user to ensure the value is correct. See http://
1109
- # cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/
1108
+ # inferred and it is up to the user to ensure the value is correct. See https://
1109
+ # cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/
1110
1110
  # territory_information.html for details. Example: "CH" for Switzerland.
1111
1111
  # Corresponds to the JSON property `regionCode`
1112
1112
  # @return [String]
@@ -1186,7 +1186,7 @@ module Google
1186
1186
  # @return [Google::Apis::DomainsV1::Registration]
1187
1187
  attr_accessor :registration
1188
1188
 
1189
- # When true, only validation will be performed, without actually registering the
1189
+ # When true, only validation is performed, without actually registering the
1190
1190
  # domain. Follows: https://cloud.google.com/apis/design/design_patterns#
1191
1191
  # request_validation
1192
1192
  # Corresponds to the JSON property `validateOnly`
@@ -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.1.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211019"
25
+ REVISION = "20220308"
26
26
  end
27
27
  end
28
28
  end
@@ -302,16 +302,17 @@ module Google
302
302
  execute_or_queue_command(command, &block)
303
303
  end
304
304
 
305
- # Deletes a `Registration` resource. For `Registration` resources using usage
306
- # billing, this method works if: * `state` is `EXPORTED` with `expire_time` in
305
+ # Deletes a `Registration` resource. This method works on any `Registration`
306
+ # resource using [Subscription or Commitment billing](/domains/pricing#billing-
307
+ # models), provided that the resource was created at least 1 day in the past.
308
+ # For `Registration` resources using [Monthly billing](/domains/pricing#billing-
309
+ # models), this method works if: * `state` is `EXPORTED` with `expire_time` in
307
310
  # the past * `state` is `REGISTRATION_FAILED` * `state` is `TRANSFER_FAILED`
308
- # This method works on any `Registration` resource using subscription billing,
309
- # provided that the resource was created at least 1 day in the past. When an
310
- # active domain is successfully deleted, you can continue to use the domain in [
311
- # Google Domains](https://domains.google/) until it expires. The calling user
312
- # becomes the domain's sole owner in Google Domains, and permissions for the
313
- # domain are subsequently managed there. The domain will not renew automatically
314
- # unless the new owner sets up billing in Google Domains.
311
+ # When an active registration is successfully deleted, you can continue to use
312
+ # the domain in [Google Domains](https://domains.google/) until it expires. The
313
+ # calling user becomes the domain's sole owner in Google Domains, and
314
+ # permissions for the domain are subsequently managed there. The domain does not
315
+ # renew automatically unless the new owner sets up billing in Google Domains.
315
316
  # @param [String] name
316
317
  # Required. The name of the `Registration` to delete, in the format `projects/*/
317
318
  # locations/*/registrations/*`.
@@ -346,7 +347,7 @@ module Google
346
347
  # Domains. When an active domain is successfully exported, you can continue to
347
348
  # use the domain in [Google Domains](https://domains.google/) until it expires.
348
349
  # The calling user becomes the domain's sole owner in Google Domains, and
349
- # permissions for the domain are subsequently managed there. The domain will not
350
+ # permissions for the domain are subsequently managed there. The domain does not
350
351
  # renew automatically unless the new owner sets up billing in Google Domains.
351
352
  # @param [String] name
352
353
  # Required. The name of the `Registration` to export, in the format `projects/*/
@@ -418,13 +419,16 @@ module Google
418
419
  # REQUIRED: The resource for which the policy is being requested. See the
419
420
  # operation documentation for the appropriate value for this field.
420
421
  # @param [Fixnum] options_requested_policy_version
421
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
422
- # 3. Requests specifying an invalid value will be rejected. Requests for
423
- # policies with any conditional bindings must specify version 3. Policies
424
- # without any conditional bindings may specify any valid value or leave the
425
- # field unset. To learn which resources support conditions in their IAM policies,
426
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
427
- # resource-policies).
422
+ # Optional. The maximum policy version that will be used to format the policy.
423
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
424
+ # rejected. Requests for policies with any conditional role bindings must
425
+ # specify version 3. Policies with no conditional role bindings may specify any
426
+ # valid value or leave the field unset. The policy in the response might use the
427
+ # policy version that you specified, or it might use a lower policy version. For
428
+ # example, if you specify version 3, but the policy has no conditional role
429
+ # bindings, the response uses version 1. To learn which resources support
430
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
431
+ # google.com/iam/help/conditions/resource-policies).
428
432
  # @param [String] fields
429
433
  # Selector specifying which fields to include in a partial response.
430
434
  # @param [String] quota_user
@@ -516,7 +520,7 @@ module Google
516
520
  # @param [String] update_mask
517
521
  # Required. The field mask describing which fields to update as a comma-
518
522
  # separated list. For example, if only the labels are being updated, the `
519
- # update_mask` would be `"labels"`.
523
+ # update_mask` is `"labels"`.
520
524
  # @param [String] fields
521
525
  # Selector specifying which fields to include in a partial response.
522
526
  # @param [String] quota_user
@@ -695,7 +699,7 @@ module Google
695
699
 
696
700
  # Gets parameters needed to transfer a domain name from another registrar to
697
701
  # Cloud Domains. For domains managed by Google Domains, transferring to Cloud
698
- # Domains is not yet supported. Use the returned values to call `TransferDomain`.
702
+ # Domains is not supported. Use the returned values to call `TransferDomain`.
699
703
  # @param [String] location
700
704
  # Required. The location. Must be in the format `projects/*/locations/*`.
701
705
  # @param [String] domain_name
@@ -840,7 +844,7 @@ module Google
840
844
  end
841
845
 
842
846
  # Transfers a domain name from another registrar to Cloud Domains. For domains
843
- # managed by Google Domains, transferring to Cloud Domains is not yet supported.
847
+ # managed by Google Domains, transferring to Cloud Domains is not supported.
844
848
  # Before calling this method, go to the domain's current registrar to unlock the
845
849
  # domain for transfer and retrieve the domain's transfer authorization code.
846
850
  # Then call `RetrieveTransferParameters` to confirm that the domain is unlocked
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-domains_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2022-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1/v0.4.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Domains API V1