google-apis-domains_v1beta1 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: 680af8ba9ef1b507d211371f816c7b4ba00661be5d6e583b0f728908c3753889
4
- data.tar.gz: ea788d724e87daf94b42c4f1280ebfcf618dd72fa9f8b2cc06eb644826463cb8
3
+ metadata.gz: 80eb296a23eed697a5edc960a3913a0f5a887b321cf91fd7e27368b2f9a35ade
4
+ data.tar.gz: 0ea79368367cce7f04be8cc29d8a7428482af11f983412a4be542527852ae4fe
5
5
  SHA512:
6
- metadata.gz: bfae5f89f9b5129b52f0ed198ded96dd9f2e2e34a01ceb9b6997aee6e7e67632b79505c42e055293dec49f7d6687ab441bd20731e51c7444ccee0d933ef04b34
7
- data.tar.gz: 3da935219fd2d65aac7c0288cf5d1b2a6e435bd23f9c00264f17c0109fe84364ac73e69160190b69105ba85df03a1247358badf26329fd7c70fd76535ad3c04e
6
+ metadata.gz: 7b220152529ca3431b1ce6d51a93f249472a5683ce0e82de256ab2a7a630c86c43a96139bec9184ae2a53173c9c6db24113e45521d9c20d2d4c00d862d280d16
7
+ data.tar.gz: 6bf80fb153625da512abf5078293449b477683213e4ff97534367441d7191d44a46b7328b8a026d70e1c568bdf773e7c9644b385124eeaef233716cf9122fcc4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-domains_v1beta1
2
2
 
3
+ ### v0.32.0 (2024-01-23)
4
+
5
+ * Regenerated from discovery document revision 20240103
6
+ * Regenerated using generator version 0.13.0
7
+
3
8
  ### v0.31.0 (2023-11-12)
4
9
 
5
10
  * Regenerated from discovery document revision 20231108
@@ -152,21 +152,43 @@ module Google
152
152
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
153
153
  # email address that represents a Google group. For example, `admins@example.com`
154
154
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
155
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
156
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
157
- # representing a user that has been recently deleted. For example, `alice@
158
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
159
- # reverts to `user:`emailid`` and the recovered user retains the role in the
160
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
161
- # (plus unique identifier) representing a service account that has been recently
162
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
155
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
156
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
157
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
158
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
159
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
160
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
161
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
162
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
163
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
164
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
165
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
166
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
167
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
168
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
169
+ # googleapis.com/projects/`project_number`/locations/global/
170
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
171
+ # All identities in a workload identity pool with a certain attribute. * `
172
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
173
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
174
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
175
+ # identifier) representing a user that has been recently deleted. For example, `
176
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
177
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
178
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
179
+ # address (plus unique identifier) representing a service account that has been
180
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
163
181
  # 123456789012345678901`. If the service account is undeleted, this value
164
182
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
165
183
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
166
184
  # An email address (plus unique identifier) representing a Google group that has
167
185
  # been recently deleted. For example, `admins@example.com?uid=
168
186
  # 123456789012345678901`. If the group is recovered, this value reverts to `
169
- # group:`emailid`` and the recovered group retains the role in the binding.
187
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
188
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
189
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
190
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
191
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
170
192
  # Corresponds to the JSON property `members`
171
193
  # @return [Array<String>]
172
194
  attr_accessor :members
@@ -432,7 +454,7 @@ module Google
432
454
  attr_accessor :glue_records
433
455
 
434
456
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
435
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
457
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
436
458
  # Configuration for using the free DNS zone provided by Google Domains as a `
437
459
  # Registration`'s `dns_provider`. You cannot configure the DNS zone itself using
438
460
  # the API. To configure the DNS zone, go to [Google Domains](https://domains.
@@ -524,7 +546,7 @@ module Google
524
546
  end
525
547
 
526
548
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
527
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
549
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
528
550
  # Request for the `ExportRegistration` method.
529
551
  class ExportRegistrationRequest
530
552
  include Google::Apis::Core::Hashable
@@ -632,7 +654,7 @@ module Google
632
654
  end
633
655
 
634
656
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
635
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
657
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
636
658
  # Configuration for using the free DNS zone provided by Google Domains as a `
637
659
  # Registration`'s `dns_provider`. You cannot configure the DNS zone itself using
638
660
  # the API. To configure the DNS zone, go to [Google Domains](https://domains.
@@ -674,7 +696,7 @@ module Google
674
696
  end
675
697
 
676
698
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
677
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
699
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
678
700
  # Request for the `ImportDomain` method.
679
701
  class ImportDomainRequest
680
702
  include Google::Apis::Core::Hashable
@@ -830,25 +852,26 @@ module Google
830
852
 
831
853
  # Optional. The desired renewal method for this `Registration`. The actual `
832
854
  # 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.
855
+ # equal to `RENEWAL_METHOD_UNSPECIFIED`, the actual `renewalMethod` is treated
856
+ # as if it were set to `AUTOMATIC_RENEWAL`. You cannot use `RENEWAL_DISABLED`
857
+ # during resource creation, and you can update the renewal status only when the `
858
+ # Registration` resource has state `ACTIVE` or `SUSPENDED`. When `
859
+ # preferred_renewal_method` is set to `AUTOMATIC_RENEWAL`, the actual `
860
+ # renewal_method` can be set to `RENEWAL_DISABLED` in case of problems with the
861
+ # billing account or reported domain abuse. In such cases, check the `issues`
862
+ # field on the `Registration`. After the problem is resolved, the `
863
+ # renewal_method` is automatically updated to `preferred_renewal_method` in a
864
+ # few hours.
842
865
  # Corresponds to the JSON property `preferredRenewalMethod`
843
866
  # @return [String]
844
867
  attr_accessor :preferred_renewal_method
845
868
 
846
869
  # 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
870
+ # preferred_renewal_method` is set to `AUTOMATIC_RENEWAL`, the actual `
871
+ # renewal_method` can be equal to `RENEWAL_DISABLED`—for example, when there are
872
+ # problems with the billing account or reported domain abuse. In such cases,
873
+ # check the `issues` field on the `Registration`. After the problem is resolved,
874
+ # the `renewal_method` is automatically updated to `preferred_renewal_method` in
852
875
  # a few hours.
853
876
  # Corresponds to the JSON property `renewalMethod`
854
877
  # @return [String]
@@ -1459,7 +1482,7 @@ module Google
1459
1482
 
1460
1483
  # Output only. Deprecated: For more information, see [Cloud Domains feature
1461
1484
  # deprecation](https://cloud.google.com/domains/docs/deprecations/feature-
1462
- # deprecations) The reason the domain transfer failed. Only set for domains in
1485
+ # deprecations). The reason the domain transfer failed. Only set for domains in
1463
1486
  # TRANSFER_FAILED state.
1464
1487
  # Corresponds to the JSON property `transferFailureReason`
1465
1488
  # @return [String]
@@ -1502,7 +1525,7 @@ module Google
1502
1525
  end
1503
1526
 
1504
1527
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
1505
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1528
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
1506
1529
  # Response for the `RetrieveImportableDomains` method.
1507
1530
  class RetrieveImportableDomainsResponse
1508
1531
  include Google::Apis::Core::Hashable
@@ -1549,13 +1572,13 @@ module Google
1549
1572
  end
1550
1573
 
1551
1574
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
1552
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1575
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
1553
1576
  # Response for the `RetrieveTransferParameters` method.
1554
1577
  class RetrieveTransferParametersResponse
1555
1578
  include Google::Apis::Core::Hashable
1556
1579
 
1557
1580
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
1558
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1581
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
1559
1582
  # Parameters required to transfer a domain from another registrar.
1560
1583
  # Corresponds to the JSON property `transferParameters`
1561
1584
  # @return [Google::Apis::DomainsV1beta1::TransferParameters]
@@ -1723,7 +1746,7 @@ module Google
1723
1746
  end
1724
1747
 
1725
1748
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
1726
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1749
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
1727
1750
  # Request for the `TransferDomain` method.
1728
1751
  class TransferDomainRequest
1729
1752
  include Google::Apis::Core::Hashable
@@ -1789,7 +1812,7 @@ module Google
1789
1812
  end
1790
1813
 
1791
1814
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
1792
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1815
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
1793
1816
  # Parameters required to transfer a domain from another registrar.
1794
1817
  class TransferParameters
1795
1818
  include Google::Apis::Core::Hashable
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231108"
25
+ REVISION = "20240103"
26
26
  end
27
27
  end
28
28
  end
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://cloud.google.com/domains/
34
34
  class CloudDomainsService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://domains.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://domains.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-domains_v1beta1',
48
50
  client_version: Google::Apis::DomainsV1beta1::GEM_VERSION)
49
51
  @batch_path = 'batch'
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.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-11-12 00:00:00.000000000 Z
11
+ date: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1beta1/v0.32.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.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Domains API V1beta1