google-apis-servicecontrol_v2 0.18.0 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/google/apis/servicecontrol_v2/gem_version.rb +3 -3
- data/lib/google/apis/servicecontrol_v2/service.rb +23 -21
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9330ed09f8ef21db7c757411489688caed6f69323586a5838f518968971fcc6
|
4
|
+
data.tar.gz: 99487170508fe86a400695faf0414b6af1d37444be46a422c38f01ec602facdc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f66e21dd3c0a3dcdcec14b38ed5850ef2059b6c14fc9283b2ee7b1e2913eda555dc6d445d55860d8beeac08fb2a86fc7612c3c23e2d37135407a9a3dc52e4f1c
|
7
|
+
data.tar.gz: 19946f18446c07a5dba0823b97d582f223db12d86767d4b786873df99c97b5b9a88a67f6ecf0ddce116147d4c3a08ed2440979ede079b3ec81d608e9209e2c09
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-servicecontrol_v2
|
2
2
|
|
3
|
+
### v0.21.0 (2022-06-21)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.7.0
|
6
|
+
|
7
|
+
### v0.20.0 (2022-06-07)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.5.0
|
10
|
+
|
11
|
+
### v0.19.0 (2022-03-26)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220325
|
14
|
+
|
3
15
|
### v0.18.0 (2022-03-17)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220315
|
@@ -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.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
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.21.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-
|
11
|
+
date: 2022-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.6'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.6'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.21.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: []
|
@@ -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.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Service Control API V2
|