google-apis-accesscontextmanager_v1 0.36.0 → 0.38.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: 8ad94937c6275dc16950cf6448b64942e2833b1f163bc2f6658ce1303bdb14bd
|
|
4
|
+
data.tar.gz: 87eee3f3404fda9786560a9bcc08821a089661fe457c574e81f1a0ca635cc1b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5b006b02a470cae7aab795657f928b06a782d03a1fbbfc765090a44cdff2651cab44097fd364fee4fa78a56df0aaa5f0a272fe67d1e3d33f5cc2e1123a9f1cf
|
|
7
|
+
data.tar.gz: 201db2fb7369b2e7c6ad8eab7ad0542c7c8fddf5f142c71364323d3daf9ad44f0142f173e58677c00a1e5b0fe5948935539cae5b30cc42fa9c8ef3d42837e005
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-accesscontextmanager_v1
|
|
2
2
|
|
|
3
|
+
### v0.38.0 (2024-01-07)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240102
|
|
6
|
+
|
|
7
|
+
### v0.37.0 (2023-12-24)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20231218
|
|
10
|
+
|
|
3
11
|
### v0.36.0 (2023-12-17)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20231213
|
|
@@ -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
|
|
@@ -1353,15 +1353,15 @@ module Google
|
|
|
1353
1353
|
class MethodSelector
|
|
1354
1354
|
include Google::Apis::Core::Hashable
|
|
1355
1355
|
|
|
1356
|
-
#
|
|
1357
|
-
#
|
|
1358
|
-
#
|
|
1356
|
+
# A valid method name for the corresponding `service_name` in ApiOperation. If `*
|
|
1357
|
+
# ` is used as the value for the `method`, then ALL methods and permissions are
|
|
1358
|
+
# allowed.
|
|
1359
1359
|
# Corresponds to the JSON property `method`
|
|
1360
1360
|
# @return [String]
|
|
1361
1361
|
attr_accessor :method_prop
|
|
1362
1362
|
|
|
1363
|
-
#
|
|
1364
|
-
#
|
|
1363
|
+
# A valid Cloud IAM permission for the corresponding `service_name` in
|
|
1364
|
+
# ApiOperation.
|
|
1365
1365
|
# Corresponds to the JSON property `permission`
|
|
1366
1366
|
# @return [String]
|
|
1367
1367
|
attr_accessor :permission
|
|
@@ -1914,21 +1914,21 @@ module Google
|
|
|
1914
1914
|
end
|
|
1915
1915
|
end
|
|
1916
1916
|
|
|
1917
|
-
# `SupportedService` specifies
|
|
1918
|
-
# its properties.
|
|
1917
|
+
# `SupportedService` specifies the VPC Service Controls 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]
|
|
1927
1926
|
attr_accessor :available_on_restricted_vip
|
|
1928
1927
|
alias_method :available_on_restricted_vip?, :available_on_restricted_vip
|
|
1929
1928
|
|
|
1930
|
-
# True if the service is supported with some limitations. Check documentation
|
|
1931
|
-
# for
|
|
1929
|
+
# True if the service is supported with some limitations. Check [documentation](
|
|
1930
|
+
# https://cloud.google.com/vpc-service-controls/docs/supported-products) for
|
|
1931
|
+
# details.
|
|
1932
1932
|
# Corresponds to the JSON property `knownLimitations`
|
|
1933
1933
|
# @return [Boolean]
|
|
1934
1934
|
attr_accessor :known_limitations
|
|
@@ -1945,13 +1945,13 @@ module Google
|
|
|
1945
1945
|
# @return [String]
|
|
1946
1946
|
attr_accessor :support_stage
|
|
1947
1947
|
|
|
1948
|
-
# The list of the supported methods.
|
|
1949
|
-
# GetSupportedService
|
|
1948
|
+
# The list of the supported methods. This field exists only in response to
|
|
1949
|
+
# GetSupportedService
|
|
1950
1950
|
# Corresponds to the JSON property `supportedMethods`
|
|
1951
1951
|
# @return [Array<Google::Apis::AccesscontextmanagerV1::MethodSelector>]
|
|
1952
1952
|
attr_accessor :supported_methods
|
|
1953
1953
|
|
|
1954
|
-
# The name of the supported product, such as 'Cloud Product API'
|
|
1954
|
+
# The name of the supported product, such as 'Cloud Product API'.
|
|
1955
1955
|
# Corresponds to the JSON property `title`
|
|
1956
1956
|
# @return [String]
|
|
1957
1957
|
attr_accessor :title
|
|
@@ -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.38.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 = "20240102"
|
|
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.38.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:
|
|
11
|
+
date: 2024-01-07 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.38.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: []
|
|
@@ -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.
|
|
78
|
+
rubygems_version: 3.5.3
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Access Context Manager API V1
|