google-apis-networkmanagement_v1 0.81.0 → 0.82.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/networkmanagement_v1/classes.rb +32 -0
- data/lib/google/apis/networkmanagement_v1/gem_version.rb +2 -2
- data/lib/google/apis/networkmanagement_v1/representations.rb +17 -0
- data/lib/google/apis/networkmanagement_v1/service.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f448114838e0eea92dba545fe8485e8fe221b831cf14a1660915cc8863485eed
|
|
4
|
+
data.tar.gz: 40332c9064d3fef5233e2a54e26bd4691caa2e22e775a1a3649bd70740a269a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2801581271aa558fd1433aefc79c44d4d4c10643ec3833009af69528abe2b4d3fa2eb106fd40f2af9cd986d3b1cc177e27d40f5bcfded4a8edd04679b47e78cf
|
|
7
|
+
data.tar.gz: f013bbd5a4f2e841918159a9d2938a5bbfa1353fe4aba0ddcce35a8b3793431c05bdff856c4b5ba2f67dca9852d9e689947619fb8c85347b8af44fd04082999f
|
data/CHANGELOG.md
CHANGED
|
@@ -2471,6 +2471,26 @@ module Google
|
|
|
2471
2471
|
end
|
|
2472
2472
|
end
|
|
2473
2473
|
|
|
2474
|
+
# For display only. Metadata associated with a Private Connection.
|
|
2475
|
+
class PrivateConnectionInfo
|
|
2476
|
+
include Google::Apis::Core::Hashable
|
|
2477
|
+
|
|
2478
|
+
# URI of the Private Connection in format "projects/`project_id`/locations/`
|
|
2479
|
+
# location`/privateConnections/`private_connection_id`"
|
|
2480
|
+
# Corresponds to the JSON property `uri`
|
|
2481
|
+
# @return [String]
|
|
2482
|
+
attr_accessor :uri
|
|
2483
|
+
|
|
2484
|
+
def initialize(**args)
|
|
2485
|
+
update!(**args)
|
|
2486
|
+
end
|
|
2487
|
+
|
|
2488
|
+
# Update properties of this object
|
|
2489
|
+
def update!(**args)
|
|
2490
|
+
@uri = args[:uri] if args.key?(:uri)
|
|
2491
|
+
end
|
|
2492
|
+
end
|
|
2493
|
+
|
|
2474
2494
|
# Results of active probing from the last run of the test.
|
|
2475
2495
|
class ProbingDetails
|
|
2476
2496
|
include Google::Apis::Core::Hashable
|
|
@@ -3251,6 +3271,11 @@ module Google
|
|
|
3251
3271
|
# @return [Google::Apis::NetworkmanagementV1::CloudSqlInstanceInfo]
|
|
3252
3272
|
attr_accessor :cloud_sql_instance
|
|
3253
3273
|
|
|
3274
|
+
# For display only. Metadata associated with a Private Connection.
|
|
3275
|
+
# Corresponds to the JSON property `datastreamPrivateConnection`
|
|
3276
|
+
# @return [Google::Apis::NetworkmanagementV1::PrivateConnectionInfo]
|
|
3277
|
+
attr_accessor :datastream_private_connection
|
|
3278
|
+
|
|
3254
3279
|
# Details of the final state "deliver" and associated resource.
|
|
3255
3280
|
# Corresponds to the JSON property `deliver`
|
|
3256
3281
|
# @return [Google::Apis::NetworkmanagementV1::DeliverInfo]
|
|
@@ -3267,6 +3292,11 @@ module Google
|
|
|
3267
3292
|
# @return [Google::Apis::NetworkmanagementV1::DirectVpcEgressConnectionInfo]
|
|
3268
3293
|
attr_accessor :direct_vpc_egress_connection
|
|
3269
3294
|
|
|
3295
|
+
# For display only. Metadata associated with a Private Connection.
|
|
3296
|
+
# Corresponds to the JSON property `dmsPrivateConnection`
|
|
3297
|
+
# @return [Google::Apis::NetworkmanagementV1::PrivateConnectionInfo]
|
|
3298
|
+
attr_accessor :dms_private_connection
|
|
3299
|
+
|
|
3270
3300
|
# Details of the final state "drop" and associated resource.
|
|
3271
3301
|
# Corresponds to the JSON property `drop`
|
|
3272
3302
|
# @return [Google::Apis::NetworkmanagementV1::DropInfo]
|
|
@@ -3447,9 +3477,11 @@ module Google
|
|
|
3447
3477
|
@cloud_function = args[:cloud_function] if args.key?(:cloud_function)
|
|
3448
3478
|
@cloud_run_revision = args[:cloud_run_revision] if args.key?(:cloud_run_revision)
|
|
3449
3479
|
@cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
|
|
3480
|
+
@datastream_private_connection = args[:datastream_private_connection] if args.key?(:datastream_private_connection)
|
|
3450
3481
|
@deliver = args[:deliver] if args.key?(:deliver)
|
|
3451
3482
|
@description = args[:description] if args.key?(:description)
|
|
3452
3483
|
@direct_vpc_egress_connection = args[:direct_vpc_egress_connection] if args.key?(:direct_vpc_egress_connection)
|
|
3484
|
+
@dms_private_connection = args[:dms_private_connection] if args.key?(:dms_private_connection)
|
|
3453
3485
|
@drop = args[:drop] if args.key?(:drop)
|
|
3454
3486
|
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
|
3455
3487
|
@firewall = args[:firewall] if args.key?(:firewall)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkmanagementV1
|
|
18
18
|
# Version of the google-apis-networkmanagement_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.82.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260424"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -322,6 +322,12 @@ module Google
|
|
|
322
322
|
include Google::Apis::Core::JsonObjectSupport
|
|
323
323
|
end
|
|
324
324
|
|
|
325
|
+
class PrivateConnectionInfo
|
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
327
|
+
|
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
329
|
+
end
|
|
330
|
+
|
|
325
331
|
class ProbingDetails
|
|
326
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
327
333
|
|
|
@@ -1030,6 +1036,13 @@ module Google
|
|
|
1030
1036
|
end
|
|
1031
1037
|
end
|
|
1032
1038
|
|
|
1039
|
+
class PrivateConnectionInfo
|
|
1040
|
+
# @private
|
|
1041
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1042
|
+
property :uri, as: 'uri'
|
|
1043
|
+
end
|
|
1044
|
+
end
|
|
1045
|
+
|
|
1033
1046
|
class ProbingDetails
|
|
1034
1047
|
# @private
|
|
1035
1048
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1221,11 +1234,15 @@ module Google
|
|
|
1221
1234
|
|
|
1222
1235
|
property :cloud_sql_instance, as: 'cloudSqlInstance', class: Google::Apis::NetworkmanagementV1::CloudSqlInstanceInfo, decorator: Google::Apis::NetworkmanagementV1::CloudSqlInstanceInfo::Representation
|
|
1223
1236
|
|
|
1237
|
+
property :datastream_private_connection, as: 'datastreamPrivateConnection', class: Google::Apis::NetworkmanagementV1::PrivateConnectionInfo, decorator: Google::Apis::NetworkmanagementV1::PrivateConnectionInfo::Representation
|
|
1238
|
+
|
|
1224
1239
|
property :deliver, as: 'deliver', class: Google::Apis::NetworkmanagementV1::DeliverInfo, decorator: Google::Apis::NetworkmanagementV1::DeliverInfo::Representation
|
|
1225
1240
|
|
|
1226
1241
|
property :description, as: 'description'
|
|
1227
1242
|
property :direct_vpc_egress_connection, as: 'directVpcEgressConnection', class: Google::Apis::NetworkmanagementV1::DirectVpcEgressConnectionInfo, decorator: Google::Apis::NetworkmanagementV1::DirectVpcEgressConnectionInfo::Representation
|
|
1228
1243
|
|
|
1244
|
+
property :dms_private_connection, as: 'dmsPrivateConnection', class: Google::Apis::NetworkmanagementV1::PrivateConnectionInfo, decorator: Google::Apis::NetworkmanagementV1::PrivateConnectionInfo::Representation
|
|
1245
|
+
|
|
1229
1246
|
property :drop, as: 'drop', class: Google::Apis::NetworkmanagementV1::DropInfo, decorator: Google::Apis::NetworkmanagementV1::DropInfo::Representation
|
|
1230
1247
|
|
|
1231
1248
|
property :endpoint, as: 'endpoint', class: Google::Apis::NetworkmanagementV1::EndpointInfo, decorator: Google::Apis::NetworkmanagementV1::EndpointInfo::Representation
|
|
@@ -95,8 +95,8 @@ module Google
|
|
|
95
95
|
# @param [String] name
|
|
96
96
|
# The resource that owns the locations collection, if applicable.
|
|
97
97
|
# @param [Array<String>, String] extra_location_types
|
|
98
|
-
# Optional. Do not use this field
|
|
99
|
-
#
|
|
98
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
99
|
+
# is primarily for internal usage.
|
|
100
100
|
# @param [String] filter
|
|
101
101
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
102
102
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
|
@@ -544,8 +544,8 @@ module Google
|
|
|
544
544
|
# @param [String] name
|
|
545
545
|
# The resource that owns the locations collection, if applicable.
|
|
546
546
|
# @param [Array<String>, String] extra_location_types
|
|
547
|
-
# Optional. Do not use this field
|
|
548
|
-
#
|
|
547
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
548
|
+
# is primarily for internal usage.
|
|
549
549
|
# @param [String] filter
|
|
550
550
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
551
551
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networkmanagement_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.82.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.82.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|