google-apis-accesscontextmanager_v1beta 0.6.0 → 0.7.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 +4 -0
- data/lib/google/apis/accesscontextmanager_v1beta/classes.rb +13 -0
- data/lib/google/apis/accesscontextmanager_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/accesscontextmanager_v1beta/representations.rb +12 -0
- data/lib/google/apis/accesscontextmanager_v1beta.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d51b146d3cbe10d0a26ee2d726c98fee101c47438f071d274f9554c4d316a40
|
|
4
|
+
data.tar.gz: 20914d42b1e3a7177128476d216d37c65f6d585bcb7eb07c6f3a56248e01b701
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75bd7e951ab1072d447dc3c9f77d30a48c0ad075acebbc9d5961cd201a9b583672d4be81fc39e3120c696ee162bf9ecd54089d6d2207ed28f4e0293ee61fc469
|
|
7
|
+
data.tar.gz: 58d18e19700fb77c78c6f49a0fc7fa2763ac66cb64346a30dc47960f8dcaab30b5e9cb381ee10aa34c3c8c729f9d6269f545a0867891605f1b80d5a9163c63f9
|
data/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,19 @@ module Google
|
|
|
22
22
|
module Apis
|
|
23
23
|
module AccesscontextmanagerV1beta
|
|
24
24
|
|
|
25
|
+
# Metadata of Access Context Manager's Long Running Operations.
|
|
26
|
+
class AccessContextManagerOperationMetadata
|
|
27
|
+
include Google::Apis::Core::Hashable
|
|
28
|
+
|
|
29
|
+
def initialize(**args)
|
|
30
|
+
update!(**args)
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
# Update properties of this object
|
|
34
|
+
def update!(**args)
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
|
|
25
38
|
# An `AccessLevel` is a label that can be applied to requests to Google Cloud
|
|
26
39
|
# services, along with a list of requirements necessary for the label to be
|
|
27
40
|
# applied.
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AccesscontextmanagerV1beta
|
|
18
18
|
# Version of the google-apis-accesscontextmanager_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.7.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 = "20210814"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -22,6 +22,12 @@ module Google
|
|
|
22
22
|
module Apis
|
|
23
23
|
module AccesscontextmanagerV1beta
|
|
24
24
|
|
|
25
|
+
class AccessContextManagerOperationMetadata
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
|
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
+
end
|
|
30
|
+
|
|
25
31
|
class AccessLevel
|
|
26
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
33
|
|
|
@@ -118,6 +124,12 @@ module Google
|
|
|
118
124
|
include Google::Apis::Core::JsonObjectSupport
|
|
119
125
|
end
|
|
120
126
|
|
|
127
|
+
class AccessContextManagerOperationMetadata
|
|
128
|
+
# @private
|
|
129
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
130
|
+
end
|
|
131
|
+
end
|
|
132
|
+
|
|
121
133
|
class AccessLevel
|
|
122
134
|
# @private
|
|
123
135
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -29,7 +29,7 @@ module Google
|
|
|
29
29
|
# This is NOT the gem version.
|
|
30
30
|
VERSION = 'V1beta'
|
|
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-accesscontextmanager_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.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-09-06 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-accesscontextmanager_v1beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1beta/v0.7.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-accesscontextmanager_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|