google-apis-domains_v1beta1 0.7.0 → 0.8.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b36b180a5602fb1303e6729fba98149032f355a2061cbdb1d87e3f76a43bd35
|
4
|
+
data.tar.gz: 295272d0d93174ca3773d0582c5f2d65d4ea30af98fa0ce2778c6e2ff5bf78f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82c54fcad4a46fe0ae7efea178239c82bc3fb8da4afdef82dd1e461c9e4678acd99e5726c6d455fb0c9d3e9dcb305dddebcc1928150d42f94fcdedd8175358c3
|
7
|
+
data.tar.gz: fc6867b9fc33659da4221cab203914c3c0f973e7620054f251fdea2ef2f7e7794b692f15ac7072f3833e38ac4e3db1478c17f7073b33e80d37bdc9f76aee07af
|
data/CHANGELOG.md
CHANGED
@@ -950,7 +950,7 @@ module Google
|
|
950
950
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
951
951
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
952
952
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
953
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
953
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
954
954
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
955
955
|
# google.com/iam/docs/).
|
956
956
|
class Policy
|
@@ -1426,7 +1426,7 @@ module Google
|
|
1426
1426
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
1427
1427
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
1428
1428
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
1429
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
1429
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
1430
1430
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
1431
1431
|
# google.com/iam/docs/).
|
1432
1432
|
# Corresponds to the JSON property `policy`
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210927"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -302,9 +302,14 @@ module Google
|
|
302
302
|
execute_or_queue_command(command, &block)
|
303
303
|
end
|
304
304
|
|
305
|
-
# Deletes a `Registration` resource.
|
306
|
-
#
|
307
|
-
#
|
305
|
+
# Deletes a `Registration` resource. For `Registration` resources , this method
|
306
|
+
# works if: * `state` is `EXPORTED` with `expire_time` in the past * `state` is `
|
307
|
+
# REGISTRATION_FAILED` When an active domain is successfully deleted, you can
|
308
|
+
# continue to use the domain in [Google Domains](https://domains.google/) until
|
309
|
+
# it expires. The calling user becomes the domain's sole owner in Google Domains,
|
310
|
+
# and permissions for the domain are subsequently managed there. The domain
|
311
|
+
# will not renew automatically unless the new owner sets up billing in Google
|
312
|
+
# Domains.
|
308
313
|
# @param [String] name
|
309
314
|
# Required. The name of the `Registration` to delete, in the format `projects/*/
|
310
315
|
# locations/*/registrations/*`.
|
@@ -335,15 +340,12 @@ module Google
|
|
335
340
|
execute_or_queue_command(command, &block)
|
336
341
|
end
|
337
342
|
|
338
|
-
# Exports a `Registration` that
|
339
|
-
#
|
340
|
-
#
|
341
|
-
#
|
342
|
-
#
|
343
|
-
#
|
344
|
-
# managed in Google Domains. * Without further action, the domain does not renew
|
345
|
-
# automatically. The new owner can set up billing in Google Domains to renew the
|
346
|
-
# domain if needed.
|
343
|
+
# Exports a `Registration` resource, such that it is no longer managed by Cloud
|
344
|
+
# Domains. When an active domain is successfully exported, you can continue to
|
345
|
+
# use the domain in [Google Domains](https://domains.google/) until it expires.
|
346
|
+
# The calling user becomes the domain's sole owner in Google Domains, and
|
347
|
+
# permissions for the domain are subsequently managed there. The domain will not
|
348
|
+
# renew automatically unless the new owner sets up billing in Google Domains.
|
347
349
|
# @param [String] name
|
348
350
|
# Required. The name of the `Registration` to export, in the format `projects/*/
|
349
351
|
# locations/*/registrations/*`.
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1beta1'
|
31
31
|
|
32
|
-
# See, edit, configure, and delete your Google Cloud
|
32
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
34
|
end
|
35
35
|
end
|
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.
|
4
|
+
version: 0.8.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-
|
11
|
+
date: 2021-10-04 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/master/generated/google-apis-domains_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1beta1/v0.8.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-domains_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|