google-apis-networkservices_v1 0.20.0 → 0.21.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: 288ff8ee70d0c5af23c42392c4b4cafe23159fa4718aea4c8c1984efd306162b
4
- data.tar.gz: 2ba21b8805c5ead68a0946564258a2a6512e0772e86fb1a2738195ad9c9191a5
3
+ metadata.gz: df15aac43c85c0c1a28638d60f517aa3544c0e745c33073b87c0b3c863c9e313
4
+ data.tar.gz: 73dba46d604e3ee12786e887fcd79e6489dee924853ff5f8c767f7767bfbae2b
5
5
  SHA512:
6
- metadata.gz: 65d37527933a560707d6cbc02745d806f039768b34a144e27e009fc0730f0cf702a8eee2c4033ef4bb020234dfe519c61868f70e3969731b7f1ad5e9ab6718fd
7
- data.tar.gz: 3ff5ed9867c3a7dd125d44c1b87b935daad3ad33404f23f1b606c1de05cbab68f1edb3152a62647b9eade03c3674428aa17d304a32ed394a243dffb2eb3f9128
6
+ metadata.gz: 04b6e366231ba90aabee45ca974ee567223fa86b537776dce40f1e36dfcf99ac5764c9f25059b8f527d452e6376dd4071223080199aa4c3ab9bc387817426c68
7
+ data.tar.gz: 8185f961abc235487bb6f73d59d9d25b0f1c216956324326b0ee68fc2ce082d89aa624eac2d147263660f1f457ba60c9a895c2e3cbc92117641a4564716086da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.21.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230213
6
+
3
7
  ### v0.20.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -470,11 +470,11 @@ module Google
470
470
  # @return [Array<Fixnum>]
471
471
  attr_accessor :ports
472
472
 
473
- # Required. Immutable. Scope determines how configuration across multiple
474
- # Gateway instances are merged. The configuration for multiple Gateway instances
475
- # with the same scope will be merged as presented as a single coniguration to
476
- # the proxy/load balancer. Max length 64 characters. Scope should start with a
477
- # letter and can only have letters, numbers, hyphens.
473
+ # Optional. Scope determines how configuration across multiple Gateway instances
474
+ # are merged. The configuration for multiple Gateway instances with the same
475
+ # scope will be merged as presented as a single coniguration to the proxy/load
476
+ # balancer. Max length 64 characters. Scope should start with a letter and can
477
+ # only have letters, numbers, hyphens.
478
478
  # Corresponds to the JSON property `scope`
479
479
  # @return [String]
480
480
  attr_accessor :scope
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkservicesV1
18
18
  # Version of the google-apis-networkservices_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230130"
25
+ REVISION = "20230213"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkservices_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-02-26 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-networkservices_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1
63
63
  post_install_message:
64
64
  rdoc_options: []