google-apis-serviceconsumermanagement_v1beta1 0.21.0 → 0.24.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: 940df5e54c4301dbd55e583e4c2a3fef1abcfbf1f79f5e57fa897e271f037861
4
- data.tar.gz: da3f17b895ffb7d6d95ee18de72ff4b115e0ffef80a7182a566f3a3fe14112f3
3
+ metadata.gz: ac79b9618d64946750ed7972915fabec8d103319830a3bd1c6672d6794957e1b
4
+ data.tar.gz: cd5787928c0a3440c14d451e4834b9b63cc42db5592dd6881ddab32696d16430
5
5
  SHA512:
6
- metadata.gz: 2b098385ba70a8a5c0a6be5662dda4a63b20aed00b405b258fe37792bd3d7a114efe83d31eaf7574630630cbd3b7d4e718d4deddef569f204408ba5be1c6b2ef
7
- data.tar.gz: 2673425bde08104ad77f43a713ffcc0222bc302c3b72d4c267e5ad03aacb8bf3e9a73f9bae6b94a7554b9266b40c484e85b370ba844d25b83059d9799a50314a
6
+ metadata.gz: 130d9ce4cf7cdba7f186f21307c34192a2c954ed49427c7d6c53dc7b1fbc92c2ea300e992ee81b7134e08e601b6e2c7a4a77453f0fcb5fa573125dcbf9fb1b19
7
+ data.tar.gz: 9afbdfbce8225cc9eaa08471ab0901a85bce8ac455004983bdd4e76c92b757eabf629046272e48f45f0931da96a6e9ec3e21f137ed64aa2e85e44ff7feb32d90
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.24.0 (2022-08-21)
4
+
5
+ * Regenerated from discovery document revision 20220816
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.23.0 (2022-07-03)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.22.0 (2022-06-17)
13
+
14
+ * Regenerated from discovery document revision 20220615
15
+ * Regenerated using generator version 0.6.0
16
+
3
17
  ### v0.21.0 (2022-06-02)
4
18
 
5
19
  * Unspecified changes
@@ -1665,15 +1665,6 @@ module Google
1665
1665
  class MetricRule
1666
1666
  include Google::Apis::Core::Hashable
1667
1667
 
1668
- # Metrics to update when the selected methods are called. The key of the map is
1669
- # the metric name, the value is the DynamicCostType to specify how to calculate
1670
- # the cost from the request. The cost amount will be increased for the metric
1671
- # against which the quota limits are defined. It is only implemented in CloudESF(
1672
- # go/cloudesf)
1673
- # Corresponds to the JSON property `dynamicMetricCosts`
1674
- # @return [Hash<String,String>]
1675
- attr_accessor :dynamic_metric_costs
1676
-
1677
1668
  # Metrics to update when the selected methods are called, and the associated
1678
1669
  # cost applied to each metric. The key of the map is the metric name, and the
1679
1670
  # values are the amount increased for the metric against which the quota limits
@@ -1694,7 +1685,6 @@ module Google
1694
1685
 
1695
1686
  # Update properties of this object
1696
1687
  def update!(**args)
1697
- @dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
1698
1688
  @metric_costs = args[:metric_costs] if args.key?(:metric_costs)
1699
1689
  @selector = args[:selector] if args.key?(:selector)
1700
1690
  end
@@ -1922,6 +1912,17 @@ module Google
1922
1912
  class OAuthRequirements
1923
1913
  include Google::Apis::Core::Hashable
1924
1914
 
1915
+ # UNIMPLEMENTED: If enabled, ESF will allow OAuth credentials with any scope,
1916
+ # more details in http://go/esf-oauth-any-scope. WARNING: Enabling this option
1917
+ # will bring security risks. Customers enabling this feature accidentally may
1918
+ # have the risk of losing authentication enforcement. Please reach out to api-
1919
+ # auth@ and esf-team@ for approval and allowlisting before you enable this
1920
+ # option.
1921
+ # Corresponds to the JSON property `allowAnyScope`
1922
+ # @return [Boolean]
1923
+ attr_accessor :allow_any_scope
1924
+ alias_method :allow_any_scope?, :allow_any_scope
1925
+
1925
1926
  # The list of publicly documented OAuth scopes that are allowed access. An OAuth
1926
1927
  # token containing any of these scopes will be accepted. Example:
1927
1928
  # canonical_scopes: https://www.googleapis.com/auth/calendar, https://www.
@@ -1936,6 +1937,7 @@ module Google
1936
1937
 
1937
1938
  # Update properties of this object
1938
1939
  def update!(**args)
1940
+ @allow_any_scope = args[:allow_any_scope] if args.key?(:allow_any_scope)
1939
1941
  @canonical_scopes = args[:canonical_scopes] if args.key?(:canonical_scopes)
1940
1942
  end
1941
1943
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1beta1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1beta1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.24.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.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
@@ -844,7 +844,6 @@ module Google
844
844
  class MetricRule
845
845
  # @private
846
846
  class Representation < Google::Apis::Core::JsonRepresentation
847
- hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
848
847
  hash :metric_costs, as: 'metricCosts'
849
848
  property :selector, as: 'selector'
850
849
  end
@@ -892,6 +891,7 @@ module Google
892
891
  class OAuthRequirements
893
892
  # @private
894
893
  class Representation < Google::Apis::Core::JsonRepresentation
894
+ property :allow_any_scope, as: 'allowAnyScope'
895
895
  property :canonical_scopes, as: 'canonicalScopes'
896
896
  end
897
897
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.24.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-serviceconsumermanagement_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []