google-apis-serviceusage_v1 0.20.0 → 0.23.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: 00e56770effc83005850b81a215b8ea53f3800cd97d0736063c26db60ce2e28e
4
- data.tar.gz: 229fa9195adce8fd111d5340a3142c5883e9b8de18230338a1284ff14a4f847a
3
+ metadata.gz: 72e32387ade10ff9af06760123be608387d92bd5c15ef791897021106bc6f720
4
+ data.tar.gz: 5037d3ca97d846fc80fa2384ca52cb1c25de17a66ea48fc65d180ef3c89ce59b
5
5
  SHA512:
6
- metadata.gz: 042d7688340a64d23a0908fefc45e6e397af2082ab03b8e21958393730615989d1dad3172bdb3c66e7e80d82d7e4a49be78eccc48ca8741431ca54f8f0533fe2
7
- data.tar.gz: 2197545c795c4711e7ca5b292edd3b7453d67874e936d59b80cf2ff33b18c0fb12b7482b4bd1320bd3df80984be4ed24d4b2d3b426650194471247984058f15e
6
+ metadata.gz: 994f79d84a44b6f98ca074c3aa269b5799c8433ce57f210e2439f5f81b3dcaa91768bf8ae715dc6783ce83bfd9a741b47b010c48743e6838e7ef26399fbe419d
7
+ data.tar.gz: cf7bfad80ded78cbd2dac116b455034e70d1c8bcb8b0d5696296fae5ddd6dc2a4c5436c31e10a958a028ba3785ee314a6acadb32d2780d3349b23c5d5518a507
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.23.0 (2022-08-18)
4
+
5
+ * Regenerated from discovery document revision 20220816
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.22.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.21.0 (2022-06-19)
13
+
14
+ * Regenerated from discovery document revision 20220615
15
+ * Regenerated using generator version 0.7.0
16
+
3
17
  ### v0.20.0 (2022-06-04)
4
18
 
5
19
  * Regenerated using generator version 0.5.0
@@ -2772,15 +2772,6 @@ module Google
2772
2772
  class MetricRule
2773
2773
  include Google::Apis::Core::Hashable
2774
2774
 
2775
- # Metrics to update when the selected methods are called. The key of the map is
2776
- # the metric name, the value is the DynamicCostType to specify how to calculate
2777
- # the cost from the request. The cost amount will be increased for the metric
2778
- # against which the quota limits are defined. It is only implemented in CloudESF(
2779
- # go/cloudesf)
2780
- # Corresponds to the JSON property `dynamicMetricCosts`
2781
- # @return [Hash<String,String>]
2782
- attr_accessor :dynamic_metric_costs
2783
-
2784
2775
  # Metrics to update when the selected methods are called, and the associated
2785
2776
  # cost applied to each metric. The key of the map is the metric name, and the
2786
2777
  # values are the amount increased for the metric against which the quota limits
@@ -2801,7 +2792,6 @@ module Google
2801
2792
 
2802
2793
  # Update properties of this object
2803
2794
  def update!(**args)
2804
- @dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
2805
2795
  @metric_costs = args[:metric_costs] if args.key?(:metric_costs)
2806
2796
  @selector = args[:selector] if args.key?(:selector)
2807
2797
  end
@@ -3029,6 +3019,17 @@ module Google
3029
3019
  class OAuthRequirements
3030
3020
  include Google::Apis::Core::Hashable
3031
3021
 
3022
+ # UNIMPLEMENTED: If enabled, ESF will allow OAuth credentials with any scope,
3023
+ # more details in http://go/esf-oauth-any-scope. WARNING: Enabling this option
3024
+ # will bring security risks. Customers enabling this feature accidentally may
3025
+ # have the risk of losing authentication enforcement. Please reach out to api-
3026
+ # auth@ and esf-team@ for approval and allowlisting before you enable this
3027
+ # option.
3028
+ # Corresponds to the JSON property `allowAnyScope`
3029
+ # @return [Boolean]
3030
+ attr_accessor :allow_any_scope
3031
+ alias_method :allow_any_scope?, :allow_any_scope
3032
+
3032
3033
  # The list of publicly documented OAuth scopes that are allowed access. An OAuth
3033
3034
  # token containing any of these scopes will be accepted. Example:
3034
3035
  # canonical_scopes: https://www.googleapis.com/auth/calendar, https://www.
@@ -3043,6 +3044,7 @@ module Google
3043
3044
 
3044
3045
  # Update properties of this object
3045
3046
  def update!(**args)
3047
+ @allow_any_scope = args[:allow_any_scope] if args.key?(:allow_any_scope)
3046
3048
  @canonical_scopes = args[:canonical_scopes] if args.key?(:canonical_scopes)
3047
3049
  end
3048
3050
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220513"
25
+ REVISION = "20220816"
26
26
  end
27
27
  end
28
28
  end
@@ -1184,7 +1184,6 @@ module Google
1184
1184
  class MetricRule
1185
1185
  # @private
1186
1186
  class Representation < Google::Apis::Core::JsonRepresentation
1187
- hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
1188
1187
  hash :metric_costs, as: 'metricCosts'
1189
1188
  property :selector, as: 'selector'
1190
1189
  end
@@ -1232,6 +1231,7 @@ module Google
1232
1231
  class OAuthRequirements
1233
1232
  # @private
1234
1233
  class Representation < Google::Apis::Core::JsonRepresentation
1234
+ property :allow_any_scope, as: 'allowAnyScope'
1235
1235
  property :canonical_scopes, as: 'canonicalScopes'
1236
1236
  end
1237
1237
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.23.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-06-13 00:00:00.000000000 Z
11
+ date: 2022-08-22 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.5'
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.5'
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-serviceusage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []