google-apis-servicecontrol_v2 0.18.0 → 0.19.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/servicecontrol_v2/gem_version.rb +2 -2
- data/lib/google/apis/servicecontrol_v2/service.rb +23 -21
- 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: dd2250724f4da1ca3baf96e5d1ae235eb8cf0afae05ffc29194d802194cff719
|
|
4
|
+
data.tar.gz: 63874b975eb84e27e6431cef0955695b825aa08980fa61e98c7ba385ec39d1b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dcf0ecb4a69ade21a9ce0ea2d8d3c70e9fb82da7e52c05ea0cff6bd1944a41cfd71aaa24b93eb4e42b61f19b60967c8894e914f5faf3752731e8083937254ee1
|
|
7
|
+
data.tar.gz: e26e8e89a23fd9118a09a0556c94ddc6c542456a5bcea2b83638809ffe951107f32145d44bcf5a80baf55bde55899d97fb740b881d55cdbb24435f77c1c0235c
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServicecontrolV2
|
|
18
18
|
# Version of the google-apis-servicecontrol_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.19.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220325"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -52,18 +52,19 @@ module Google
|
|
|
52
52
|
|
|
53
53
|
# Private Preview. This feature is only available for approved services. This
|
|
54
54
|
# method provides admission control for services that are integrated with [
|
|
55
|
-
# Service Infrastructure](/service-infrastructure). It
|
|
56
|
-
# operation should be allowed based on the service
|
|
57
|
-
# policies. It must be called before the operation is
|
|
58
|
-
# information, see [Admission Control](
|
|
59
|
-
# control). NOTE: The admission
|
|
60
|
-
# of 60s. The caller **must**
|
|
61
|
-
#
|
|
62
|
-
#
|
|
63
|
-
#
|
|
64
|
-
#
|
|
65
|
-
# Control API Access
|
|
66
|
-
# docs/service-control/
|
|
55
|
+
# Service Infrastructure](https://cloud.google.com/service-infrastructure). It
|
|
56
|
+
# checks whether an operation should be allowed based on the service
|
|
57
|
+
# configuration and relevant policies. It must be called before the operation is
|
|
58
|
+
# executed. For more information, see [Admission Control](https://cloud.google.
|
|
59
|
+
# com/service-infrastructure/docs/admission-control). NOTE: The admission
|
|
60
|
+
# control has an expected policy propagation delay of 60s. The caller **must**
|
|
61
|
+
# not depend on the most recent policy changes. NOTE: The admission control has
|
|
62
|
+
# a hard limit of 1 referenced resources per call. If an operation refers to
|
|
63
|
+
# more than 1 resources, the caller must call the Check method multiple times.
|
|
64
|
+
# This method requires the `servicemanagement.services.check` permission on the
|
|
65
|
+
# specified service. For more information, see [Service Control API Access
|
|
66
|
+
# Control](https://cloud.google.com/service-infrastructure/docs/service-control/
|
|
67
|
+
# access-control).
|
|
67
68
|
# @param [String] service_name
|
|
68
69
|
# The service name as specified in its service configuration. For example, `"
|
|
69
70
|
# pubsub.googleapis.com"`. See [google.api.Service](https://cloud.google.com/
|
|
@@ -101,15 +102,16 @@ module Google
|
|
|
101
102
|
|
|
102
103
|
# Private Preview. This feature is only available for approved services. This
|
|
103
104
|
# method provides telemetry reporting for services that are integrated with [
|
|
104
|
-
# Service Infrastructure](/service-infrastructure). It
|
|
105
|
-
# operations that have occurred on a service. It must be
|
|
106
|
-
# operations have been executed. For more information, see [
|
|
107
|
-
# /service-infrastructure/docs/
|
|
108
|
-
# reporting has a hard limit of 1000
|
|
109
|
-
# recommended to have no more than 100
|
|
110
|
-
#
|
|
111
|
-
# For more information, see [
|
|
112
|
-
# google.com/service-
|
|
105
|
+
# Service Infrastructure](https://cloud.google.com/service-infrastructure). It
|
|
106
|
+
# reports a list of operations that have occurred on a service. It must be
|
|
107
|
+
# called after the operations have been executed. For more information, see [
|
|
108
|
+
# Telemetry Reporting](https://cloud.google.com/service-infrastructure/docs/
|
|
109
|
+
# telemetry-reporting). NOTE: The telemetry reporting has a hard limit of 1000
|
|
110
|
+
# operations and 1MB per Report call. It is recommended to have no more than 100
|
|
111
|
+
# operations per call. This method requires the `servicemanagement.services.
|
|
112
|
+
# report` permission on the specified service. For more information, see [
|
|
113
|
+
# Service Control API Access Control](https://cloud.google.com/service-
|
|
114
|
+
# infrastructure/docs/service-control/access-control).
|
|
113
115
|
# @param [String] service_name
|
|
114
116
|
# The service name as specified in its service configuration. For example, `"
|
|
115
117
|
# pubsub.googleapis.com"`. See [google.api.Service](https://cloud.google.com/
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-servicecontrol_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.19.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-03-
|
|
11
|
+
date: 2022-03-28 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-servicecontrol_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.19.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|