google-apis-networkservices_v1beta1 0.10.0 → 0.11.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: 49ac55b2f9cec3c355e63036aacefed2e5072dd79d8ce23e04345e48041f6813
|
4
|
+
data.tar.gz: d6a1d3e2a09316cb889b0d8a132e3fa68e905ee320b3fb3fef97b9ac5a64e58e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62097b899117a8679ea18bf0bc3762c41c8728036f1f05c6ce8bd6e427bbca0ea334850b903cfd7e6e8a4b1923615f78a55d036411996c7814b80274e7fdf61f
|
7
|
+
data.tar.gz: ec8d3c465a3901fe8318ba85653e3bdbd60a83099d47482e7d6914f5ed0c41a29bc46b8e82df80679063ea8f2cb2f89d18379254156945c30435f59d1643588c
|
data/CHANGELOG.md
CHANGED
@@ -2489,14 +2489,6 @@ module Google
|
|
2489
2489
|
# @return [String]
|
2490
2490
|
attr_accessor :description
|
2491
2491
|
|
2492
|
-
# Optional. Gateways defines a list of gateways this TcpRoute is attached to, as
|
2493
|
-
# one of the routing rules to route the requests served by the gateway. Each
|
2494
|
-
# gateway reference should match the pattern: `projects/*/locations/global/
|
2495
|
-
# gateways/`
|
2496
|
-
# Corresponds to the JSON property `gateways`
|
2497
|
-
# @return [Array<String>]
|
2498
|
-
attr_accessor :gateways
|
2499
|
-
|
2500
2492
|
# Optional. Set of label tags associated with the TcpRoute resource.
|
2501
2493
|
# Corresponds to the JSON property `labels`
|
2502
2494
|
# @return [Hash<String,String>]
|
@@ -2541,7 +2533,6 @@ module Google
|
|
2541
2533
|
def update!(**args)
|
2542
2534
|
@create_time = args[:create_time] if args.key?(:create_time)
|
2543
2535
|
@description = args[:description] if args.key?(:description)
|
2544
|
-
@gateways = args[:gateways] if args.key?(:gateways)
|
2545
2536
|
@labels = args[:labels] if args.key?(:labels)
|
2546
2537
|
@meshes = args[:meshes] if args.key?(:meshes)
|
2547
2538
|
@name = args[:name] if args.key?(:name)
|
@@ -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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220422"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1042,7 +1042,6 @@ module Google
|
|
1042
1042
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1043
1043
|
property :create_time, as: 'createTime'
|
1044
1044
|
property :description, as: 'description'
|
1045
|
-
collection :gateways, as: 'gateways'
|
1046
1045
|
hash :labels, as: 'labels'
|
1047
1046
|
collection :meshes, as: 'meshes'
|
1048
1047
|
property :name, as: 'name'
|
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.11.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-
|
11
|
+
date: 2022-05-02 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.11.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: []
|