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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: beee46c7a304ee93298d28bfed792d60cda57752b10fb1455682103d7a54611a
|
4
|
+
data.tar.gz: 3055ecebb6e5f16dfc5bc1a98a5429438cf4c9186ee5f78226b11ee60e99a360
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a835fd3a478900695ab15493e7fc65b8c2d3202d9b32f248543bce30a157de49fbab2e51f079f72ceec12e88c16eea64330f1237c858731b1ce33d9a9ed70196
|
7
|
+
data.tar.gz: 18b4c3e20094dd26478875bfef044b33a5be40c7b20eae8fa32135201e907a1ad3538c4a6dcab84a7f63d5fb00d84541b972d968ea3fb421d6150fcb00e2e779
|
data/CHANGELOG.md
CHANGED
@@ -405,11 +405,11 @@ module Google
|
|
405
405
|
# @return [Array<Fixnum>]
|
406
406
|
attr_accessor :ports
|
407
407
|
|
408
|
-
#
|
409
|
-
#
|
410
|
-
#
|
411
|
-
#
|
412
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|