google-apis-domains_v1alpha2 0.31.0 → 0.32.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: c350cbd68a60e887ad714e4fbf555d08152334a03394d6678f56d309c58df4ea
4
- data.tar.gz: 39b41149b8c652a4bffa9760b97ebbc468a295cd62054ed4967975bd4e313ccb
3
+ metadata.gz: 2763a5efc62377cc927509720f034fafcefedb45d4eed82ef57bf7685b814104
4
+ data.tar.gz: '08c353860755274e267bc29d8b0d356e6b22337d05829a276010b96956bc6b6b'
5
5
  SHA512:
6
- metadata.gz: 751af9860cd58837ca7d9240db775336ab3e1288664c9efa91e65113b1cd8142f5f263ce6fe18568e94a130de7ae8dd2a7477dc9add310231900e685fbeaf156
7
- data.tar.gz: 8354be21b66e992c4d0731a19f23a527f565759b84e315701b7ee2efc335ac9008d1ce39f097dcd29f262cc934b849291c3f685fc76136376d62520082154e08
6
+ metadata.gz: 6179cee347dbe5ddd9fce335c0d4471bf207a182e8c41b35c8faa466e686c93e9a3910e0da6edfc9b6dcdc7f2abd6b8f4075fd2abe07923b3092fe8ea7dc4e9b
7
+ data.tar.gz: 534d596dc4147b50885562c11cca806ec7964f79bfbe30f97b3e9e1fed80a061373b7e6a2d568a6cde6788404624b87a9bacf1756153d0d5c35895132a3b3347
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-domains_v1alpha2
2
2
 
3
+ ### v0.32.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231108
6
+
3
7
  ### v0.31.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230904
@@ -431,6 +431,8 @@ module Google
431
431
  # @return [Array<Google::Apis::DomainsV1alpha2::GlueRecord>]
432
432
  attr_accessor :glue_records
433
433
 
434
+ # Deprecated: For more information, see [Cloud Domains feature deprecation](
435
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
434
436
  # Configuration for using the free DNS zone provided by Google Domains as a `
435
437
  # Registration`'s `dns_provider`. You cannot configure the DNS zone itself using
436
438
  # the API. To configure the DNS zone, go to [Google Domains](https://domains.
@@ -521,6 +523,8 @@ module Google
521
523
  end
522
524
  end
523
525
 
526
+ # Deprecated: For more information, see [Cloud Domains feature deprecation](
527
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
524
528
  # Request for the `ExportRegistration` method.
525
529
  class ExportRegistrationRequest
526
530
  include Google::Apis::Core::Hashable
@@ -627,6 +631,8 @@ module Google
627
631
  end
628
632
  end
629
633
 
634
+ # Deprecated: For more information, see [Cloud Domains feature deprecation](
635
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
630
636
  # Configuration for using the free DNS zone provided by Google Domains as a `
631
637
  # Registration`'s `dns_provider`. You cannot configure the DNS zone itself using
632
638
  # the API. To configure the DNS zone, go to [Google Domains](https://domains.
@@ -667,6 +673,8 @@ module Google
667
673
  end
668
674
  end
669
675
 
676
+ # Deprecated: For more information, see [Cloud Domains feature deprecation](
677
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
670
678
  # Request for the `ImportDomain` method.
671
679
  class ImportDomainRequest
672
680
  include Google::Apis::Core::Hashable
@@ -820,7 +828,28 @@ module Google
820
828
  class ManagementSettings
821
829
  include Google::Apis::Core::Hashable
822
830
 
823
- # Output only. The renewal method for this `Registration`.
831
+ # Optional. The desired renewal method for this `Registration`. The actual `
832
+ # renewal_method` is automatically updated to reflect this choice. If unset or
833
+ # equal to `RENEWAL_METHOD_UNSPECIFIED`, it will be treated as if it were set to
834
+ # `AUTOMATIC_RENEWAL`. Can't be set to `RENEWAL_DISABLED` during resource
835
+ # creation and can only be updated when the `Registration` resource has state `
836
+ # ACTIVE` or `SUSPENDED`. When `preferred_renewal_method` is set to `
837
+ # AUTOMATIC_RENEWAL` the actual `renewal_method` can be set to `RENEWAL_DISABLED`
838
+ # in case of e.g. problems with the Billing Account or reported domain abuse.
839
+ # In such cases check the `issues` field on the `Registration`. After the
840
+ # problem is resolved the `renewal_method` will be automatically updated to `
841
+ # preferred_renewal_method` in a few hours.
842
+ # Corresponds to the JSON property `preferredRenewalMethod`
843
+ # @return [String]
844
+ attr_accessor :preferred_renewal_method
845
+
846
+ # Output only. The actual renewal method for this `Registration`. When `
847
+ # preferred_renewal_method` is set to `AUTOMATIC_RENEWAL` the actual `
848
+ # renewal_method` can be equal to `RENEWAL_DISABLED` in case of e.g. problems
849
+ # with the Billing Account or reported domain abuse. In such cases check the `
850
+ # issues` field on the `Registration`. After the problem is resolved the `
851
+ # renewal_method` will be automatically updated to `preferred_renewal_method` in
852
+ # a few hours.
824
853
  # Corresponds to the JSON property `renewalMethod`
