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: 74a9deff662f1ee3b74308e4d7fce83b819f25530023c89c547c79ce1192674f
4
- data.tar.gz: 9371f57ac55f1e64c8b41ee0aa0923cf483f18356983e80852a7193678c8f08c
3
+ metadata.gz: 49ac55b2f9cec3c355e63036aacefed2e5072dd79d8ce23e04345e48041f6813
4
+ data.tar.gz: d6a1d3e2a09316cb889b0d8a132e3fa68e905ee320b3fb3fef97b9ac5a64e58e
5
5
  SHA512:
6
- metadata.gz: 8e45a09f1940907fea304c6c105547d843587580933e4b576946e963d11d1bf7556f8e6f35a593861aebcce4af9a70bfe7acab86f1eda0ec8e1714d36a8767aa
7
- data.tar.gz: a607dd94adc8e2f9bd6fe1e8abc73427e4b481df818ad27120135201b95439744a7ff9cafb56adf6a5f9912127cef4df2312ef634805174bc9d30fe41d68034a
6
+ metadata.gz: 62097b899117a8679ea18bf0bc3762c41c8728036f1f05c6ce8bd6e427bbca0ea334850b903cfd7e6e8a4b1923615f78a55d036411996c7814b80274e7fdf61f
7
+ data.tar.gz: ec8d3c465a3901fe8318ba85653e3bdbd60a83099d47482e7d6914f5ed0c41a29bc46b8e82df80679063ea8f2cb2f89d18379254156945c30435f59d1643588c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.11.0 (2022-04-30)
4
+
5
+ * Regenerated from discovery document revision 20220422
6
+
3
7
  ### v0.10.0 (2022-04-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220404
@@ -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.10.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 = "20220404"
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.10.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-04-18 00:00:00.000000000 Z
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.10.0
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: []