google-apis-domains_v1 0.3.0 → 0.6.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 +13 -0
- data/lib/google/apis/domains_v1/classes.rb +6 -6
- data/lib/google/apis/domains_v1/gem_version.rb +3 -3
- data/lib/google/apis/domains_v1/service.rb +11 -8
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 124dfc29ea9617f4f91c40839252e9c6ffb7f5f77693996bc0c23c5a7e3c0e54
|
4
|
+
data.tar.gz: 4f998458c89e6520b4a984b52a0b34932bed7c157addcd8fda668b8132e49f86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ac5045f9c7c8971c94a8d760579b5a16b77b8b592167f2a895e085a260fa9d34df4a339d0c253ea22c2f56cf9820c12903ce30c081c4c5addb600f96300986c
|
7
|
+
data.tar.gz: a0c23aa86c037b1ae62a542dae210589865f8e6a96266c6831e8e4a386b3874fe058c50dd68af399f1e53727ff4f5d867230765cd5bc5d9f5af47eadfbdb755e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-domains_v1
|
2
2
|
|
3
|
+
### v0.6.0 (2022-06-05)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.5.0
|
6
|
+
|
7
|
+
### v0.5.0 (2022-05-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220517
|
10
|
+
|
11
|
+
### v0.4.0 (2022-03-14)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220308
|
14
|
+
* Regenerated using generator version 0.4.1
|
15
|
+
|
3
16
|
### v0.3.0 (2021-12-14)
|
4
17
|
|
5
18
|
* Unspecified changes
|
@@ -35,8 +35,8 @@ module Google
|
|
35
35
|
# "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
|
36
36
|
# , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
|
37
37
|
# this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
|
38
|
-
# exempts jose@example.com from DATA_READ logging, and aliya@example.com
|
39
|
-
# DATA_WRITE logging.
|
38
|
+
# exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
|
39
|
+
# from DATA_WRITE logging.
|
40
40
|
class AuditConfig
|
41
41
|
include Google::Apis::Core::Hashable
|
42
42
|
|
@@ -136,7 +136,7 @@ module Google
|
|
136
136
|
# @return [Google::Apis::DomainsV1::Expr]
|
137
137
|
attr_accessor :condition
|
138
138
|
|
139
|
-
# Specifies the principals requesting access for a Cloud
|
139
|
+
# Specifies the principals requesting access for a Google Cloud resource. `
|
140
140
|
# members` can have the following values: * `allUsers`: A special identifier
|
141
141
|
# that represents anyone who is on the internet; with or without a Google
|
142
142
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -1105,8 +1105,8 @@ module Google
|
|
1105
1105
|
attr_accessor :recipients
|
1106
1106
|
|
1107
1107
|
# Required. CLDR region code of the country/region of the address. This is never
|
1108
|
-
# inferred and it is up to the user to ensure the value is correct. See
|
1109
|
-
# cldr.unicode.org/ and
|
1108
|
+
# inferred and it is up to the user to ensure the value is correct. See https://
|
1109
|
+
# cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/
|
1110
1110
|
# territory_information.html for details. Example: "CH" for Switzerland.
|
1111
1111
|
# Corresponds to the JSON property `regionCode`
|
1112
1112
|
# @return [String]
|
@@ -1531,7 +1531,7 @@ module Google
|
|
1531
1531
|
include Google::Apis::Core::Hashable
|
1532
1532
|
|
1533
1533
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
1534
|
-
# (such as
|
1534
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
1535
1535
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
1536
1536
|
# Corresponds to the JSON property `permissions`
|
1537
1537
|
# @return [Array<String>]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DomainsV1
|
18
18
|
# Version of the google-apis-domains_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.5.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220517"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -84,8 +84,8 @@ module Google
|
|
84
84
|
# The resource that owns the locations collection, if applicable.
|
85
85
|
# @param [String] filter
|
86
86
|
# A filter to narrow down results to a preferred subset. The filtering language
|
87
|
-
# accepts strings like "displayName=tokyo"
|
88
|
-
# AIP-160](https://google.aip.dev/160).
|
87
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
88
|
+
# in [AIP-160](https://google.aip.dev/160).
|
89
89
|
# @param [Fixnum] page_size
|
90
90
|
# The maximum number of results to return. If not set, the service selects a
|
91
91
|
# default.
|
@@ -416,8 +416,9 @@ module Google
|
|
416
416
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
417
417
|
# resource exists and does not have a policy set.
|
418
418
|
# @param [String] resource
|
419
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
420
|
-
#
|
419
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
420
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
421
|
+
# appropriate value for this field.
|
421
422
|
# @param [Fixnum] options_requested_policy_version
|
422
423
|
# Optional. The maximum policy version that will be used to format the policy.
|
423
424
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -773,8 +774,9 @@ module Google
|
|
773
774
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
774
775
|
# PERMISSION_DENIED` errors.
|
775
776
|
# @param [String] resource
|
776
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
777
|
-
#
|
777
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
778
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
779
|
+
# appropriate value for this field.
|
778
780
|
# @param [Google::Apis::DomainsV1::SetIamPolicyRequest] set_iam_policy_request_object
|
779
781
|
# @param [String] fields
|
780
782
|
# Selector specifying which fields to include in a partial response.
|
@@ -811,8 +813,9 @@ module Google
|
|
811
813
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
812
814
|
# This operation may "fail open" without warning.
|
813
815
|
# @param [String] resource
|
814
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
815
|
-
#
|
816
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
817
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
818
|
+
# appropriate value for this field.
|
816
819
|
# @param [Google::Apis::DomainsV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
817
820
|
# @param [String] fields
|
818
821
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-domains_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.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: 2022-
|
11
|
+
date: 2022-06-20 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.
|
19
|
+
version: '0.5'
|
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.
|
29
|
+
version: '0.5'
|
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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1/v0.6.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1
|
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.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Domains API V1
|