825
854
  # @return [String]
826
855
  attr_accessor :renewal_method
@@ -836,6 +865,7 @@ module Google
836
865
 
837
866
  # Update properties of this object
838
867
  def update!(**args)
868
+ @preferred_renewal_method = args[:preferred_renewal_method] if args.key?(:preferred_renewal_method)
839
869
  @renewal_method = args[:renewal_method] if args.key?(:renewal_method)
840
870
  @transfer_lock_state = args[:transfer_lock_state] if args.key?(:transfer_lock_state)
841
871
  end
@@ -1239,12 +1269,16 @@ module Google
1239
1269
  # options. After choosing a name, call `RetrieveRegisterParameters` to ensure
1240
1270
  # availability and obtain information like pricing, which is needed to build a
1241
1271
  # call to `RegisterDomain`. Another way to create a new `Registration` is to
1242
- # transfer an existing domain from another registrar. First, go to the current
1272
+ # transfer an existing domain from another registrar (Deprecated: For more
1273
+ # information, see [Cloud Domains feature deprecation](https://cloud.google.com/
1274
+ # domains/docs/deprecations/feature-deprecations)). First, go to the current
1243
1275
  # registrar to unlock the domain for transfer and retrieve the domain's transfer
1244
1276
  # authorization code. Then call `RetrieveTransferParameters` to confirm that the
1245
1277
  # domain is unlocked and to get values needed to build a call to `TransferDomain`
1246
1278
  # . Finally, you can create a new `Registration` by importing an existing domain
1247
- # managed with [Google Domains](https://domains.google/). First, call `
1279
+ # managed with [Google Domains](https://domains.google/) (Deprecated: For more
1280
+ # information, see [Cloud Domains feature deprecation](https://cloud.google.com/
1281
+ # domains/docs/deprecations/feature-deprecations)). First, call `
1248
1282
  # RetrieveImportableDomains` to list domains to which the calling user has
1249
1283
  # sufficient access. Then call `ImportDomain` on any domain names you want to
1250
1284
  # use with Cloud Domains.
@@ -1331,12 +1365,16 @@ module Google
1331
1365
  # options. After choosing a name, call `RetrieveRegisterParameters` to ensure
1332
1366
  # availability and obtain information like pricing, which is needed to build a
1333
1367
  # call to `RegisterDomain`. Another way to create a new `Registration` is to
1334
- # transfer an existing domain from another registrar. First, go to the current
1368
+ # transfer an existing domain from another registrar (Deprecated: For more
1369
+ # information, see [Cloud Domains feature deprecation](https://cloud.google.com/
1370
+ # domains/docs/deprecations/feature-deprecations)). First, go to the current
1335
1371
  # registrar to unlock the domain for transfer and retrieve the domain's transfer
1336
1372
  # authorization code. Then call `RetrieveTransferParameters` to confirm that the
1337
1373
  # domain is unlocked and to get values needed to build a call to `TransferDomain`
1338
1374
  # . Finally, you can create a new `Registration` by importing an existing domain
1339
- # managed with [Google Domains](https://domains.google/). First, call `
1375
+ # managed with [Google Domains](https://domains.google/) (Deprecated: For more
1376
+ # information, see [Cloud Domains feature deprecation](https://cloud.google.com/
1377
+ # domains/docs/deprecations/feature-deprecations)). First, call `
1340
1378
  # RetrieveImportableDomains` to list domains to which the calling user has
1341
1379
  # sufficient access. Then call `ImportDomain` on any domain names you want to
1342
1380
  # use with Cloud Domains.
@@ -1419,7 +1457,9 @@ module Google
1419
1457
  # @return [Array<String>]
