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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 935a80250c595e30278813e03958176b0659f7c0c1da6939136f8eb653b9e849
4
- data.tar.gz: c17d511fdea9a9a12f8d042d6fcf7af7b00e70be510a0bf2f2de8e693966e9cd
3
+ metadata.gz: a9330ed09f8ef21db7c757411489688caed6f69323586a5838f518968971fcc6
4
+ data.tar.gz: 99487170508fe86a400695faf0414b6af1d37444be46a422c38f01ec602facdc
5
5
  SHA512:
6
- metadata.gz: d9e52288658f22fe7d134368860315fb1000c09d62c54fb5313669b48757990af9018f86e32e70d725f6927f96488a69f4fc1c18c5c4bcf7be24c3be4243dc61
7
- data.tar.gz: 8d9b96193b9be39c49548851c6ee044a48af9a91c487f94d1f8fc958326e76e3698810700fe720660e0a4e6f793c4274ad1d352e55da811c2eb4368128173874
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.18.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.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220315"
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 checks whether an
56
- # operation should be allowed based on the service configuration and relevant
57
- # policies. It must be called before the operation is executed. For more
58
- # information, see [Admission Control](/service-infrastructure/docs/admission-
59
- # control). NOTE: The admission control has an expected policy propagation delay
60
- # of 60s. The caller **must** not depend on the most recent policy changes. NOTE:
61
- # The admission control has a hard limit of 1 referenced resources per call. If
62
- # an operation refers to more than 1 resources, the caller must call the Check
63
- # method multiple times. This method requires the `servicemanagement.services.
64
- # check` permission on the specified service. For more information, see [Service
65
- # Control API Access Control](https://cloud.google.com/service-infrastructure/
66
- # docs/service-control/access-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 reports a list of
105
- # operations that have occurred on a service. It must be called after the
106
- # operations have been executed. For more information, see [Telemetry Reporting](
107
- # /service-infrastructure/docs/telemetry-reporting). NOTE: The telemetry
108
- # reporting has a hard limit of 1000 operations and 1MB per Report call. It is
109
- # recommended to have no more than 100 operations per call. This method requires
110
- # the `servicemanagement.services.report` permission on the specified service.
111
- # For more information, see [Service Control API Access Control](https://cloud.
112
- # google.com/service-infrastructure/docs/service-control/access-control).
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.18.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-03-21 00:00:00.000000000 Z
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.4'
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.4'
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.18.0
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.5
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