google-apis-networkmanagement_v1 0.50.0 → 0.51.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: 27de760e1bedad37467519a1e29c2613da745a45c7ecfaacf794bd305a1f602d
4
- data.tar.gz: 27414f37738f640eda14bca3f7d402aa4a1cdcf8f479179db03a37d38f4cfc62
3
+ metadata.gz: 52daf8e55cf59e771ac88cacd1e5978f19ef3b767771759965edef32562e6e38
4
+ data.tar.gz: 2f08d2903bf1134dd11c30a877c42e785163d52c0697d7af6bb0a2933c125841
5
5
  SHA512:
6
- metadata.gz: a8403f0bf6e8c456b268bba7bd26beecce2eaebcb83b470acad4ecee2dcd47e5e6649366884e5759703cb00f604dd20d007d88be37f8ff5f60a2b51dea0169b5
7
- data.tar.gz: 32bfb7bc3ecb0727ffd2832f6905681160a43daa208e2271c5de25012c2a1910fac426ea60725e8bd2dd9b52a5e26885d77310d158f4331df494ce3bb5641ce2
6
+ metadata.gz: ff5e919388645164e86b671b97d297a11bb823d3c91bbafbe8935f3231e514d02899ecbe1d76b2aac7b39da1d4f3772d1b99b5089e61cdd214d06d183fb77598
7
+ data.tar.gz: 7daf14779fd16dd0168a0cf8a0ad9543c6c64824b6546542c691fe538c83d4b61f5553431b98e4b8d430681f11e4970c2bc43546a49e700894100f93eb553ccc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.51.0 (2024-11-17)
4
+
5
+ * Regenerated from discovery document revision 20241106
6
+
3
7
  ### v0.50.0 (2024-11-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20241023
@@ -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
- # External IP address of a GKE cluster master.
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 master.
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.50.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 = "20241023"
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.50.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-03 00:00:00.000000000 Z
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.50.0
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.21
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