google-apis-networkconnectivity_v1alpha1 0.40.0 → 0.41.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: 609df4f88e14d4e92b0528c91b37557b2ec31c93742dc5b5098d0365ae33d4fe
|
4
|
+
data.tar.gz: '0178d2e79a0f15162b0f0f7b5410d1e352176ced123f53f16f00efd8b811c4e5'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a265faed2f4b415edda650484d0ef34754847a46fc6eba1e407f14493aac0d687f6f517fa06b744bd81ba709c399c2a7c1f16cd50c69f46ff985cf6becbfa429
|
7
|
+
data.tar.gz: e98f649c79549703b16c2d8b5a8cb9c375dc6b4631a54dd438820fd3c5f49ab156702eb02486ba2280ffd94731897d888387c6aa7fb9e13c0c6efaf1c386b79a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-networkconnectivity_v1alpha1
|
2
2
|
|
3
|
+
### v0.41.0 (2025-01-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250101
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.40.0 (2024-12-02)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241030
|
@@ -472,9 +472,9 @@ module Google
|
|
472
472
|
end
|
473
473
|
|
474
474
|
# The internal range resource for IPAM operations within a VPC network. Used to
|
475
|
-
# represent a private address range along with behavioral
|
476
|
-
# range (its usage and peering behavior). Networking resources can link to
|
477
|
-
# range if they are created as belonging to it.
|
475
|
+
# represent a private address range along with behavioral characteristics of
|
476
|
+
# that range (its usage and peering behavior). Networking resources can link to
|
477
|
+
# this range if they are created as belonging to it.
|
478
478
|
class InternalRange
|
479
479
|
include Google::Apis::Core::Hashable
|
480
480
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkconnectivityV1alpha1
|
18
18
|
# Version of the google-apis-networkconnectivity_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.41.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250101"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -807,8 +807,8 @@ module Google
|
|
807
807
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
808
808
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
809
809
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
810
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
811
|
-
# corresponding to `Code.CANCELLED`.
|
810
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
811
|
+
# , corresponding to `Code.CANCELLED`.
|
812
812
|
# @param [String] name
|
813
813
|
# The name of the operation resource to be cancelled.
|
814
814
|
# @param [Google::Apis::NetworkconnectivityV1alpha1::GoogleLongrunningCancelOperationRequest] google_longrunning_cancel_operation_request_object
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networkconnectivity_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.41.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.41.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1alpha1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.2
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Network Connectivity API V1alpha1
|
82
79
|
test_files: []
|