google-apis-domains_v1alpha2 0.30.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: 4f683cb25e7496f5bb4e82e395b2d8cf0da4b7e4e4b5d050e7a09358766b321c
4
- data.tar.gz: 8afde42c26c536fba5da472412a8948b5ecfccc9b42398dc5448b521359daaed
3
+ metadata.gz: 2763a5efc62377cc927509720f034fafcefedb45d4eed82ef57bf7685b814104
4
+ data.tar.gz: '08c353860755274e267bc29d8b0d356e6b22337d05829a276010b96956bc6b6b'
5
5
  SHA512:
6
- metadata.gz: eac7ded55341550cbaa4c143699d9826edbe8941aa3917b64bc4c2d6b56ad5e21249ff738350fe1e14cff4b95f792844abca23bcf6e0806a59e5dcb5e74a70a1
7
- data.tar.gz: 5e8bad8ed9d28ad4893a2a08602669418c9e12ae21d9dc2a49da7e8cdb329db3c4d98ec1a7c19c8dbb0c572ddb4a75dddf52e8b5b4cfa644a0eac713377b10a5
6
+ metadata.gz: 6179cee347dbe5ddd9fce335c0d4471bf207a182e8c41b35c8faa466e686c93e9a3910e0da6edfc9b6dcdc7f2abd6b8f4075fd2abe07923b3092fe8ea7dc4e9b
7
+ data.tar.gz: 534d596dc4147b50885562c11cca806ec7964f79bfbe30f97b3e9e1fed80a061373b7e6a2d568a6cde6788404624b87a9bacf1756153d0d5c35895132a3b3347
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.31.0 (2023-09-10)
8
+
9
+ * Regenerated from discovery document revision 20230904
10
+
3
11
  ### v0.30.0 (2023-05-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20230503
@@ -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
@@ -914,13 +944,13 @@ module Google
914
944
  # @return [String]
915
945
  attr_accessor :name
916
946
 
917
- # The normal response of the operation in case of success. If the original
918
- # method returns no data on success, such as `Delete`, the response is `google.
919
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
920
- # the response should be the resource. For other methods, the response should
921
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
922
- # example, if the original method name is `TakeSnapshot()`, the inferred
923
- # response type is `TakeSnapshotResponse`.
947
+ # The normal, successful response of the operation. If the original method
948
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
949
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
950
+ # response should be the resource. For other methods, the response should have
951
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
952
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
953
+ # `TakeSnapshotResponse`.
924
954
  # Corresponds to the JSON property `response`
925
955
  # @return [Hash<String,Object>]
926
956
  attr_accessor :response
@@ -999,22 +1029,22 @@ module Google
999
1029
  # evaluates to `true`. A condition can add constraints based on attributes of
1000
1030
  # the request, the resource, or both. To learn which resources support
1001
1031
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1002
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1032
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1003
1033
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1004
1034
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1005
1035
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1006
1036
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1007
1037
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1008
1038
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1009
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1010
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1011
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1012
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1013
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1014
- # access description: Does not grant access after Sep 2020 expression: request.
1015
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1016
- # a description of IAM and its features, see the [IAM documentation](https://
1017
- # cloud.google.com/iam/docs/).
1039
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1040
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1041
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1042
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1043
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1044
+ # title: expirable access description: Does not grant access after Sep 2020
1045
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1046
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1047
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1018
1048
  class Policy
1019
1049
  include Google::Apis::Core::Hashable
1020
1050
 
@@ -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]
@@ -1559,22 +1605,22 @@ module Google
1559
1605
  # evaluates to `true`. A condition can add constraints based on attributes of
1560
1606
  # the request, the resource, or both. To learn which resources support
1561
1607
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1562
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1608
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1563
1609
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1564
1610
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1565
1611
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1566
1612
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1567
1613
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1568
1614
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1569
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1570
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1571
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1572
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1573
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1574
- # access description: Does not grant access after Sep 2020 expression: request.
1575
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1576
- # a description of IAM and its features, see the [IAM documentation](https://
1577
- # cloud.google.com/iam/docs/).
1615
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1616
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1617
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1618
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1619
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1620
+ # title: expirable access description: Does not grant access after Sep 2020
1621
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1622
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1623
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1578
1624
  # Corresponds to the JSON property `policy`
1579
1625
  # @return [Google::Apis::DomainsV1alpha2::Policy]
1580
1626
  attr_accessor :policy
@@ -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.30.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 = "20230503"
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.30.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-05-14 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.30.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: []
@@ -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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Domains API V1alpha2