google-apis-domains_v1beta1 0.10.0 → 0.13.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: 87b16244f067520d9298f3d3950c842b484717d0bfe6bae51278b4bcb5d3c90c
4
- data.tar.gz: 3f3eacb60997a096c7c12f879fca4c70cda24c1f93c20f7a43add2476d8a1cca
3
+ metadata.gz: fe75182d6d1d99c7a305d810e3b710ad27b30a6641218bde1f01afde2442a6f4
4
+ data.tar.gz: 35c48670a10c85e250966973d4487dc0c3b8da2ff2ec4f7d6aa4f0aee97e36df
5
5
  SHA512:
6
- metadata.gz: '053588cb6bf3efca40987a6f6bccf5c29439783aecbe3819f176f019aa0a58547f9fd5c838135b86ce710d1c321a13689ad4e29ba2a8a1a213eebec32dfacb70'
7
- data.tar.gz: '029adb9f56445fc966238d56010f75993b79f86740cf85a0d190210a313ad3fe88456a5b5c1b54757c49f97caefb3204c1e22baf1de248b15d8ea51eeeaac713'
6
+ metadata.gz: 55685373a7b5d2360ef228d9be510cc240b534e0c6f3be7de55ac2ceb8f00aa2c4ca9ce5fbe282590ac75f741bde7d88ff23b2fc87c176e0fe054b6b00813e22
7
+ data.tar.gz: '097690c47ba53283f51caded748d6c01a8e3fc897cc0e3d51b5ceccf2816ed0988978dd20b6e80a1cd9afc329392be3aba2e6318a5d6f173f3692ff52beb055d'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-domains_v1beta1
2
2
 
3
+ ### v0.13.0 (2022-03-13)
4
+
5
+ * Regenerated from discovery document revision 20220308
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.12.0 (2021-12-14)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.11.0 (2021-11-13)
13
+
14
+ * Regenerated from discovery document revision 20211108
15
+
3
16
  ### v0.10.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_v1beta1"
51
51
  client = Google::Apis::DomainsV1beta1::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::DomainsV1beta1::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 DomainsV1beta1
18
18
  # Version of the google-apis-domains_v1beta1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.13.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.13.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-14 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1beta1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1beta1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1beta1
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 V1beta1