google-apis-servicecontrol_v1 0.3.0 → 0.8.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: 1c121631c4f46fc5c2ea5ebd490ce760ca33c2c859624984b8cbc767cf99aef2
4
- data.tar.gz: f73e339a4835250b1dbabc1a72bea2d8037d10b15af03edbece3d33bd9c87151
3
+ metadata.gz: 26aa7506e223d5d94d0e0a5ed0f9eb34bb1669ef1faf0a2fcce3bbf821cac801
4
+ data.tar.gz: 859079380bb86c03c258db08053d301d340311d18fb59fe5e250e4ab681ecf78
5
5
  SHA512:
6
- metadata.gz: 9083de9e4758ebd782d476b8b7a61624bca2c5f1e35abdb6438395f655d63b0a92bddea18be8ee27e9a3033ac328114f364693afba8ce9fb786e50adb8e9fec7
7
- data.tar.gz: 909d55ecccbffea63e2fe6b4396af19af665d25c14508fdcaa411de76b3d879ef6d425b17ed0961bc32d7314f78900a2c8a3ebd63482c5ad37b096bb4b035746
6
+ metadata.gz: f4e854879debb9e0058ea2c53efadb327454a06fecffed55e60c30cf2b367051acfe9b90e0616efccef115637a85d18b0848c15257a142a791f590d21a449e9f
7
+ data.tar.gz: 9b570e52583ebfe8cb016cb847cfe0fca3b58a03934970e8482ba998adabf8232e2927e78c15d921f56d1cf131cb2ff79d6965b57b19aa6539e6e9ce8f918b4f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-servicecontrol_v1
2
2
 
3
+ ### v0.8.0 (2021-05-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.7.0 (2021-05-08)
8
+
9
+ * Regenerated from discovery document revision 20210430
10
+
11
+ ### v0.6.0 (2021-04-03)
12
+
13
+ * Regenerated from discovery document revision 20210326
14
+ * Regenerated using generator version 0.2.0
15
+
16
+ ### v0.5.0 (2021-03-04)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.4.0 (2021-02-19)
21
+
22
+ * Regenerated from discovery document revision 20210212
23
+
3
24
  ### v0.3.0 (2021-02-12)
4
25
 
5
26
  * Regenerated from discovery document revision 20210205
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # Manage your Google Service Control data
@@ -1480,8 +1480,7 @@ module Google
1480
1480
  attr_accessor :trace_spans
1481
1481
 
1482
1482
  # Private Preview. This feature is only available for approved services. User
1483
- # defined labels for the resource that this operation is associated with. Only a
1484
- # combination of 1000 user labels per consumer project are allowed.
1483
+ # defined labels for the resource that this operation is associated with.
1485
1484
  # Corresponds to the JSON property `userLabels`
1486
1485
  # @return [Hash<String,String>]
1487
1486
  attr_accessor :user_labels
@@ -1877,7 +1876,7 @@ module Google
1877
1876
  # @return [String]
1878
1877
  attr_accessor :method_prop
1879
1878
 
1880
- # The HTTP URL path.
1879
+ # The HTTP URL path, excluding the query parameters.
1881
1880
  # Corresponds to the JSON property `path`
1882
1881
  # @return [String]
1883
1882
  attr_accessor :path
@@ -2218,8 +2217,8 @@ module Google
2218
2217
  end
2219
2218
  end
2220
2219
 
2221
- # The context of a span, attached to Exemplars in Distribution values during
2222
- # 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/[
2223
2222
  # PROJECT_ID_OR_NUMBER]/traces/[TRACE_ID]/spans/[SPAN_ID]
2224
2223
  class SpanContext
2225
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.3.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210205"
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.3.0
4
+ version: 0.8.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-02-15 00:00:00.000000000 Z
11
+ date: 2021-05-24 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.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.8.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: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
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