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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 935a80250c595e30278813e03958176b0659f7c0c1da6939136f8eb653b9e849
4
- data.tar.gz: c17d511fdea9a9a12f8d042d6fcf7af7b00e70be510a0bf2f2de8e693966e9cd
3
+ metadata.gz: dd2250724f4da1ca3baf96e5d1ae235eb8cf0afae05ffc29194d802194cff719
4
+ data.tar.gz: 63874b975eb84e27e6431cef0955695b825aa08980fa61e98c7ba385ec39d1b9
5
5
  SHA512:
6
- metadata.gz: d9e52288658f22fe7d134368860315fb1000c09d62c54fb5313669b48757990af9018f86e32e70d725f6927f96488a69f4fc1c18c5c4bcf7be24c3be4243dc61
7
- data.tar.gz: 8d9b96193b9be39c49548851c6ee044a48af9a91c487f94d1f8fc958326e76e3698810700fe720660e0a4e6f793c4274ad1d352e55da811c2eb4368128173874
6
+ metadata.gz: dcf0ecb4a69ade21a9ce0ea2d8d3c70e9fb82da7e52c05ea0cff6bd1944a41cfd71aaa24b93eb4e42b61f19b60967c8894e914f5faf3752731e8083937254ee1
7
+ data.tar.gz: e26e8e89a23fd9118a09a0556c94ddc6c542456a5bcea2b83638809ffe951107f32145d44bcf5a80baf55bde55899d97fb740b881d55cdbb24435f77c1c0235c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.19.0 (2022-03-26)
4
+
5
+ * Regenerated from discovery document revision 20220325
6
+
3
7
  ### v0.18.0 (2022-03-17)
4
8
 
5
9
  * 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.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 = "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.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-21 00:00:00.000000000 Z
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.18.0
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: []