google-apis-servicenetworking_v1 0.30.0 → 0.31.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: 77070736bf92c30d22b679502013e0eccf8071a9e0133c19411d0b1d153abf2c
4
- data.tar.gz: 2255cb25c39ed60b8d52915d759cc9272cebb45abfab4bdcf371ec2acb7fb122
3
+ metadata.gz: de44cd487d985be43bc9cd0832576334080cfce977f2b64a9cbfa23b4cb737e3
4
+ data.tar.gz: 24768f4408c0abcf2cfa84494ab60a977c828444df858a3d2e918ca53aa0f9c6
5
5
  SHA512:
6
- metadata.gz: 579321721f9623232a50527f7d65ea4654bdb84c4a9634557276012bb2cd5e8e802f7c63f3d1e4a035cd99e3ac4717932405b43eec9bd2bc7a2f6f756cd683ba
7
- data.tar.gz: 5084aa12d1cb4bc45995e0556f2b03f6ca50db53c3f86bc8c505e1ff747bd9dfa79d09a772ff3cce22b919148d0f35d78146a7a25e3d2fb3bce3dc0299783c78
6
+ metadata.gz: c1ab9681bf408e3c942e46772cc68347f645f09bba98fbc06ed8b17571d30b41c91254e948aa8f8caf972bf9a43c652913438fca55ad10d97012cf245c673a25
7
+ data.tar.gz: 2e4b50162bb4b127ba000c2aa74301d9503d2f24fc3c5d7f897049ea260ae4313a3b31eed33b8bf62820c8a8bfae94bd6eba8b2e8ac46e9992279b0de2979428
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.31.0 (2022-08-24)
4
+
5
+ * Regenerated from discovery document revision 20220822
6
+
3
7
  ### v0.30.0 (2022-08-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20220816
@@ -2839,17 +2839,6 @@ 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
-
2853
2842
  # The list of publicly documented OAuth scopes that are allowed access. An OAuth
2854
2843
  # token containing any of these scopes will be accepted. Example:
2855
2844
  # canonical_scopes: https://www.googleapis.com/auth/calendar, https://www.
@@ -2864,7 +2853,6 @@ module Google
2864
2853
 
2865
2854
  # Update properties of this object
2866
2855
  def update!(**args)
2867
- @allow_any_scope = args[:allow_any_scope] if args.key?(:allow_any_scope)
2868
2856
  @canonical_scopes = args[:canonical_scopes] if args.key?(:canonical_scopes)
2869
2857
  end
2870
2858
  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.30.0"
19
+ GEM_VERSION = "0.31.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 = "20220816"
25
+ REVISION = "20220822"
26
26
  end
27
27
  end
28
28
  end
@@ -1286,7 +1286,6 @@ module Google
1286
1286
  class OAuthRequirements
1287
1287
  # @private
1288
1288
  class Representation < Google::Apis::Core::JsonRepresentation
1289
- property :allow_any_scope, as: 'allowAnyScope'
1290
1289
  property :canonical_scopes, as: 'canonicalScopes'
1291
1290
  end
1292
1291
  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.30.0
4
+ version: 0.31.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-22 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-servicenetworking_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.31.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: []