google-apis-serviceconsumermanagement_v1 0.1.0 → 0.6.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: c1f18828992c26124060a973f1ff00cfd1d37d083b27bf85558ff4c888d485cd
4
+ data.tar.gz: 98e2c52dc6aaffad995ac925c276a1608893a3d5fca6fed5bb86e2af9d268634
5
5
  SHA512:
6
- metadata.gz: 58ea1340b542746f5914d4256280d17ded46e5484ef7c3ca1ecb6fab473f311805b7f949efd6d2070e6f8198c0046fde58a4ff6c66a25753db2b4aab58b0fedc
7
- data.tar.gz: 2293e7c04d2fd28fd593f5e88292abffabc06901dcad2d9e87a8615f1f5e96d6465d2b796c8bc657fdf78767a7a959cf3f8117a721f26f429bf1e64a334cba86
6
+ metadata.gz: 19c284efd86b32f022e3934b208a945bbefb1437f747d253c87eee1f4fc71ab0833f2b72a1516526098fc4640b825f13f133cc13453e5d56e0d2daf3e27baa8b
7
+ data.tar.gz: 539338e30260a822b709d7805bada921fd6405fb9505341e7a9cb4a676b85e73a5438f977c110c5c3b82708aeda0345628cca9c385c4255fb65fa52d1e220c61
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.6.0 (2021-03-30)
4
+
5
+ * Regenerated from discovery document revision 20210326
6
+
7
+ ### v0.5.0 (2021-03-23)
8
+
9
+ * Regenerated from discovery document revision 20210319
10
+ * Regenerated using generator version 0.2.0
11
+
12
+ ### v0.4.0 (2021-03-04)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.3.0 (2021-02-19)
17
+
18
+ * Regenerated from discovery document revision 20210217
19
+
20
+ ### v0.2.0 (2021-02-02)
21
+
22
+ * Regenerated from discovery document revision 20210131
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * Regenerated using generator version 0.1.1
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -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^
@@ -2501,11 +2501,11 @@ module Google
2501
2501
  # and delegates other aspects to sub-sections. Each sub-section is either a
2502
2502
  # proto message or a repeated proto message that configures a specific aspect,
2503
2503
  # such as auth. See each proto message definition for details. Example: type:
2504
- # google.api.Service config_version: 3 name: calendar.googleapis.com title:
2505
- # Google Calendar API apis: - name: google.calendar.v3.Calendar authentication:
2506
- # providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/
2507
- # oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*"
2508
- # requirements: provider_id: google_calendar_auth
2504
+ # google.api.Service name: calendar.googleapis.com title: Google Calendar API
2505
+ # apis: - name: google.calendar.v3.Calendar authentication: providers: - id:
2506
+ # google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
2507
+ # issuer: https://securetoken.google.com rules: - selector: "*" requirements:
2508
+ # provider_id: google_calendar_auth
2509
2509
  class Service
2510
2510
  include Google::Apis::Core::Hashable
2511
2511
 
@@ -2551,7 +2551,8 @@ module Google
2551
2551
  # @return [Google::Apis::ServiceconsumermanagementV1::Billing]
2552
2552
  attr_accessor :billing
2553
2553
 
2554
- # Deprecated. The service config compiler always sets this field to `3`.
2554
+ # Obsolete. Do not use. This field has no semantic meaning. The service config
2555
+ # compiler always sets this field to `3`.
2555
2556
  # Corresponds to the JSON property `configVersion`
2556
2557
  # @return [Fixnum]
2557
2558
  attr_accessor :config_version
@@ -3130,9 +3131,7 @@ module Google
3130
3131
 
3131
3132
  # Policy bindings to be applied to the tenant project, in addition to the 'roles/
3132
3133
  # 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.
3134
+ # least one binding must have the role `roles/owner`.
3136
3135
  # Corresponds to the JSON property `policyBindings`
3137
3136
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::PolicyBinding>]
3138
3137
  attr_accessor :policy_bindings
@@ -3265,7 +3264,11 @@ module Google
3265
3264
 
3266
3265
  # Requirements that must be satisfied before a consumer project can use the
3267
3266
  # service. Each requirement is of the form /; for example 'serviceusage.
3268
- # googleapis.com/billing-enabled'.
3267
+ # googleapis.com/billing-enabled'. For Google APIs, a Terms of Service
3268
+ # requirement must be included here. Google Cloud APIs must include "
3269
+ # serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "
3270
+ # serviceusage.googleapis.com/tos/universal". Additional ToS can be included
3271
+ # based on the business needs.
3269
3272
  # Corresponds to the JSON property `requirements`
3270
3273
  # @return [Array<String>]
3271
3274
  attr_accessor :requirements
@@ -3676,6 +3679,13 @@ module Google
3676
3679
  # @return [String]
3677
3680
  attr_accessor :name
3678
3681
 
3682
+ # The Default Identity tag. If specified when creating the account, the tag must
3683
+ # be present in activation_grants. If not specified when creating the account,
3684
+ # the tag is set to the tag specified in activation_grants.
3685
+ # Corresponds to the JSON property `tag`
3686
+ # @return [String]
3687
+ attr_accessor :tag
3688
+
3679
3689
  # The unique and stable id of the default identity.
3680
3690
  # Corresponds to the JSON property `uniqueId`
3681
3691
  # @return [String]
@@ -3689,6 +3699,7 @@ module Google
3689
3699
  def update!(**args)
3690
3700
  @email = args[:email] if args.key?(:email)
3691
3701
  @name = args[:name] if args.key?(:name)
3702
+ @tag = args[:tag] if args.key?(:tag)
3692
3703
  @unique_id = args[:unique_id] if args.key?(:unique_id)
3693
3704
  end
3694
3705
  end
@@ -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.6.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.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201208"
25
+ REVISION = "20210326"
26
26
  end
27
27
  end
28
28
  end
@@ -1407,6 +1407,7 @@ module Google
1407
1407
  class Representation < Google::Apis::Core::JsonRepresentation
1408
1408
  property :email, as: 'email'
1409
1409
  property :name, as: 'name'
1410
+ property :tag, as: 'tag'
1410
1411
  property :unique_id, as: 'uniqueId'
1411
1412
  end
1412
1413
  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.6.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-04-05 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.6.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: []
@@ -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.1.4
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Service Consumer Management API V1