google-apis-servicenetworking_v1 0.29.0 → 0.30.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: 5e9af5b742af9eeea07d72620eaf2f6b6ca60f3a0c466cd88acb8071bfe651f2
4
- data.tar.gz: 664b801e877d39f5e37ff71a810c0e4b96965d9b64d755eb65ffcc4bd9af018a
3
+ metadata.gz: 77070736bf92c30d22b679502013e0eccf8071a9e0133c19411d0b1d153abf2c
4
+ data.tar.gz: 2255cb25c39ed60b8d52915d759cc9272cebb45abfab4bdcf371ec2acb7fb122
5
5
  SHA512:
6
- metadata.gz: 29f5ce2b104339c198725115b43510dd2396cf12aa4e2f3e2601d776e1bc173f1f45f7e5bc06d8e7b068a7c2eb784f0718349d3e175477eeee7166d566d9caea
7
- data.tar.gz: a594784b34cca3295232a56414cc43c1c3b4d9eab4ec62272340cd128cd827df79fb6d8564805bf234803ba5e61964d98233c3801494b4e2b41f112d9f549ff3
6
+ metadata.gz: 579321721f9623232a50527f7d65ea4654bdb84c4a9634557276012bb2cd5e8e802f7c63f3d1e4a035cd99e3ac4717932405b43eec9bd2bc7a2f6f756cd683ba
7
+ data.tar.gz: 5084aa12d1cb4bc45995e0556f2b03f6ca50db53c3f86bc8c505e1ff747bd9dfa79d09a772ff3cce22b919148d0f35d78146a7a25e3d2fb3bce3dc0299783c78
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.30.0 (2022-08-21)
4
+
5
+ * Regenerated from discovery document revision 20220816
6
+
3
7
  ### v0.29.0 (2022-07-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20220720
@@ -2839,6 +2839,17 @@ module Google
2839
2839
  class OAuthRequirements
2840
2840
  include Google::Apis::Core::Hashable
2841
2841
 
2842
+ # UNIMPLEMENTED: If enabled, ESF will allow OAuth credentials with any scope,
2843
+ # more details in http://go/esf-oauth-any-scope. WARNING: Enabling this option
2844
+ # will bring security risks. Customers enabling this feature accidentally may
2845
+ # have the risk of losing authentication enforcement. Please reach out to api-
2846
+ # auth@ and esf-team@ for approval and allowlisting before you enable this
2847
+ # option.
2848
+ # Corresponds to the JSON property `allowAnyScope`
2849
+ # @return [Boolean]
2850
+ attr_accessor :allow_any_scope
2851
+ alias_method :allow_any_scope?, :allow_any_scope
2852
+
2842
2853
  # The list of publicly documented OAuth scopes that are allowed access. An OAuth
2843
2854
  # token containing any of these scopes will be accepted. Example:
2844
2855
  # canonical_scopes: https://www.googleapis.com/auth/calendar, https://www.
@@ -2853,6 +2864,7 @@ module Google
2853
2864
 
2854
2865
  # Update properties of this object
2855
2866
  def update!(**args)
2867
+ @allow_any_scope = args[:allow_any_scope] if args.key?(:allow_any_scope)
2856
2868
  @canonical_scopes = args[:canonical_scopes] if args.key?(:canonical_scopes)
2857
2869
  end
2858
2870
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1
18
18
  # Version of the google-apis-servicenetworking_v1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.30.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 = "20220720"
25
+ REVISION = "20220816"
26
26
  end
27
27
  end
28
28
  end
@@ -1286,6 +1286,7 @@ module Google
1286
1286
  class OAuthRequirements
1287
1287
  # @private
1288
1288
  class Representation < Google::Apis::Core::JsonRepresentation
1289
+ property :allow_any_scope, as: 'allowAnyScope'
1289
1290
  property :canonical_scopes, as: 'canonicalScopes'
1290
1291
  end
1291
1292
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.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-07-25 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
@@ -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-servicenetworking_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
63
63
  post_install_message:
64
64
  rdoc_options: []