google-apis-domains_v1alpha2 0.32.0 → 0.34.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: 2763a5efc62377cc927509720f034fafcefedb45d4eed82ef57bf7685b814104
4
- data.tar.gz: '08c353860755274e267bc29d8b0d356e6b22337d05829a276010b96956bc6b6b'
3
+ metadata.gz: 2cffc288d12f4fc5d52a2efacf9672b133e71eac723c4456d7762e36f285a300
4
+ data.tar.gz: faaa1cbdc68ee61dbebdbebde3a5454d3615d4a048ba455afd7012f79cdea293
5
5
  SHA512:
6
- metadata.gz: 6179cee347dbe5ddd9fce335c0d4471bf207a182e8c41b35c8faa466e686c93e9a3910e0da6edfc9b6dcdc7f2abd6b8f4075fd2abe07923b3092fe8ea7dc4e9b
7
- data.tar.gz: 534d596dc4147b50885562c11cca806ec7964f79bfbe30f97b3e9e1fed80a061373b7e6a2d568a6cde6788404624b87a9bacf1756153d0d5c35895132a3b3347
6
+ metadata.gz: 7c2ecb8da48102972c5ee51d3c74321d03454c9fbde03ad127220e508699ff54c38f699cb17558aa8e2d3c8b5b336394d666e36ccddc9630f238e64e5f0049af
7
+ data.tar.gz: 97aca5eaefecebdd6dcba0d2cb85ac99da2dcc2af7872ebe08c63f350d64bb512fcd02c2c82a91218776767dc399cdfce0d0ab3ad766baab4b261ab7d3ec02ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-domains_v1alpha2
2
2
 
3
+ ### v0.34.0 (2024-02-04)
4
+
5
+ * Regenerated from discovery document revision 20240125
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.33.0 (2024-01-22)
9
+
10
+ * Regenerated from discovery document revision 20240103
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.32.0 (2023-11-19)
4
14
 
5
15
  * Regenerated from discovery document revision 20231108
@@ -152,27 +152,52 @@ 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
173
195
 
174
196
  # Role that is assigned to the list of `members`, or principals. For example, `
175
- # roles/viewer`, `roles/editor`, or `roles/owner`.
197
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
198
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
199
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
200
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
176
201
  # Corresponds to the JSON property `role`
177
202
  # @return [String]
178
203
  attr_accessor :role
@@ -432,7 +457,7 @@ module Google
432
457
  attr_accessor :glue_records
433
458
 
434
459
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
435
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
460
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
436
461
  # Configuration for using the free DNS zone provided by Google Domains as a `
437
462
  # Registration`'s `dns_provider`. You cannot configure the DNS zone itself using
438
463
  # the API. To configure the DNS zone, go to [Google Domains](https://domains.
@@ -524,7 +549,7 @@ module Google
524
549
  end
525
550
 
526
551
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
527
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
552
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
528
553
  # Request for the `ExportRegistration` method.
529
554
  class ExportRegistrationRequest
530
555
  include Google::Apis::Core::Hashable
@@ -632,7 +657,7 @@ module Google
632
657
  end
633
658
 
634
659
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
635
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
660
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
636
661
  # Configuration for using the free DNS zone provided by Google Domains as a `
637
662
  # Registration`'s `dns_provider`. You cannot configure the DNS zone itself using
638
663
  # the API. To configure the DNS zone, go to [Google Domains](https://domains.
@@ -674,7 +699,7 @@ module Google
674
699
  end
675
700
 
676
701
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
677
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
702
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
678
703
  # Request for the `ImportDomain` method.
679
704
  class ImportDomainRequest
680
705
  include Google::Apis::Core::Hashable
@@ -830,25 +855,26 @@ module Google
830
855
 
831
856
  # Optional. The desired renewal method for this `Registration`. The actual `
832
857
  # 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.
