google-apis-serviceconsumermanagement_v1 0.19.0 → 0.22.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: 90fa2ee7e9feac8e8d7e003c9f491da25b851452fcff1e5245ecb85105890b91
4
- data.tar.gz: 9a8d3c659960a7d664f9520d0d2488c3249fa04a6df1e1dd29bdaeb55dd14590
3
+ metadata.gz: 9c8d4bd3c097e636a3369febb2f3e71a200606f84e6ea3ffcd3ee47dfdd95b0a
4
+ data.tar.gz: b13ec7e7342416a11d6bd2fe493635893cd840e322f9049847f048fda2082743
5
5
  SHA512:
6
- metadata.gz: d3e7889e9c77851f4eae7751f18699037e030fc39337dece3d24d592edcbd4c5bfd78c9325f3807f7fcef1be7bff8acf5d114469bf2b91648c5e895cb6493a22
7
- data.tar.gz: 2fa9b910c6c020e60ff795b9f4ee9e2b35503e2e02e471621c10466b42ed1279a3ddb9bc3ca1b6087d796bff4f547ebef73a461ab973b5e2115732378e1f5488
6
+ metadata.gz: b55e5e917ac5a08cbb9f717291fb77313cc1ba2d0336fe539ebd467f7af43619cd42f45264197b56662ecabb332e01dd9887f183cf3f3e2c8989236c79ebb449
7
+ data.tar.gz: e2f09665568dc00cc6ec743946a4183cbd42d08b445528effafec447204697e2a08730201a5f7e428ddd1f3ea24d86f2b64ec12ef0075a3c972898e4e49999fa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.22.0 (2022-06-30)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+
7
+ ### v0.21.0 (2022-06-21)
8
+
9
+ * Regenerated from discovery document revision 20220615
10
+ * Regenerated using generator version 0.7.0
11
+
12
+ ### v0.20.0 (2022-06-09)
13
+
14
+ * Regenerated from discovery document revision 20220607
15
+ * Regenerated using generator version 0.5.0
16
+
3
17
  ### v0.19.0 (2022-05-17)
4
18
 
5
19
  * Regenerated from discovery document revision 20220513
@@ -1884,15 +1884,6 @@ module Google
1884
1884
  class MetricRule
1885
1885
  include Google::Apis::Core::Hashable
1886
1886
 
1887
- # Metrics to update when the selected methods are called. The key of the map is
1888
- # the metric name, the value is the DynamicCostType to specify how to calculate
1889
- # the cost from the request. The cost amount will be increased for the metric
1890
- # against which the quota limits are defined. It is only implemented in CloudESF(
1891
- # go/cloudesf)
1892
- # Corresponds to the JSON property `dynamicMetricCosts`
1893
- # @return [Hash<String,String>]
1894
- attr_accessor :dynamic_metric_costs
1895
-
1896
1887
  # Metrics to update when the selected methods are called, and the associated
1897
1888
  # cost applied to each metric. The key of the map is the metric name, and the
1898
1889
  # values are the amount increased for the metric against which the quota limits
@@ -1913,7 +1904,6 @@ module Google
1913
1904
 
1914
1905
  # Update properties of this object
1915
1906
  def update!(**args)
1916
- @dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
1917
1907
  @metric_costs = args[:metric_costs] if args.key?(:metric_costs)
1918
1908
  @selector = args[:selector] if args.key?(:selector)
1919
1909
  end
@@ -3136,7 +3126,7 @@ module Google
3136
3126
  # @return [Array<String>]
3137
3127
  attr_accessor :services
3138
3128
 
3139
- # Describes policy settings that need to be applied to a newly created tenant
3129
+ # Describes policy settings that can be applied to a newly created tenant
3140
3130
  # project.
3141
3131
  # Corresponds to the JSON property `tenantProjectPolicy`
3142
3132
  # @return [Google::Apis::ServiceconsumermanagementV1::TenantProjectPolicy]
@@ -3157,14 +3147,13 @@ module Google
3157
3147
  end
3158
3148
  end
3159
3149
 
3160
- # Describes policy settings that need to be applied to a newly created tenant
3150
+ # Describes policy settings that can be applied to a newly created tenant
3161
3151
  # project.
3162
3152
  class TenantProjectPolicy
3163
3153
  include Google::Apis::Core::Hashable
3164
3154
 
3165
3155
  # Policy bindings to be applied to the tenant project, in addition to the 'roles/
3166
- # owner' role granted to the Service Consumer Management service account. At
3167
- # least one binding must have the role `roles/owner`.
3156
+ # owner' role granted to the Service Consumer Management service account.
3168
3157
  # Corresponds to the JSON property `policyBindings`
3169
3158
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::PolicyBinding>]
3170
3159
  attr_accessor :policy_bindings
@@ -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.19.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220513"
25
+ REVISION = "20220615"
26
26
  end
27
27
  end
28
28
  end
@@ -982,7 +982,6 @@ module Google
982
982
  class MetricRule
983
983
  # @private
984
984
  class Representation < Google::Apis::Core::JsonRepresentation
985
- hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
986
985
  hash :metric_costs, as: 'metricCosts'
987
986
  property :selector, as: 'selector'
988
987
  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.19.0
4
+ version: 0.22.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: 2022-05-23 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Consumer Management API V1