google-apis-servicecontrol_v1 0.6.0 → 0.7.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: 4c6f4ec1dd93dce9431cde352af38df1ba7f6dfa0e066ea7d6c334ded749ef1f
4
- data.tar.gz: ca3e424e0ece1461458c4aa7d77d9b0c80c6eec1c58a6595b64d521cb64f6424
3
+ metadata.gz: 94b295dc47d4790a54fb71e70309c822a53229daa20694d4a5185ce42b8c5e8f
4
+ data.tar.gz: 9c635a14786131723987cad3f4b8abc559ed4c14cdc95075a515c1bd197a1467
5
5
  SHA512:
6
- metadata.gz: 25473d0fcd4b43f4c2a66b1b70f25e26932a2507a1ba901afec4627454cf922bfa57af5024efbb3c6456f31d93d99402eebe6d261c88411609da04d5bff6b2db
7
- data.tar.gz: 5f433ef245ecd99719b4f19b918ff7927ca60e9ca7dbcf25b796f817c253cc76ff501c1e39f82c784b084af2a0c229b95eae6a8433198b32551b99b62c2b36a1
6
+ metadata.gz: ea41cdaf973a0d5c2fe2e0f4d7dff3004470791a52a20dcd64af5574aa8893f091720af16866ad854863556632206f2b162a31721c34e3d5ccfb992817de2b6e
7
+ data.tar.gz: 1f394a98c1c6a578668caf30c5aa49c642f44c620fa31a9cc6d5e769c900251acb0dc772bc9e57a447d56233baa60b1090c9897a9559cb309476578609a9d78f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicecontrol_v1
2
2
 
3
+ ### v0.7.0 (2021-05-08)
4
+
5
+ * Regenerated from discovery document revision 20210430
6
+
3
7
  ### v0.6.0 (2021-04-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210326
@@ -1876,7 +1876,7 @@ module Google
1876
1876
  # @return [String]
1877
1877
  attr_accessor :method_prop
1878
1878
 
1879
- # The HTTP URL path.
1879
+ # The HTTP URL path, excluding the query parameters.
1880
1880
  # Corresponds to the JSON property `path`
1881
1881
  # @return [String]
1882
1882
  attr_accessor :path
@@ -2217,8 +2217,8 @@ module Google
2217
2217
  end
2218
2218
  end
2219
2219
 
2220
- # The context of a span, attached to Exemplars in Distribution values during
2221
- # aggregation. It contains the name of a span with format: projects/[
2220
+ # The context of a span. This is attached to an Exemplar in Distribution values
2221
+ # during aggregation. It contains the name of a span with format: projects/[
2222
2222
  # PROJECT_ID_OR_NUMBER]/traces/[TRACE_ID]/spans/[SPAN_ID]
2223
2223
  class SpanContext
2224
2224
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicecontrolV1
18
18
  # Version of the google-apis-servicecontrol_v1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210326"
25
+ REVISION = "20210430"
26
26
  end
27
27
  end
28
28
  end
@@ -98,10 +98,10 @@ module Google
98
98
  # client should rely on the cached results for much longer time to avoid outage.
99
99
  # WARNING: There is general 60s delay for the configuration and policy
100
100
  # propagation, therefore callers MUST NOT depend on the `Check` method having
101
- # the latest policy information. NOTE: the CheckRequest has the size limit of
102
- # 64KB. This method requires the `servicemanagement.services.check` permission
103
- # on the specified service. For more information, see [Cloud IAM](https://cloud.
104
- # google.com/iam).
101
+ # the latest policy information. NOTE: the CheckRequest has the size limit (wire-
102
+ # format byte size) of 1MB. This method requires the `servicemanagement.services.
103
+ # check` permission on the specified service. For more information, see [Cloud
104
+ # IAM](https://cloud.google.com/iam).
105
105
  # @param [String] service_name
106
106
  # The service name as specified in its service configuration. For example, `"
107
107
  # 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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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: 2021-04-05 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicecontrol_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.6.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicecontrol_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Service Control API V1