google-apis-accesscontextmanager_v1 0.36.0 → 0.37.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '046199835e39e107b3c2cc5b4bad89677011e83de9e0c500615d30a9e55afa9b'
|
|
4
|
+
data.tar.gz: 9b9c1bd28f27cc91d1df56d82efc892c0dbcd3e1674997c55c32c9f074f63b4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89dfd5c13885ee702eaef14ce0f2d1b5d3d676c2bf6b96a0e562993bcd186699dd36704711da0f976d1a76b15791659803df2875a785fe221302ebc606f8f826
|
|
7
|
+
data.tar.gz: 6730ab09b09978d4ffc08f09b4fb819025dd670d55381c5e1c28c27f33f5badbfb17281dff887bdf4f260d55980a467a32a0b58aeee5fe32bb00d2ab98144df2
|
data/CHANGELOG.md
CHANGED
|
@@ -1333,7 +1333,7 @@ module Google
|
|
|
1333
1333
|
# @return [String]
|
|
1334
1334
|
attr_accessor :next_page_token
|
|
1335
1335
|
|
|
1336
|
-
# List of services supported by
|
|
1336
|
+
# List of services supported by VPC Service Controls instances.
|
|
1337
1337
|
# Corresponds to the JSON property `supportedServices`
|
|
1338
1338
|
# @return [Array<Google::Apis::AccesscontextmanagerV1::SupportedService>]
|
|
1339
1339
|
attr_accessor :supported_services
|
|
@@ -1914,13 +1914,12 @@ module Google
|
|
|
1914
1914
|
end
|
|
1915
1915
|
end
|
|
1916
1916
|
|
|
1917
|
-
# `SupportedService` specifies
|
|
1918
|
-
# its properties.
|
|
1917
|
+
# `SupportedService` specifies VPC-SC supported service and its properties.
|
|
1919
1918
|
class SupportedService
|
|
1920
1919
|
include Google::Apis::Core::Hashable
|
|
1921
1920
|
|
|
1922
1921
|
# True if the service is available on the restricted VIP. Services on the
|
|
1923
|
-
# restricted VIP typically either support
|
|
1922
|
+
# restricted VIP typically either support VPC Service Controls or are core
|
|
1924
1923
|
# infrastructure services required for the functioning of Google Cloud.
|
|
1925
1924
|
# Corresponds to the JSON property `availableOnRestrictedVip`
|
|
1926
1925
|
# @return [Boolean]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AccesscontextmanagerV1
|
|
18
18
|
# Version of the google-apis-accesscontextmanager_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.37.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 = "20231218"
|
|
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-accesscontextmanager_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.37.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-12-
|
|
11
|
+
date: 2023-12-24 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-accesscontextmanager_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.37.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|