google-apis-serviceconsumermanagement_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: 5de4b05aaba94d11f2283c65410599d8b3f69ab4d09b368c68542083cbd7256e
4
- data.tar.gz: 3b4c5bb94fbd062aff10d1616d37c9520f3773a066230483121bb079418681ab
3
+ metadata.gz: d9fac45c670e0135a4861608f1e25cccc64c3c85202b525018b196354fb1dcdc
4
+ data.tar.gz: 68387cbd72f2510ba3cee754251d189b0b5c95f7238a8292184378c385f9506b
5
5
  SHA512:
6
- metadata.gz: 58ea1340b542746f5914d4256280d17ded46e5484ef7c3ca1ecb6fab473f311805b7f949efd6d2070e6f8198c0046fde58a4ff6c66a25753db2b4aab58b0fedc
7
- data.tar.gz: 2293e7c04d2fd28fd593f5e88292abffabc06901dcad2d9e87a8615f1f5e96d6465d2b796c8bc657fdf78767a7a959cf3f8117a721f26f429bf1e64a334cba86
6
+ metadata.gz: 33b50f7eb34880c40c580ac9c4340c723619ccb93095432e0dc8f4963387c5ccad2877d215ebee5f36d8679fc5303e000ed64f4223574e0adc0ff889991b674c
7
+ data.tar.gz: 9c4800552bab27420d17a48bdd897fa4deb328ce46b36de198e444632995526b5e93d4bd930c54e192a3d1d7b95cd2af24bb6a9cebde0b176a5e36f5831e7ba6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.2.0 (2021-02-02)
4
+
5
+ * Regenerated from discovery document revision 20210131
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
@@ -1762,11 +1762,11 @@ module Google
1762
1762
 
1763
1763
  # The units in which the metric value is reported. It is only applicable if the `
1764
1764
  # value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit` defines the
1765
- # representation of the stored metric values. Different systems may scale the
1766
- # values to be more easily displayed (so a value of `0.02KBy` _might_ be
1767
- # displayed as `20By`, and a value of `3523KBy` _might_ be displayed as `3.5MBy`)
1768
- # . However, if the `unit` is `KBy`, then the value of the metric is always in
1769
- # thousands of bytes, no matter how it may be displayed.. If you want a custom
1765
+ # representation of the stored metric values. Different systems might scale the
1766
+ # values to be more easily displayed (so a value of `0.02kBy` _might_ be
1767
+ # displayed as `20By`, and a value of `3523kBy` _might_ be displayed as `3.5MBy`)
1768
+ # . However, if the `unit` is `kBy`, then the value of the metric is always in
1769
+ # thousands of bytes, no matter how it might be displayed. If you want a custom
1770
1770
  # metric to record the exact number of CPU-seconds used by a job, you can create
1771
1771
  # an `INT64 CUMULATIVE` metric whose `unit` is `s`CPU`` (or equivalently `1s`CPU`
1772
1772
  # ` or just `s`). If the job uses 12,005 CPU-seconds, then the value is written
@@ -1774,7 +1774,7 @@ module Google
1774
1774
  # more granular way, you can create a `DOUBLE CUMULATIVE` metric whose `unit` is
1775
1775
  # `ks`CPU``, and then write the value `12.005` (which is `12005/1000`), or use `
1776
1776
  # Kis`CPU`` and write `11.723` (which is `12005/1024`). The supported units are
1777
- # a subset of [The Unified Code for Units of Measure](http://unitsofmeasure.org/
1777
+ # a subset of [The Unified Code for Units of Measure](https://unitsofmeasure.org/
1778
1778
  # ucum.html) standard: **Basic units (UNIT)** * `bit` bit * `By` byte * `s`
1779
1779
  # second * `min` minute * `h` hour * `d` day * `1` dimensionless **Prefixes (
1780
1780
  # PREFIX)** * `k` kilo (10^3) * `M` mega (10^6) * `G` giga (10^9) * `T` tera (10^
@@ -3130,9 +3130,7 @@ module Google
3130
3130
 
3131
3131
  # Policy bindings to be applied to the tenant project, in addition to the 'roles/
3132
3132
  # owner' role granted to the Service Consumer Management service account. At
3133
- # least one binding must have the role `roles/owner`. Among the list of members
3134
- # for `roles/owner`, at least one of them must be either the `user` or `group`
3135
- # type.
3133
+ # least one binding must have the role `roles/owner`.
3136
3134
  # Corresponds to the JSON property `policyBindings`
3137
3135
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::PolicyBinding>]
3138
3136
  attr_accessor :policy_bindings
@@ -3265,7 +3263,11 @@ module Google
3265
3263
 
3266
3264
  # Requirements that must be satisfied before a consumer project can use the
3267
3265
  # service. Each requirement is of the form /; for example 'serviceusage.
3268
- # googleapis.com/billing-enabled'.
3266
+ # googleapis.com/billing-enabled'. For Google APIs, a Terms of Service
3267
+ # requirement must be included here. Google Cloud APIs must include "
3268
+ # serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "
3269
+ # serviceusage.googleapis.com/tos/universal". Additional ToS can be included
3270
+ # based on the business needs.
3269
3271
  # Corresponds to the JSON property `requirements`
3270
3272
  # @return [Array<String>]
3271
3273
  attr_accessor :requirements
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1
18
18
  # Version of the google-apis-serviceconsumermanagement_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 = "20201208"
25
+ REVISION = "20210131"
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-serviceconsumermanagement_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-serviceconsumermanagement_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_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 Consumer Management API V1