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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81c6f3e45b5a80ac264ddf4f8f2eb24e1ce098b11854fcd5c7f0d6fab2b7120a
4
- data.tar.gz: 5b2ed62843f30f87b5c3a48a08360ee2cd4ef7f83cab3aa3353ae260abeb4730
3
+ metadata.gz: 55730c416483d24eac578b40643374a9bdaacfa30b06e30e176c25f88f56b16f
4
+ data.tar.gz: ff957384b98bf05069a49ca6cd9364868ec460f8af4ff6ff3e2f811144b8254d
5
5
  SHA512:
6
- metadata.gz: e580b40b1e23f6482c77ca77ef90a4d50d465958576f34365cf061d5ee2f328a53f388d27e7411e1c400771792e398f7ed1e5619cff415a77781c3cadbad8235
7
- data.tar.gz: 9e23a5f62a73be1299353943ee3d233e73d6ef6ec6d3ee6fc8ef2d9bb9668b34d16d1a26612602678999111bb1439f24e0fa4d6a727242cda9b2b87b139c93a2
6
+ metadata.gz: 47437f154eb1e478cf4fb966b16ddc3becc0efb86e4f58b9729c533c5e73315a64a70bd85927b143fa139682d82742e94936942f149374dd011aaabb0670c011
7
+ data.tar.gz: a8bee00575174a34f63cc3c3d5d3baa883cd1f77369498e091aab6689cd88dda4d40b976acf6293363fe09efcfe57d4e0bfb0868251c4dd7316b9ed99fa4344d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.46.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240417
6
+
3
7
  ### v0.45.0 (2024-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20240410
@@ -504,7 +504,7 @@ module Google
504
504
  # @return [Hash<String,String>]
505
505
  attr_accessor :labels
506
506
 
507
- # Required. Unique name of the resource using the form: `projects/`project_id`/
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.45.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 = "20240410"
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
- # Required. Unique name of the resource using the form: `projects/`project_id`/
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.45.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-21 00:00:00.000000000 Z
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.45.0
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: []