google-apis-iap_v1beta1 0.12.0 → 0.15.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 +12 -0
- data/lib/google/apis/iap_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/iap_v1beta1/service.rb +9 -6
- 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: fe5f3c1affd99c6f7efe2ab81ec083aa876023776d702328a1f9346811b2426f
|
4
|
+
data.tar.gz: 634d353f889fc2c79736dcf48a949a069ec4687c039d69188596a823af067935
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0dc16e98d0c46a9b0e96d9e2b661fa0213783857efc1d18a48cfa8e412606f1b459fdf5a4abe76a79a9a75dadef7a266066caa8454f648067f8446c7521d4cda
|
7
|
+
data.tar.gz: 381eb9fb10fd131bc6d076189fa9bc02073c9ba0c7c203efe39d827bf41332e9a88fdeba0050e1baa5b371d8f582a9acf1fcc0281b5d4698c500e4bd5a7ec29a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-iap_v1beta1
|
2
2
|
|
3
|
+
### v0.15.0 (2022-06-19)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.7.0
|
6
|
+
|
7
|
+
### v0.14.0 (2022-06-05)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.5.0
|
10
|
+
|
11
|
+
### v0.13.0 (2022-05-11)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220506
|
14
|
+
|
3
15
|
### v0.12.0 (2022-04-13)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220408
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module IapV1beta1
|
18
18
|
# Version of the google-apis-iap_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220506"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -53,8 +53,9 @@ module Google
|
|
53
53
|
# More information about managing access via IAP can be found at: https://cloud.
|
54
54
|
# google.com/iap/docs/managing-access#managing_access_via_the_api
|
55
55
|
# @param [String] resource
|
56
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
57
|
-
#
|
56
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
57
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
58
|
+
# appropriate value for this field.
|
58
59
|
# @param [Google::Apis::IapV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
|
59
60
|
# @param [String] fields
|
60
61
|
# Selector specifying which fields to include in a partial response.
|
@@ -90,8 +91,9 @@ module Google
|
|
90
91
|
# can be found at: https://cloud.google.com/iap/docs/managing-access#
|
91
92
|
# managing_access_via_the_api
|
92
93
|
# @param [String] resource
|
93
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
94
|
-
#
|
94
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
95
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
96
|
+
# appropriate value for this field.
|
95
97
|
# @param [Google::Apis::IapV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
|
96
98
|
# @param [String] fields
|
97
99
|
# Selector specifying which fields to include in a partial response.
|
@@ -128,8 +130,9 @@ module Google
|
|
128
130
|
# More information about managing access via IAP can be found at: https://cloud.
|
129
131
|
# google.com/iap/docs/managing-access#managing_access_via_the_api
|
130
132
|
# @param [String] resource
|
131
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
132
|
-
#
|
133
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
134
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
135
|
+
# appropriate value for this field.
|
133
136
|
# @param [Google::Apis::IapV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
134
137
|
# @param [String] fields
|
135
138
|
# 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-iap_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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.6'
|
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.6'
|
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-iap_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1beta1/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_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.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Identity-Aware Proxy API V1beta1
|