google-apis-servicenetworking_v1beta 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: 75cbc91322ff6ee9fda310acae1c2bcb776a1301ebf0c248c8a5accbe53a84b6
|
4
|
+
data.tar.gz: 94469af6425f17f8bb30aa432115d150647fed090ee5e791039d0206d3dccae4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e758a00188c49446f47d685012a56a82a374bb6e978d3fd67bcbf1be82fe242ffa95c9ca288c6f8a8e5263516a240bc50d9955ddb2f3b42e565ad19f3ea60358
|
7
|
+
data.tar.gz: eaff8a4432357c2cdde5a082b82d59fb415b186146b056f01264076d07b29e559ffc18883885602710ef3b36309717a358521341c04d8ab71fd5669dea920cde
|
data/CHANGELOG.md
CHANGED
@@ -2598,6 +2598,20 @@ module Google
|
|
2598
2598
|
end
|
2599
2599
|
end
|
2600
2600
|
|
2601
|
+
# Metadata provided through GetOperation request for the LRO generated by
|
2602
|
+
# Partial Delete Connection API
|
2603
|
+
class PartialDeleteConnectionMetadata
|
2604
|
+
include Google::Apis::Core::Hashable
|
2605
|
+
|
2606
|
+
def initialize(**args)
|
2607
|
+
update!(**args)
|
2608
|
+
end
|
2609
|
+
|
2610
|
+
# Update properties of this object
|
2611
|
+
def update!(**args)
|
2612
|
+
end
|
2613
|
+
end
|
2614
|
+
|
2601
2615
|
# DNS domain suffix for which requests originating in the producer VPC network
|
2602
2616
|
# are resolved in the associated consumer VPC network.
|
2603
2617
|
class PeeredDnsDomain
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1beta
|
18
18
|
# Version of the google-apis-servicenetworking_v1beta 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
|
@@ -364,6 +364,12 @@ module Google
|
|
364
364
|
include Google::Apis::Core::JsonObjectSupport
|
365
365
|
end
|
366
366
|
|
367
|
+
class PartialDeleteConnectionMetadata
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
367
373
|
class PeeredDnsDomain
|
368
374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
375
|
|
@@ -1088,6 +1094,12 @@ module Google
|
|
1088
1094
|
end
|
1089
1095
|
end
|
1090
1096
|
|
1097
|
+
class PartialDeleteConnectionMetadata
|
1098
|
+
# @private
|
1099
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1100
|
+
end
|
1101
|
+
end
|
1102
|
+
|
1091
1103
|
class PeeredDnsDomain
|
1092
1104
|
# @private
|
1093
1105
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicenetworking_v1beta
|
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_v1beta/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.8.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1beta
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|