google-apis-servicecontrol_v1 0.11.0 → 0.15.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: 627b42d85dcb36c8dccb56673902a12c56bf544174a8b731654d121219988574
4
- data.tar.gz: d5fe757ce03fa9f1e6e185753f77f4f512d54ac48b2b50de275245c1fb0cf7c0
3
+ metadata.gz: b5bde695464803aa7b081a7ec555e305acad8335e9731e3359de806b29ab9640
4
+ data.tar.gz: e1f8c504757b1d04b11632054e55d36351d8b343aafaa21b87bd31ee5bf61c19
5
5
  SHA512:
6
- metadata.gz: 9537fe7a1e8e4cbd77561c0f8e7a1db49d0445ac62453aa377d116f83bd8ab55e0a7294b80fce3c70d3900c6d5ee9697384fd6f31077136b28eb83b1258efe32
7
- data.tar.gz: 7954235bb149722b318936213b2fbb40b3ad4bb098c067f8ec4eac4d1d8123d30b9129e1f3c4ab84d70c0ea391b1e6870bab7c93820f3eb7b41245f2d9916c9c
6
+ metadata.gz: 9ed396e44f66b55e2f90c70fc743cba470168628a11953b00fbcef91afa2407f34dbf3b83cf7d6ec30ac3ff2d3176cbb490bce8dc41abfc6b6368de64b2f1db4
7
+ data.tar.gz: 0fa7421a55b58f3925f6d8c39487f268afb48bdd69108bfe6464c27a6ec74169fe00e52101df4c50e0b7e1845699449326a66e6e845f3b5ad7192969213e56cd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-servicecontrol_v1
2
2
 
3
+ ### v0.15.0 (2021-10-31)
4
+
5
+ * Regenerated from discovery document revision 20211022
6
+
7
+ ### v0.14.0 (2021-10-20)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.13.0 (2021-09-30)
12
+
13
+ * Regenerated from discovery document revision 20210924
14
+
15
+ ### v0.12.0 (2021-08-20)
16
+
17
+ * Regenerated from discovery document revision 20210813
18
+
3
19
  ### v0.11.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -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.11.0"
19
+ GEM_VERSION = "0.15.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 = "20210603"
25
+ REVISION = "20211022"
26
26
  end
27
27
  end
28
28
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # Manage your Google Service Control data
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.11.0
4
+ version: 0.15.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-11-01 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.11.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.15.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: