google-apis-networkconnectivity_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: c51628a9dfb291efa6b5afab6633032afa25cfd51e2626824a125b67d4b3f950
4
- data.tar.gz: fb1c78497b4a1fa05ac6af2aa0823a18c994a55c833e3ba92b455d15391e8a14
3
+ metadata.gz: 8e52b6e69398acfee123b540b2c6955e41868eeb4dfc5ef886341b6e165833a5
4
+ data.tar.gz: 251a68d4632d3fa90f5ed0cd732f860a581c1855187da00010a2a767697e4174
5
5
  SHA512:
6
- metadata.gz: bea17c80ef1f974675ecececa8f21b86d3ff28706cb9ace1ad713d84384c3201989e92be3cdc8585f023016d9ba9ef8aabb93db09018ad92d7644781882ededc
7
- data.tar.gz: 15035b72cd7aa8060032362e01766a9836f6536ed8a3d87dd5839631af00f07138ff81be83b2c51dbd5e2262e853c1f6b8c0bc6638ee00632a9f4483e5361e81
6
+ metadata.gz: 79fbf83a1b4232cfe96d5ff8a5c9b8f1bea562093a686ad0f9b231d9cbd4cc6bb092daf225152b85625fc54925766eecb42bd691d7fb362023c2b51c1358d591
7
+ data.tar.gz: d2afb0e4519b39e56281a2a5c34b84f6ae1a2b8be8b97ed69b2bd27f9a03b067ff2c785d6b2e285ce7ddd32c37c21a55492e5fe7d8da9cdfafd13cd38209b8b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.51.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241112
6
+
3
7
  ### v0.50.0 (2024-11-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20241030
@@ -1544,7 +1544,7 @@ module Google
1544
1544
  end
1545
1545
  end
1546
1546
 
1547
- # Response for PolicyBasedRouting.ListPolicyBasedRoutes method.
1547
+ # Response for PolicyBasedRoutingService.ListPolicyBasedRoutes method.
1548
1548
  class ListPolicyBasedRoutesResponse
1549
1549
  include Google::Apis::Core::Hashable
1550
1550
 
@@ -2075,9 +2075,9 @@ module Google
2075
2075
  attr_accessor :end_time
2076
2076
 
2077
2077
  # Output only. Identifies whether the user has requested cancellation of the
2078
- # operation. Operations that have been cancelled successfully have Operation.
2079
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
2080
- # CANCELLED`.
2078
+ # operation. Operations that have been cancelled successfully have google.
2079
+ # longrunning.Operation.error value with a google.rpc.Status.code of 1,
2080
+ # corresponding to `Code.CANCELLED`.
2081
2081
  # Corresponds to the JSON property `requestedCancellation`
2082
2082
  # @return [Boolean]
2083
2083
  attr_accessor :requested_cancellation
@@ -2608,7 +2608,7 @@ module Google
2608
2608
  # Optional. The IP Address of the Regional Endpoint. When no address is provided,
2609
2609
  # an IP from the subnetwork is allocated. Use one of the following formats: *
2610
2610
  # IPv4 address as in `10.0.0.1` * Address resource URI as in `projects/`project`/
2611
- # regions/`region`/addresses/`address_name``
2611
+ # regions/`region`/addresses/`address_name`` for an IPv4 or IPv6 address.
2612
2612
  # Corresponds to the JSON property `address`
2613
2613
  # @return [String]
2614
2614
  attr_accessor :address
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkconnectivityV1
18
18
  # Version of the google-apis-networkconnectivity_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 = "20241030"
25
+ REVISION = "20241112"
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-networkconnectivity_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-17 00:00:00.000000000 Z
11
+ date: 2024-12-15 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-networkconnectivity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.51.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_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.22
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Connectivity API V1