google-apis-networkservices_v1beta1 0.22.0 → 0.23.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: 2574a23473122b1a07e087c8b55ebdb7395275a0051fe873ff4b091040f8e176
4
- data.tar.gz: 51db156e5c22e9e6e2a266426ad094cd959e11bee37217689bedb72585c29a38
3
+ metadata.gz: beee46c7a304ee93298d28bfed792d60cda57752b10fb1455682103d7a54611a
4
+ data.tar.gz: 3055ecebb6e5f16dfc5bc1a98a5429438cf4c9186ee5f78226b11ee60e99a360
5
5
  SHA512:
6
- metadata.gz: 6ea581c0439f39c5247cf302a91ffa60cc6f31fd9396532724be9368428f6d9dbcf44183a24310648992718ee50c7456642c58740282ccc15dc540cbb56fdf79
7
- data.tar.gz: cb303f09a64d8aa7865ad50bb4f8d18772ccb680c2db2f92632ac8698e9b9c2d44e50d628ff41ec1ff568518e521a36816f6f22cdaeec89f986cacc1fbbb4dcf
6
+ metadata.gz: a835fd3a478900695ab15493e7fc65b8c2d3202d9b32f248543bce30a157de49fbab2e51f079f72ceec12e88c16eea64330f1237c858731b1ce33d9a9ed70196
7
+ data.tar.gz: 18b4c3e20094dd26478875bfef044b33a5be40c7b20eae8fa32135201e907a1ad3538c4a6dcab84a7f63d5fb00d84541b972d968ea3fb421d6150fcb00e2e779
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.23.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230213
6
+
3
7
  ### v0.22.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -405,11 +405,11 @@ module Google
405
405
  # @return [Array<Fixnum>]
406
406
  attr_accessor :ports
407
407
 
408
- # Required. Immutable. Scope determines how configuration across multiple
409
- # Gateway instances are merged. The configuration for multiple Gateway instances
410
- # with the same scope will be merged as presented as a single coniguration to
411
- # the proxy/load balancer. Max length 64 characters. Scope should start with a
412
- # letter and can only have letters, numbers, hyphens.
408
+ # Optional. Scope determines how configuration across multiple Gateway instances
409
+ # are merged. The configuration for multiple Gateway instances with the same
410
+ # scope will be merged as presented as a single coniguration to the proxy/load
411
+ # balancer. Max length 64 characters. Scope should start with a letter and can
412
+ # only have letters, numbers, hyphens.
413
413
  # Corresponds to the JSON property `scope`
414
414
  # @return [String]
415
415
  attr_accessor :scope
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkservicesV1beta1
18
18
  # Version of the google-apis-networkservices_v1beta1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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-03-05 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []