google-apis-networkmanagement_v1beta1 0.45.0 → 0.46.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_v1beta1/classes.rb +7 -1
- data/lib/google/apis/networkmanagement_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/networkmanagement_v1beta1/representations.rb +1 -0
- data/lib/google/apis/networkmanagement_v1beta1/service.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55730c416483d24eac578b40643374a9bdaacfa30b06e30e176c25f88f56b16f
|
|
4
|
+
data.tar.gz: ff957384b98bf05069a49ca6cd9364868ec460f8af4ff6ff3e2f811144b8254d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47437f154eb1e478cf4fb966b16ddc3becc0efb86e4f58b9729c533c5e73315a64a70bd85927b143fa139682d82742e94936942f149374dd011aaabb0670c011
|
|
7
|
+
data.tar.gz: a8bee00575174a34f63cc3c3d5d3baa883cd1f77369498e091aab6689cd88dda4d40b976acf6293363fe09efcfe57d4e0bfb0868251c4dd7316b9ed99fa4344d
|
data/CHANGELOG.md
CHANGED
|
@@ -504,7 +504,7 @@ module Google
|
|
|
504
504
|
# @return [Hash<String,String>]
|
|
505
505
|
attr_accessor :labels
|
|
506
506
|
|
|
507
|
-
#
|
|
507
|
+
# Identifier. Unique name of the resource using the form: `projects/`project_id`/
|
|
508
508
|
# locations/global/connectivityTests/`test``
|
|
509
509
|
# Corresponds to the JSON property `name`
|
|
510
510
|
# @return [String]
|
|
@@ -2690,6 +2690,11 @@ module Google
|
|
|
2690
2690
|
# @return [String]
|
|
2691
2691
|
attr_accessor :interconnect_attachment
|
|
2692
2692
|
|
|
2693
|
+
# Optional. Resource labels to represent user-provided metadata.
|
|
2694
|
+
# Corresponds to the JSON property `labels`
|
|
2695
|
+
# @return [Hash<String,String>]
|
|
2696
|
+
attr_accessor :labels
|
|
2697
|
+
|
|
2693
2698
|
# Optional. Configures whether all, none or a subset of metadata fields should
|
|
2694
2699
|
# be added to the reported VPC flow logs. Default value is INCLUDE_ALL_METADATA.
|
|
2695
2700
|
# Corresponds to the JSON property `metadata`
|
|
@@ -2748,6 +2753,7 @@ module Google
|
|
|
2748
2753
|
@filter_expr = args[:filter_expr] if args.key?(:filter_expr)
|
|
2749
2754
|
@flow_sampling = args[:flow_sampling] if args.key?(:flow_sampling)
|
|
2750
2755
|
@interconnect_attachment = args[:interconnect_attachment] if args.key?(:interconnect_attachment)
|
|
2756
|
+
@labels = args[:labels] if args.key?(:labels)
|
|
2751
2757
|
@metadata = args[:metadata] if args.key?(:metadata)
|
|
2752
2758
|
@metadata_fields = args[:metadata_fields] if args.key?(:metadata_fields)
|
|
2753
2759
|
@name = args[:name] if args.key?(:name)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkmanagementV1beta1
|
|
18
18
|
# Version of the google-apis-networkmanagement_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.46.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240417"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1015,6 +1015,7 @@ module Google
|
|
|
1015
1015
|
property :filter_expr, as: 'filterExpr'
|
|
1016
1016
|
property :flow_sampling, as: 'flowSampling'
|
|
1017
1017
|
property :interconnect_attachment, as: 'interconnectAttachment'
|
|
1018
|
+
hash :labels, as: 'labels'
|
|
1018
1019
|
property :metadata, as: 'metadata'
|
|
1019
1020
|
collection :metadata_fields, as: 'metadataFields'
|
|
1020
1021
|
property :name, as: 'name'
|
|
@@ -342,7 +342,7 @@ module Google
|
|
|
342
342
|
# in `ConnectivityTest` are incomplete, the reachability result returns a value
|
|
343
343
|
# of `AMBIGUOUS`. See the documentation in `ConnectivityTest` for more details.
|
|
344
344
|
# @param [String] name
|
|
345
|
-
#
|
|
345
|
+
# Identifier. Unique name of the resource using the form: `projects/`project_id`/
|
|
346
346
|
# locations/global/connectivityTests/`test``
|
|
347
347
|
# @param [Google::Apis::NetworkmanagementV1beta1::ConnectivityTest] connectivity_test_object
|
|
348
348
|
# @param [String] update_mask
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networkmanagement_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.46.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-04-
|
|
11
|
+
date: 2024-04-28 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-networkmanagement_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.46.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|