1420
1458
  attr_accessor :supported_privacy
1421
1459
 
1422
- # Output only. The reason the domain transfer failed. Only set for domains in
1460
+ # Output only. Deprecated: For more information, see [Cloud Domains feature
1461
+ # deprecation](https://cloud.google.com/domains/docs/deprecations/feature-
1462
+ # deprecations) The reason the domain transfer failed. Only set for domains in
1423
1463
  # TRANSFER_FAILED state.
1424
1464
  # Corresponds to the JSON property `transferFailureReason`
1425
1465
  # @return [String]
@@ -1461,6 +1501,8 @@ module Google
1461
1501
  end
1462
1502
  end
1463
1503
 
1504
+ # Deprecated: For more information, see [Cloud Domains feature deprecation](
1505
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1464
1506
  # Response for the `RetrieveImportableDomains` method.
1465
1507
  class RetrieveImportableDomainsResponse
1466
1508
  include Google::Apis::Core::Hashable
@@ -1506,10 +1548,14 @@ module Google
1506
1548
  end
1507
1549
  end
1508
1550
 
1551
+ # Deprecated: For more information, see [Cloud Domains feature deprecation](
1552
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1509
1553
  # Response for the `RetrieveTransferParameters` method.
1510
1554
  class RetrieveTransferParametersResponse
1511
1555
  include Google::Apis::Core::Hashable
1512
1556
 
1557
+ # Deprecated: For more information, see [Cloud Domains feature deprecation](
1558
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1513
1559
  # Parameters required to transfer a domain from another registrar.
1514
1560
  # Corresponds to the JSON property `transferParameters`
1515
1561
  # @return [Google::Apis::DomainsV1alpha2::TransferParameters]
@@ -1676,6 +1722,8 @@ module Google
1676
1722
  end
1677
1723
  end
1678
1724
 
1725
+ # Deprecated: For more information, see [Cloud Domains feature deprecation](
1726
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1679
1727
  # Request for the `TransferDomain` method.
1680
1728
  class TransferDomainRequest
1681
1729
  include Google::Apis::Core::Hashable
@@ -1698,12 +1746,16 @@ module Google
1698
1746
  # options. After choosing a name, call `RetrieveRegisterParameters` to ensure
1699
1747
  # availability and obtain information like pricing, which is needed to build a
1700
1748
  # call to `RegisterDomain`. Another way to create a new `Registration` is to
1701
- # transfer an existing domain from another registrar. First, go to the current
1749
+ # transfer an existing domain from another registrar (Deprecated: For more
1750
+ # information, see [Cloud Domains feature deprecation](https://cloud.google.com/
1751
+ # domains/docs/deprecations/feature-deprecations)). First, go to the current
1702
1752
  # registrar to unlock the domain for transfer and retrieve the domain's transfer
1703
1753
  # authorization code. Then call `RetrieveTransferParameters` to confirm that the
1704
1754
  # domain is unlocked and to get values needed to build a call to `TransferDomain`
1705
1755
  # . Finally, you can create a new `Registration` by importing an existing domain
1706
- # managed with [Google Domains](https://domains.google/). First, call `
1756
+ # managed with [Google Domains](https://domains.google/) (Deprecated: For more
1757
+ # information, see [Cloud Domains feature deprecation](https://cloud.google.com/
1758
+ # domains/docs/deprecations/feature-deprecations)). First, call `
1707
1759
  # RetrieveImportableDomains` to list domains to which the calling user has
1708
1760
  # sufficient access. Then call `ImportDomain` on any domain names you want to
1709
1761
  # use with Cloud Domains.
@@ -1736,6 +1788,8 @@ module Google
1736
1788
  end
1737
1789
  end
1738
1790
 
1791
+ # Deprecated: For more information, see [Cloud Domains feature deprecation](
1792
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1739
1793
  # Parameters required to transfer a domain from another registrar.
1740
1794
  class TransferParameters
1741
1795
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DomainsV1alpha2
18
18
  # Version of the google-apis-domains_v1alpha2 gem
19
- GEM_VERSION = "0.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230904"
25
+ REVISION = "20231108"
26
26
  end
27
27
  end
28
28
  end
@@ -487,6 +487,7 @@ module Google
487
487
  class ManagementSettings
488
488
  # @private
489
489
  class Representation < Google::Apis::Core::JsonRepresentation
490
+ property :preferred_renewal_method, as: 'preferredRenewalMethod'
490
491
  property :renewal_method, as: 'renewalMethod'
