google-apis-networkmanagement_v1 0.29.0 → 0.30.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: a01bcdef8ddb1ba47ba6775f71284f2bfc777f8dad3b23e97922c8da305b75fe
|
4
|
+
data.tar.gz: 73d35db3d422be43bfd70fd7d6e580fa5e3314598bce71236476a943a1231da2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfc94c5541db188849426cddfd47b6cd8775923926fb86d4e2f0c142a7a82a2e3b1f27e3d50235fb00d0578cd4045aabd954927b3de29d115eea6fe00dfae6b1
|
7
|
+
data.tar.gz: 76501a1a61abce0d1ea569b3042aa7e137b16cc674092cc8e0642eb3bbe09338ce54d5ba5f9f9a2587b511724814df0432dbdeb58d4bbda7601c9b7dd0d8801f
|
data/CHANGELOG.md
CHANGED
@@ -609,6 +609,16 @@ module Google
|
|
609
609
|
# @return [String]
|
610
610
|
attr_accessor :cloud_sql_instance
|
611
611
|
|
612
|
+
# A forwarding rule and its corresponding IP address represent the frontend
|
613
|
+
# configuration of a Google Cloud load balancer. Forwarding rules are also used
|
614
|
+
# for protocol forwarding, Private Service Connect and other network services to
|
615
|
+
# provide forwarding information in the control plane. Format: projects/`project`
|
616
|
+
# /global/forwardingRules/`id` or projects/`project`/regions/`region`/
|
617
|
+
# forwardingRules/`id`
|
618
|
+
# Corresponds to the JSON property `forwardingRule`
|
619
|
+
# @return [String]
|
620
|
+
attr_accessor :forwarding_rule
|
621
|
+
|
612
622
|
# A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/
|
613
623
|
# kubernetes-engine/docs/concepts/cluster-architecture).
|
614
624
|
# Corresponds to the JSON property `gkeMasterCluster`
|
@@ -665,6 +675,7 @@ module Google
|
|
665
675
|
@cloud_function = args[:cloud_function] if args.key?(:cloud_function)
|
666
676
|
@cloud_run_revision = args[:cloud_run_revision] if args.key?(:cloud_run_revision)
|
667
677
|
@cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
|
678
|
+
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
668
679
|
@gke_master_cluster = args[:gke_master_cluster] if args.key?(:gke_master_cluster)
|
669
680
|
@instance = args[:instance] if args.key?(:instance)
|
670
681
|
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkmanagementV1
|
18
18
|
# Version of the google-apis-networkmanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.30.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
|
@@ -461,6 +461,7 @@ module Google
|
|
461
461
|
property :cloud_run_revision, as: 'cloudRunRevision', class: Google::Apis::NetworkmanagementV1::CloudRunRevisionEndpoint, decorator: Google::Apis::NetworkmanagementV1::CloudRunRevisionEndpoint::Representation
|
462
462
|
|
463
463
|
property :cloud_sql_instance, as: 'cloudSqlInstance'
|
464
|
+
property :forwarding_rule, as: 'forwardingRule'
|
464
465
|
property :gke_master_cluster, as: 'gkeMasterCluster'
|
465
466
|
property :instance, as: 'instance'
|
466
467
|
property :ip_address, as: 'ipAddress'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networkmanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.30.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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.30.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|