google-apis-domains_v1beta1 0.29.0 → 0.30.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/domains_v1beta1/classes.rb +27 -27
- data/lib/google/apis/domains_v1beta1/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: bb8e1fd7decbd5ce53229887e2182a26cb54660007eaf9af14fa702b70abe8f6
|
4
|
+
data.tar.gz: 7439746edf4d70b34724ba64066e94497bc95afcf78de03c1d7a751983687b4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e759b813dadf3a2aee9fe549ecc2361f7851a715fda4da51efd7d79b46757651734906028f7e23f5c5abf85467e89abdb852a726ebe771c505d8947af35974e
|
7
|
+
data.tar.gz: cbbb9c4bee6fb863326d936f23801d5991470c5b9e0605b912ac524b9a5883623ee4f938a44b7017aeacd93bb2ea53f7d4dcd48c755917a852e1a103670501fc
|
data/CHANGELOG.md
CHANGED
@@ -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::DomainsV1beta1::Policy]
|
1580
1580
|
attr_accessor :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.30.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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.30.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_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.30.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.
|
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 V1beta1
|