858
+ # equal to `RENEWAL_METHOD_UNSPECIFIED`, the actual `renewalMethod` is treated
859
+ # as if it were set to `AUTOMATIC_RENEWAL`. You cannot use `RENEWAL_DISABLED`
860
+ # during resource creation, and you can update the renewal status only when the `
861
+ # Registration` resource has state `ACTIVE` or `SUSPENDED`. When `
862
+ # preferred_renewal_method` is set to `AUTOMATIC_RENEWAL`, the actual `
863
+ # renewal_method` can be set to `RENEWAL_DISABLED` in case of problems with the
864
+ # billing account or reported domain abuse. In such cases, check the `issues`
865
+ # field on the `Registration`. After the problem is resolved, the `
866
+ # renewal_method` is automatically updated to `preferred_renewal_method` in a
867
+ # few hours.
842
868
  # Corresponds to the JSON property `preferredRenewalMethod`
843
869
  # @return [String]
844
870
  attr_accessor :preferred_renewal_method
845
871
 
846
872
  # 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
873
+ # preferred_renewal_method` is set to `AUTOMATIC_RENEWAL`, the actual `
874
+ # renewal_method` can be equal to `RENEWAL_DISABLED`—for example, when there are
875
+ # problems with the billing account or reported domain abuse. In such cases,
876
+ # check the `issues` field on the `Registration`. After the problem is resolved,
877
+ # the `renewal_method` is automatically updated to `preferred_renewal_method` in
852
878
  # a few hours.
853
879
  # Corresponds to the JSON property `renewalMethod`
854
880
  # @return [String]
@@ -1459,7 +1485,7 @@ module Google
1459
1485
 
1460
1486
  # Output only. Deprecated: For more information, see [Cloud Domains feature
1461
1487
  # deprecation](https://cloud.google.com/domains/docs/deprecations/feature-
1462
- # deprecations) The reason the domain transfer failed. Only set for domains in
1488
+ # deprecations). The reason the domain transfer failed. Only set for domains in
1463
1489
  # TRANSFER_FAILED state.
1464
1490
  # Corresponds to the JSON property `transferFailureReason`
1465
1491
  # @return [String]
@@ -1502,7 +1528,7 @@ module Google
1502
1528
  end
1503
1529
 
1504
1530
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
1505
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1531
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
1506
1532
  # Response for the `RetrieveImportableDomains` method.
1507
1533
  class RetrieveImportableDomainsResponse
1508
1534
  include Google::Apis::Core::Hashable
@@ -1549,13 +1575,13 @@ module Google
1549
1575
  end
1550
1576
 
1551
1577
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
1552
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1578
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
1553
1579
  # Response for the `RetrieveTransferParameters` method.
1554
1580
  class RetrieveTransferParametersResponse
1555
1581
  include Google::Apis::Core::Hashable
1556
1582
 
1557
1583
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
1558
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1584
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
1559
1585
  # Parameters required to transfer a domain from another registrar.
1560
1586
  # Corresponds to the JSON property `transferParameters`
1561
1587
  # @return [Google::Apis::DomainsV1alpha2::TransferParameters]
@@ -1723,7 +1749,7 @@ module Google
1723
1749
  end
1724
1750
 
1725
1751
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
1726
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1752
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
1727
1753
  # Request for the `TransferDomain` method.
1728
1754
  class TransferDomainRequest
1729
1755
  include Google::Apis::Core::Hashable
@@ -1789,7 +1815,7 @@ module Google
1789
1815
  end
1790
1816
 
1791
1817
  # Deprecated: For more information, see [Cloud Domains feature deprecation](
1792
- # https://cloud.google.com/domains/docs/deprecations/feature-deprecations)
1818
+ # https://cloud.google.com/domains/docs/deprecations/feature-deprecations).
1793
1819
  # Parameters required to transfer a domain from another registrar.
1794
1820
  class TransferParameters
1795
1821
  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.32.0"
19
+ GEM_VERSION = "0.34.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.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231108"
25
+ REVISION = "20240125"
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_v1alpha2',
48
50
  client_version: Google::Apis::DomainsV1alpha2::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_v1alpha2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.34.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-19 00:00:00.000000000 Z
11
+ date: 2024-02-04 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_v1alpha2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1alpha2/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1alpha2/v0.34.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.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 V1alpha2