google-apis-accesscontextmanager_v1beta 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ef71e7babf0fa054c00654d08853f2eae0e1de1def1e89101b277b632bcdf9a
4
- data.tar.gz: f2d68173fa97eb1af8f0cba1e183564b4cd3435ac110e78cffcd66212f733d19
3
+ metadata.gz: 3d51b146d3cbe10d0a26ee2d726c98fee101c47438f071d274f9554c4d316a40
4
+ data.tar.gz: 20914d42b1e3a7177128476d216d37c65f6d585bcb7eb07c6f3a56248e01b701
5
5
  SHA512:
6
- metadata.gz: b4b6140af46ae2104c3bf48ff7cfaced3b4ea2b2506fa67946b7b6cfc6c8c5417e3d5fccaf137000ed8505287b7cd566895173893e77885f7025479ded263ae6
7
- data.tar.gz: bcfb0129d796a5483a73b7e8c99f6af698c5151d4ea9757fb11f9789f8061ba097cdfde30afc473cbff931bb9a33dfeb2ea18e06b1c8dcd04fac0be63b1d49c5
6
+ metadata.gz: 75bd7e951ab1072d447dc3c9f77d30a48c0ad075acebbc9d5961cd201a9b583672d4be81fc39e3120c696ee162bf9ecd54089d6d2207ed28f4e0293ee61fc469
7
+ data.tar.gz: 58d18e19700fb77c78c6f49a0fc7fa2763ac66cb64346a30dc47960f8dcaab30b5e9cb381ee10aa34c3c8c729f9d6269f545a0867891605f1b80d5a9163c63f9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1beta
2
2
 
3
+ ### v0.7.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210814
6
+
3
7
  ### v0.6.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -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.6.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 = "20210319"
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 Platform data
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.6.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-07-05 00:00:00.000000000 Z
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.6.0
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: []