491
492
  property :transfer_lock_state, as: 'transferLockState'
492
493
  end
@@ -299,14 +299,15 @@ module Google
299
299
  # Deletes a `Registration` resource. This method works on any `Registration`
300
300
  # resource using [Subscription or Commitment billing](/domains/pricing#billing-
301
301
  # models), provided that the resource was created at least 1 day in the past.
302
- # For `Registration` resources using [Monthly billing](/domains/pricing#billing-
303
- # models), this method works if: * `state` is `EXPORTED` with `expire_time` in
304
- # the past * `state` is `REGISTRATION_FAILED` * `state` is `TRANSFER_FAILED`
305
302
  # When an active registration is successfully deleted, you can continue to use
306
303
  # the domain in [Google Domains](https://domains.google/) until it expires. The
307
304
  # calling user becomes the domain's sole owner in Google Domains, and
308
305
  # permissions for the domain are subsequently managed there. The domain does not
309
306
  # renew automatically unless the new owner sets up billing in Google Domains.
307
+ # After January 2024 you will only be able to delete `Registration` resources
308
+ # when `state` is one of: `EXPORTED`, `EXPIRED`,`REGISTRATION_FAILED` or `
309
+ # TRANSFER_FAILED`. See [Cloud Domains feature deprecation](https://cloud.google.
310
+ # com/domains/docs/deprecations/feature-deprecations) for more details.
310
311
  # @param [String] name
311
312
  # Required. The name of the `Registration` to delete, in the format `projects/*/
312
313
  # locations/*/registrations/*`.
@@ -337,6 +338,8 @@ module Google
337
338
  execute_or_queue_command(command, &block)
338
339
  end
339
340
 
341
+ # Deprecated: For more information, see [Cloud Domains feature deprecation](
342
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
340
343
  # Exports a `Registration` resource, such that it is no longer managed by Cloud
341
344
  # Domains. When an active domain is successfully exported, you can continue to
342
345
  # use the domain in [Google Domains](https://domains.google/) until it expires.
@@ -452,6 +455,8 @@ module Google
452
455
  execute_or_queue_command(command, &block)
453
456
  end
454
457
 
458
+ # Deprecated: For more information, see [Cloud Domains feature deprecation](
459
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
455
460
  # Imports a domain name from [Google Domains](https://domains.google/) for use
456
461
  # in Cloud Domains. To transfer a domain from another registrar, use the `
457
462
  # TransferDomain` method instead. Since individual users can own domains in
@@ -694,7 +699,9 @@ module Google
694
699
  execute_or_queue_command(command, &block)
695
700
  end
696
701
 
697
- # Lists domain names from [Google Domains](https://domains.google/) that can be
702
+ # Deprecated: For more information, see [Cloud Domains feature deprecation](
703
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations) Lists
704
+ # domain names from [Google Domains](https://domains.google/) that can be
698
705
  # imported to Cloud Domains using the `ImportDomain` method. Since individual
699
706
  # users can own domains in Google Domains, the list of domains returned depends
700
707
  # on the individual user making the call. Domains already managed by Cloud
@@ -770,8 +777,10 @@ module Google
770
777
  execute_or_queue_command(command, &block)
771
778
  end
772
779
 
773
- # Gets parameters needed to transfer a domain name from another registrar to
774
- # Cloud Domains. For domains already managed by [Google Domains](https://domains.
780
+ # Deprecated: For more information, see [Cloud Domains feature deprecation](
781
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations) Gets
782
+ # parameters needed to transfer a domain name from another registrar to Cloud
783
+ # Domains. For domains already managed by [Google Domains](https://domains.
775
784
  # google/), use `ImportDomain` instead. Use the returned values to call `
776
785
  # TransferDomain`.
777
786
  # @param [String] location
@@ -919,6 +928,8 @@ module Google
919
928
  execute_or_queue_command(command, &block)
920
929
  end
921
930
 
931
+ # Deprecated: For more information, see [Cloud Domains feature deprecation](
932
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
922
933
  # Transfers a domain name from another registrar to Cloud Domains. For domains
923
934
  # already managed by [Google Domains](https://domains.google/), use `
924
935
  # ImportDomain` instead. Before calling this method, go to the domain's current
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-domains_v1alpha2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.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: 2023-09-10 00:00:00.000000000 Z
11
+ date: 2023-11-19 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_v1alpha2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1alpha2/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1alpha2/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1alpha2
63
63
  post_install_message:
64
64
  rdoc_options: []