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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e52b6e69398acfee123b540b2c6955e41868eeb4dfc5ef886341b6e165833a5
|
4
|
+
data.tar.gz: 251a68d4632d3fa90f5ed0cd732f860a581c1855187da00010a2a767697e4174
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79fbf83a1b4232cfe96d5ff8a5c9b8f1bea562093a686ad0f9b231d9cbd4cc6bb092daf225152b85625fc54925766eecb42bd691d7fb362023c2b51c1358d591
|
7
|
+
data.tar.gz: d2afb0e4519b39e56281a2a5c34b84f6ae1a2b8be8b97ed69b2bd27f9a03b067ff2c785d6b2e285ce7ddd32c37c21a55492e5fe7d8da9cdfafd13cd38209b8b0
|
data/CHANGELOG.md
CHANGED
@@ -1544,7 +1544,7 @@ module Google
|
|
1544
1544
|
end
|
1545
1545
|
end
|
1546
1546
|
|
1547
|
-
# Response for
|
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
|
2079
|
-
# error value with a google.rpc.Status.code of 1,
|
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.
|
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 = "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.
|
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-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.
|
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.
|
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
|