google-apis-servicemanagement_v1 0.32.0 → 0.33.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: 0e18366ddd32ace3b9fb9c0dc4ee1d30daf7c8e618ed73a039745e53fd518c77
4
- data.tar.gz: 290df348ea2d21268685dc0be32a7ac92504ccf778206f782596b3808300a9a6
3
+ metadata.gz: 1787d75d15cd130e1ca57c52ac5950cc50c7edf8329f91a96e8261c35e29078a
4
+ data.tar.gz: 516fe0d2eb63cd0a5ddcc8d633e9633ca4eae9ed1451358748c89bd013c2f927
5
5
  SHA512:
6
- metadata.gz: 9c0edd01648e37d278131fe201df6b8c9de693e8d22466548a9a29197af71d8d67dfe8b64c73248932ebb07438a283d7d0dec7686864b08c49dac967b9e36871
7
- data.tar.gz: 5e7c010c53f2566bd810be9471dcdb382926bbeb2489347ddf971e76fde7041a1ac87970053c82fd454eca8e0330f0166b15469904bd6173b8d8ded71d081d60
6
+ metadata.gz: 2490b9871767aadac73d5dba4046ad990d0a97ba46bc08118e169103e3f57342576b9d7e932d85b1dcd3f8a2dd3de0c9e302b7febdff8db225b6fcb2fa1628d0
7
+ data.tar.gz: 62d100e8cf57e3308cc1a4aace4c47dad0f8d64ad2eea4e84ab986c681c54cb223f7d52dce0164f4f3097ff979757bad0073c8f5f5ee01f20cec4505ed317fb6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.33.0 (2022-08-24)
4
+
5
+ * Regenerated from discovery document revision 20220822
6
+
3
7
  ### v0.32.0 (2022-08-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220805
@@ -2604,6 +2604,17 @@ module Google
2604
2604
  class OAuthRequirements
2605
2605
  include Google::Apis::Core::Hashable
2606
2606
 
2607
+ # UNIMPLEMENTED: If enabled, ESF will allow OAuth credentials with any scope,
2608
+ # more details in http://go/esf-oauth-any-scope. WARNING: Enabling this option
2609
+ # will bring security risks. Customers enabling this feature accidentally may
2610
+ # have the risk of losing authentication enforcement. Please reach out to api-
2611
+ # auth@ and esf-team@ for approval and allowlisting before you enable this
2612
+ # option.
2613
+ # Corresponds to the JSON property `allowAnyScope`
2614
+ # @return [Boolean]
2615
+ attr_accessor :allow_any_scope
2616
+ alias_method :allow_any_scope?, :allow_any_scope
2617
+
2607
2618
  # The list of publicly documented OAuth scopes that are allowed access. An OAuth
2608
2619
  # token containing any of these scopes will be accepted. Example:
2609
2620
  # canonical_scopes: https://www.googleapis.com/auth/calendar, https://www.
@@ -2618,6 +2629,7 @@ module Google
2618
2629
 
2619
2630
  # Update properties of this object
2620
2631
  def update!(**args)
2632
+ @allow_any_scope = args[:allow_any_scope] if args.key?(:allow_any_scope)
2621
2633
  @canonical_scopes = args[:canonical_scopes] if args.key?(:canonical_scopes)
2622
2634
  end
2623
2635
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220805"
25
+ REVISION = "20220822"
26
26
  end
27
27
  end
28
28
  end
@@ -1136,6 +1136,7 @@ module Google
1136
1136
  class OAuthRequirements
1137
1137
  # @private
1138
1138
  class Representation < Google::Apis::Core::JsonRepresentation
1139
+ property :allow_any_scope, as: 'allowAnyScope'
1139
1140
  property :canonical_scopes, as: 'canonicalScopes'
1140
1141
  end
1141
1142
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.33.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-08-15 00:00:00.000000000 Z
11
+ date: 2022-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.33.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []