google-apis-networkmanagement_v1beta1 0.32.0 → 0.33.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: 35c8becee84a591f5c00bf13bc5be49201c60966c4db04c70f3548b618880689
|
4
|
+
data.tar.gz: fd0a37aa4312689fa5c5b79c7a569947c59c996088a67f0b513d1a4c9f7d645a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6822a107d7467f6198cb1643d3d4dccf8db3654ed35c46e3747646696b90bec540d57bf9058affa1f8dd6732b2d44d8d00192a2a9deeafa4b8375f9c65ef567a
|
7
|
+
data.tar.gz: 4d2361dfa95d0ae458037c989ad53d3ffa60ecdd9a1571e56e1abf5eeb7bf911a8fa85c6890b660ffa0eb5b77dca6677372b68d374ddd47df68812aa9ee08007
|
data/CHANGELOG.md
CHANGED
@@ -641,10 +641,12 @@ module Google
|
|
641
641
|
# @return [String]
|
642
642
|
attr_accessor :cloud_sql_instance
|
643
643
|
|
644
|
-
#
|
645
|
-
#
|
646
|
-
#
|
647
|
-
#
|
644
|
+
# A forwarding rule and its corresponding IP address represent the frontend
|
645
|
+
# configuration of a Google Cloud load balancer. Forwarding rules are also used
|
646
|
+
# for protocol forwarding, Private Service Connect and other network services to
|
647
|
+
# provide forwarding information in the control plane. Format: projects/`project`
|
648
|
+
# /global/forwardingRules/`id` or projects/`project`/regions/`region`/
|
649
|
+
# forwardingRules/`id`
|
648
650
|
# Corresponds to the JSON property `forwardingRule`
|
649
651
|
# @return [String]
|
650
652
|
attr_accessor :forwarding_rule
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkmanagementV1beta1
|
18
18
|
# Version of the google-apis-networkmanagement_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.33.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 = "20230705"
|
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-networkmanagement_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.33.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-07-16 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-networkmanagement_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.33.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|