google-apis-servicecontrol_v1 0.12.0 → 0.16.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: 9136d59b4140b4a8c09490048cb01272182e5a4b603dc00717108ee11c740ef2
4
- data.tar.gz: e1933c8f0bf1f7120c11ef218f1b388e72df6462afc9ccf99c02def51c632766
3
+ metadata.gz: bbf7edc96038ba6f221734c57f037034c8665f2a15bda1496e364e29c838f4e3
4
+ data.tar.gz: 2c529f3bbd6ce45574e450d1d8f43fc6d9ec702bd6c52437ae2d6d8c0e237b21
5
5
  SHA512:
6
- metadata.gz: 735c25462a09a8524edd641a940aba2e452c25809a106a94ea8855d3c3d448638543ad7c496c38f6cf03adccb3e2b5e940dc1ccfdf2f65a6ceaacae9e527d969
7
- data.tar.gz: 1eb3f6afc5a01d66e598734fc293a2b43c42049c894bc35b22855ee7c9d40c843a797b97ec5435cdff374e8abeee7ea25f78d7af644d1e4562f8bf1b68fe7704
6
+ metadata.gz: 5b26e9ca0b2ef031457418fe208f3d8b70f93201bcdfc53fe5a976530a1cd2df2531710aad7abdd0ae23c2af3827f700afea349778ee3321429b22d001e37f60
7
+ data.tar.gz: 11577b53d7e6afa76ad4fded932e2d60737ea93b3eb125ae0fe2f889071ba9d6954c2e794cc56eab2d2ab6b763d78ae2e4236b3ca5258a98ff982a8fd5b7d103
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-servicecontrol_v1
2
2
 
3
+ ### v0.16.0 (2021-12-16)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.15.0 (2021-10-31)
8
+
9
+ * Regenerated from discovery document revision 20211022
10
+
11
+ ### v0.14.0 (2021-10-20)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.13.0 (2021-09-30)
16
+
17
+ * Regenerated from discovery document revision 20210924
18
+
3
19
  ### v0.12.0 (2021-08-20)
4
20
 
5
21
  * Regenerated from discovery document revision 20210813
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/servicecontrol_v1"
51
51
  client = Google::Apis::ServicecontrolV1::ServiceControlService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Servicecontrol service in particular.)
67
67
 
@@ -690,9 +690,9 @@ module Google
690
690
 
691
691
  # Distribution represents a frequency distribution of double-valued sample
692
692
  # points. It contains the size of the population of sample points plus
693
- # additional optional information: - the arithmetic mean of the samples - the
694
- # minimum and maximum of the samples - the sum-squared-deviation of the samples,
695
- # used to compute variance - a histogram of the values of the sample points
693
+ # additional optional information: * the arithmetic mean of the samples * the
694
+ # minimum and maximum of the samples * the sum-squared-deviation of the samples,
695
+ # used to compute variance * a histogram of the values of the sample points
696
696
  class Distribution
697
697
  include Google::Apis::Core::Hashable
698
698
 
@@ -1251,9 +1251,9 @@ module Google
1251
1251
 
1252
1252
  # Distribution represents a frequency distribution of double-valued sample
1253
1253
  # points. It contains the size of the population of sample points plus
1254
- # additional optional information: - the arithmetic mean of the samples - the
1255
- # minimum and maximum of the samples - the sum-squared-deviation of the samples,
1256
- # used to compute variance - a histogram of the values of the sample points
1254
+ # additional optional information: * the arithmetic mean of the samples * the
1255
+ # minimum and maximum of the samples * the sum-squared-deviation of the samples,
1256
+ # used to compute variance * a histogram of the values of the sample points
1257
1257
  # Corresponds to the JSON property `distributionValue`
1258
1258
  # @return [Google::Apis::ServicecontrolV1::Distribution]
1259
1259
  attr_accessor :distribution_value
@@ -2078,7 +2078,7 @@ module Google
2078
2078
 
2079
2079
  # The type of the resource. The syntax is platform-specific because different
2080
2080
  # platforms define their resources differently. For Google APIs, the type format
2081
- # must be "`service`/`kind`".
2081
+ # must be "`service`/`kind`", such as "pubsub.googleapis.com/Topic".
2082
2082
  # Corresponds to the JSON property `type`
2083
2083
  # @return [String]
2084
2084
  attr_accessor :type
@@ -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.12.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210813"
25
+ REVISION = "20211022"
26
26
  end
27
27
  end
28
28
  end
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.12.0
4
+ version: 0.16.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-08-23 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicecontrol_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.12.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicecontrol_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.16.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
@@ -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.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Control API V1