google-apis-domains_v1alpha2 0.29.0 → 0.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/domains_v1alpha2/classes.rb +28 -28
- data/lib/google/apis/domains_v1alpha2/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c350cbd68a60e887ad714e4fbf555d08152334a03394d6678f56d309c58df4ea
|
4
|
+
data.tar.gz: 39b41149b8c652a4bffa9760b97ebbc468a295cd62054ed4967975bd4e313ccb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 751af9860cd58837ca7d9240db775336ab3e1288664c9efa91e65113b1cd8142f5f263ce6fe18568e94a130de7ae8dd2a7477dc9add310231900e685fbeaf156
|
7
|
+
data.tar.gz: 8354be21b66e992c4d0731a19f23a527f565759b84e315701b7ee2efc335ac9008d1ce39f097dcd29f262cc934b849291c3f685fc76136376d62520082154e08
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-domains_v1alpha2
|
2
2
|
|
3
|
+
### v0.31.0 (2023-09-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230904
|
6
|
+
|
7
|
+
### v0.30.0 (2023-05-14)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230503
|
10
|
+
|
3
11
|
### v0.29.0 (2023-04-30)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230419
|
@@ -769,7 +769,7 @@ module Google
|
|
769
769
|
end
|
770
770
|
end
|
771
771
|
|
772
|
-
# A resource that represents Google Cloud location.
|
772
|
+
# A resource that represents a Google Cloud location.
|
773
773
|
class Location
|
774
774
|
include Google::Apis::Core::Hashable
|
775
775
|
|
@@ -914,13 +914,13 @@ module Google
|
|
914
914
|
# @return [String]
|
915
915
|
attr_accessor :name
|
916
916
|
|
917
|
-
# The normal response of the operation
|
918
|
-
#
|
919
|
-
#
|
920
|
-
#
|
921
|
-
#
|
922
|
-
#
|
923
|
-
#
|
917
|
+
# The normal, successful response of the operation. If the original method
|
918
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
919
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
920
|
+
# response should be the resource. For other methods, the response should have
|
921
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
922
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
923
|
+
# `TakeSnapshotResponse`.
|
924
924
|
# Corresponds to the JSON property `response`
|
925
925
|
# @return [Hash<String,Object>]
|
926
926
|
attr_accessor :response
|
@@ -999,22 +999,22 @@ module Google
|
|
999
999
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1000
1000
|
# the request, the resource, or both. To learn which resources support
|
1001
1001
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1002
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1002
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1003
1003
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1004
1004
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1005
1005
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1006
1006
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1007
1007
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1008
1008
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1009
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1010
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1011
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1012
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1013
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1014
|
-
# access description: Does not grant access after Sep 2020
|
1015
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1016
|
-
# a description of IAM and its features, see the
|
1017
|
-
# cloud.google.com/iam/docs/).
|
1009
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
1010
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
1011
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
1012
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
1013
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
1014
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
1015
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1016
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
1017
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
1018
1018
|
class Policy
|
1019
1019
|
include Google::Apis::Core::Hashable
|
1020
1020
|
|
@@ -1559,22 +1559,22 @@ module Google
|
|
1559
1559
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1560
1560
|
# the request, the resource, or both. To learn which resources support
|
1561
1561
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1562
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1562
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1563
1563
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1564
1564
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1565
1565
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1566
1566
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1567
1567
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1568
1568
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1569
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1570
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1571
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1572
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1573
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1574
|
-
# access description: Does not grant access after Sep 2020
|
1575
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1576
|
-
# a description of IAM and its features, see the
|
1577
|
-
# cloud.google.com/iam/docs/).
|
1569
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
1570
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
1571
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
1572
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
1573
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
1574
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
1575
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1576
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
1577
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
1578
1578
|
# Corresponds to the JSON property `policy`
|
1579
1579
|
# @return [Google::Apis::DomainsV1alpha2::Policy]
|
1580
1580
|
attr_accessor :policy
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.31.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 = "
|
25
|
+
REVISION = "20230904"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.
|
4
|
+
version: 0.31.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
|
+
date: 2023-09-10 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1alpha2/v0.31.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.
|
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
|