google-apis-networkmanagement_v1beta1 0.68.0 → 0.69.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c94386399eebc9544ee852540e2b5dff07f2a39afb2703374e3de682b47d3e3
|
|
4
|
+
data.tar.gz: 688249959fae405f9810db4faafb22fc12dfb8ad77af091b0380827532dc7f6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb807b532538d1a0c98850886053699a0adb92faeace932e82e01e016058e0da19ef5036aead58f6cacba7ac3091c363aafd97edcd4f347b7e802067b9e55f2b
|
|
7
|
+
data.tar.gz: 668667c6b94ba6e8e1addc3dfd790b57cc310e1e8a6b87c05797f609e0f7c383ae64a00f33a1fb4ff1b76b1b06c894f004e1a1fc24cd97a3b63022eab43263cd
|
data/CHANGELOG.md
CHANGED
|
@@ -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.69.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 = "20251105"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -397,7 +397,7 @@ module Google
|
|
|
397
397
|
# Lists all `VpcFlowLogsConfigs` in a given organization.
|
|
398
398
|
# @param [String] parent
|
|
399
399
|
# Required. The parent resource of the VpcFlowLogsConfig, in one of the
|
|
400
|
-
# following formats: - For project-level
|
|
400
|
+
# following formats: - For project-level resources: `projects/`project_id`/
|
|
401
401
|
# locations/global` - For organization-level resources: `organizations/`
|
|
402
402
|
# organization_id`/locations/global`
|
|
403
403
|
# @param [String] filter
|
|
@@ -1206,7 +1206,7 @@ module Google
|
|
|
1206
1206
|
# Lists all `VpcFlowLogsConfigs` in a given project.
|
|
1207
1207
|
# @param [String] parent
|
|
1208
1208
|
# Required. The parent resource of the VpcFlowLogsConfig, in one of the
|
|
1209
|
-
# following formats: - For project-level
|
|
1209
|
+
# following formats: - For project-level resources: `projects/`project_id`/
|
|
1210
1210
|
# locations/global` - For organization-level resources: `organizations/`
|
|
1211
1211
|
# organization_id`/locations/global`
|
|
1212
1212
|
# @param [String] filter
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.69.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_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.69.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|