google-apis-servicemanagement_v1 0.1.0 → 0.2.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: 222d7e4aa09528a37d5681c6fc89dd38e275bcab61a9fb1d88f2556064185f18
4
- data.tar.gz: 3f5955a71dfffc343bba689888f18517b62423c191f7d05db316e3a5dc839c9f
3
+ metadata.gz: 7dc7c615e8f671939f888ccb91cec53356153a38ef8078378112cb82645da3fe
4
+ data.tar.gz: 26c1d3b4602d212ae9f3f8998afeaa5a997c4d2fecd61ca396419dbf45072f2c
5
5
  SHA512:
6
- metadata.gz: 782a9fdb4ecb4ac59a250238cb7bbe41acbb2533dd000eea37f31d79b69d26fd9b91293434252efea271cb15d70cfd0bbbdb95d6e21b0b55552b727aac747a51
7
- data.tar.gz: 7f20759159b865a31c7f7cc0b674bb51095f1d7c476e44359a63927056f7af2be49f57da18a1317dac64a11d7109ef3f45e533739f11b667a34961d927bb24fd
6
+ metadata.gz: 66f12e633df8509d52fdcb125c8f2e74b6f721ce08f099418c28c88b4c36e064985d9af15e97baefdfcbab0d4e5edf9cecb41f6127177d9ee3634346b2b1ca50
7
+ data.tar.gz: 24cc914e5ccc91b90b27d4aa7bbaf2c613000a98466757cd6b7a3c4657407bb8b512f81a9ea3e860271c93823f873c3752547fdb60728661b90a5fd0890b6865
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.2.0 (2021-02-03)
4
+
5
+ * Regenerated from discovery document revision 20210129
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated using generator version 0.1.1
@@ -2263,11 +2263,11 @@ module Google
2263
2263
 
2264
2264
  # The units in which the metric value is reported. It is only applicable if the `
2265
2265
  # value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit` defines the
2266
- # representation of the stored metric values. Different systems may scale the
2267
- # values to be more easily displayed (so a value of `0.02KBy` _might_ be
2268
- # displayed as `20By`, and a value of `3523KBy` _might_ be displayed as `3.5MBy`)
2269
- # . However, if the `unit` is `KBy`, then the value of the metric is always in
2270
- # thousands of bytes, no matter how it may be displayed.. If you want a custom
2266
+ # representation of the stored metric values. Different systems might scale the
2267
+ # values to be more easily displayed (so a value of `0.02kBy` _might_ be
2268
+ # displayed as `20By`, and a value of `3523kBy` _might_ be displayed as `3.5MBy`)
2269
+ # . However, if the `unit` is `kBy`, then the value of the metric is always in
2270
+ # thousands of bytes, no matter how it might be displayed. If you want a custom
2271
2271
  # metric to record the exact number of CPU-seconds used by a job, you can create
2272
2272
  # an `INT64 CUMULATIVE` metric whose `unit` is `s`CPU`` (or equivalently `1s`CPU`
2273
2273
  # ` or just `s`). If the job uses 12,005 CPU-seconds, then the value is written
@@ -2275,7 +2275,7 @@ module Google
2275
2275
  # more granular way, you can create a `DOUBLE CUMULATIVE` metric whose `unit` is
2276
2276
  # `ks`CPU``, and then write the value `12.005` (which is `12005/1000`), or use `
2277
2277
  # Kis`CPU`` and write `11.723` (which is `12005/1024`). The supported units are
2278
- # a subset of [The Unified Code for Units of Measure](http://unitsofmeasure.org/
2278
+ # a subset of [The Unified Code for Units of Measure](https://unitsofmeasure.org/
2279
2279
  # ucum.html) standard: **Basic units (UNIT)** * `bit` bit * `By` byte * `s`
2280
2280
  # second * `min` minute * `h` hour * `d` day * `1` dimensionless **Prefixes (
2281
2281
  # PREFIX)** * `k` kilo (10^3) * `M` mega (10^6) * `G` giga (10^9) * `T` tera (10^
@@ -3944,7 +3944,11 @@ module Google
3944
3944
 
3945
3945
  # Requirements that must be satisfied before a consumer project can use the
3946
3946
  # service. Each requirement is of the form /; for example 'serviceusage.
3947
- # googleapis.com/billing-enabled'.
3947
+ # googleapis.com/billing-enabled'. For Google APIs, a Terms of Service
3948
+ # requirement must be included here. Google Cloud APIs must include "
3949
+ # serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "
3950
+ # serviceusage.googleapis.com/tos/universal". Additional ToS can be included
3951
+ # based on the business needs.
3948
3952
  # Corresponds to the JSON property `requirements`
3949
3953
  # @return [Array<String>]
3950
3954
  attr_accessor :requirements
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201211"
25
+ REVISION = "20210129"
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-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-08 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-servicemanagement_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicemanagement_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.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Service Management API V1