google-apis-networkmanagement_v1 0.50.0 → 0.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 52daf8e55cf59e771ac88cacd1e5978f19ef3b767771759965edef32562e6e38
|
|
4
|
+
data.tar.gz: 2f08d2903bf1134dd11c30a877c42e785163d52c0697d7af6bb0a2933c125841
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff5e919388645164e86b671b97d297a11bb823d3c91bbafbe8935f3231e514d02899ecbe1d76b2aac7b39da1d4f3772d1b99b5089e61cdd214d06d183fb77598
|
|
7
|
+
data.tar.gz: 7daf14779fd16dd0168a0cf8a0ad9543c6c64824b6546542c691fe538c83d4b61f5553431b98e4b8d430681f11e4970c2bc43546a49e700894100f93eb553ccc
|
data/CHANGELOG.md
CHANGED
|
@@ -726,7 +726,8 @@ module Google
|
|
|
726
726
|
|
|
727
727
|
# DNS endpoint of [Google Kubernetes Engine cluster control plane](https://cloud.
|
|
728
728
|
# google.com/kubernetes-engine/docs/concepts/cluster-architecture). Requires
|
|
729
|
-
# gke_master_cluster to be set, can't be used simultaneoulsly with ip_address
|
|
729
|
+
# gke_master_cluster to be set, can't be used simultaneoulsly with ip_address or
|
|
730
|
+
# network. Applicable only to destination endpoint.
|
|
730
731
|
# Corresponds to the JSON property `fqdn`
|
|
731
732
|
# @return [String]
|
|
732
733
|
attr_accessor :fqdn
|
|
@@ -1152,12 +1153,17 @@ module Google
|
|
|
1152
1153
|
# @return [String]
|
|
1153
1154
|
attr_accessor :cluster_uri
|
|
1154
1155
|
|
|
1155
|
-
#
|
|
1156
|
+
# DNS endpoint of a GKE cluster control plane.
|
|
1157
|
+
# Corresponds to the JSON property `dnsEndpoint`
|
|
1158
|
+
# @return [String]
|
|
1159
|
+
attr_accessor :dns_endpoint
|
|
1160
|
+
|
|
1161
|
+
# External IP address of a GKE cluster control plane.
|
|
1156
1162
|
# Corresponds to the JSON property `externalIp`
|
|
1157
1163
|
# @return [String]
|
|
1158
1164
|
attr_accessor :external_ip
|
|
1159
1165
|
|
|
1160
|
-
# Internal IP address of a GKE cluster
|
|
1166
|
+
# Internal IP address of a GKE cluster control plane.
|
|
1161
1167
|
# Corresponds to the JSON property `internalIp`
|
|
1162
1168
|
# @return [String]
|
|
1163
1169
|
attr_accessor :internal_ip
|
|
@@ -1170,6 +1176,7 @@ module Google
|
|
|
1170
1176
|
def update!(**args)
|
|
1171
1177
|
@cluster_network_uri = args[:cluster_network_uri] if args.key?(:cluster_network_uri)
|
|
1172
1178
|
@cluster_uri = args[:cluster_uri] if args.key?(:cluster_uri)
|
|
1179
|
+
@dns_endpoint = args[:dns_endpoint] if args.key?(:dns_endpoint)
|
|
1173
1180
|
@external_ip = args[:external_ip] if args.key?(:external_ip)
|
|
1174
1181
|
@internal_ip = args[:internal_ip] if args.key?(:internal_ip)
|
|
1175
1182
|
end
|
|
@@ -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.51.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241106"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -633,6 +633,7 @@ module Google
|
|
|
633
633
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
634
634
|
property :cluster_network_uri, as: 'clusterNetworkUri'
|
|
635
635
|
property :cluster_uri, as: 'clusterUri'
|
|
636
|
+
property :dns_endpoint, as: 'dnsEndpoint'
|
|
636
637
|
property :external_ip, as: 'externalIp'
|
|
637
638
|
property :internal_ip, as: 'internalIp'
|
|
638
639
|
end
|
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.51.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: 2024-
|
|
11
|
+
date: 2024-12-04 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.51.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: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.5.
|
|
78
|
+
rubygems_version: 3.5.22
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Network Management API V1
|