google-apis-servicenetworking_v1 0.7.0 → 0.8.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: 9375087df57e3b6f59a37908e631c21885ce158ad351e89c45aafea63881b971
|
4
|
+
data.tar.gz: 9f93abfc0a9b7d52ff3f7c8957d8909e29ef5a3b5af84bab98fecc7e60acdf83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5988191e827db3d4e64496551207a45219b92d1fa4c4e8313060272b4ea6a3c35ba710cb87374bdc14f1e9887318cb8472b2a67a112135b247b994ac38a783ea
|
7
|
+
data.tar.gz: 07e9a0753e3bb4bc0774a7f31b503fcd6732a53edffc6c29c1c5f8f78587a39f41217a0d28f492ed63e70bb091f28cef571ed0c0ae048cb1fcc052adc6aeedc9
|
data/CHANGELOG.md
CHANGED
@@ -2875,6 +2875,20 @@ module Google
|
|
2875
2875
|
end
|
2876
2876
|
end
|
2877
2877
|
|
2878
|
+
# Metadata provided through GetOperation request for the LRO generated by
|
2879
|
+
# Partial Delete Connection API
|
2880
|
+
class PartialDeleteConnectionMetadata
|
2881
|
+
include Google::Apis::Core::Hashable
|
2882
|
+
|
2883
|
+
def initialize(**args)
|
2884
|
+
update!(**args)
|
2885
|
+
end
|
2886
|
+
|
2887
|
+
# Update properties of this object
|
2888
|
+
def update!(**args)
|
2889
|
+
end
|
2890
|
+
end
|
2891
|
+
|
2878
2892
|
# DNS domain suffix for which requests originating in the producer VPC network
|
2879
2893
|
# are resolved in the associated consumer VPC network.
|
2880
2894
|
class PeeredDnsDomain
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1
|
18
18
|
# Version of the google-apis-servicenetworking_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210519"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -430,6 +430,12 @@ module Google
|
|
430
430
|
include Google::Apis::Core::JsonObjectSupport
|
431
431
|
end
|
432
432
|
|
433
|
+
class PartialDeleteConnectionMetadata
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
433
439
|
class PeeredDnsDomain
|
434
440
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
441
|
|
@@ -1290,6 +1296,12 @@ module Google
|
|
1290
1296
|
end
|
1291
1297
|
end
|
1292
1298
|
|
1299
|
+
class PartialDeleteConnectionMetadata
|
1300
|
+
# @private
|
1301
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1302
|
+
end
|
1303
|
+
end
|
1304
|
+
|
1293
1305
|
class PeeredDnsDomain
|
1294
1306
|
# @private
|
1295
1307
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicenetworking_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.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: 2021-05-
|
11
|
+
date: 2021-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.8.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|