google-apis-networksecurity_v1beta1 0.53.0 → 0.54.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: 5b6c04e000b41649951195c859b9ddcf4b2e3c73f81e828285e0a725484ad98f
|
4
|
+
data.tar.gz: 96ff86a3ed6fecdde13d0594ac9ccc56ce522d64eba613169232083d079ffd7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e2d62c60aaa413e12f3cb4fb5622ba348ff4a819135a933fff13bef3ee6a1f165006bd04fae7f73e8198a829be86983a04ed068672b1f310720c1ec21548aa7
|
7
|
+
data.tar.gz: 78c68999dc24db6b065c0e79c963033f96e0237f92233457e8a78909b72b33f2f8e6609147add4df8ff63b16658d2883a561fb7dacf0dbad4a0b8a6bd3c0fdbb
|
data/CHANGELOG.md
CHANGED
@@ -1228,7 +1228,7 @@ module Google
|
|
1228
1228
|
end
|
1229
1229
|
end
|
1230
1230
|
|
1231
|
-
# Message describing Endpoint object
|
1231
|
+
# Message describing Endpoint object.
|
1232
1232
|
class FirewallEndpoint
|
1233
1233
|
include Google::Apis::Core::Hashable
|
1234
1234
|
|
@@ -1252,7 +1252,7 @@ module Google
|
|
1252
1252
|
# @return [String]
|
1253
1253
|
attr_accessor :billing_project_id
|
1254
1254
|
|
1255
|
-
# Output only. Create time stamp
|
1255
|
+
# Output only. Create time stamp.
|
1256
1256
|
# Corresponds to the JSON property `createTime`
|
1257
1257
|
# @return [String]
|
1258
1258
|
attr_accessor :create_time
|
@@ -1267,7 +1267,7 @@ module Google
|
|
1267
1267
|
# @return [Hash<String,String>]
|
1268
1268
|
attr_accessor :labels
|
1269
1269
|
|
1270
|
-
# Immutable. Identifier.
|
1270
|
+
# Immutable. Identifier. Name of resource.
|
1271
1271
|
# Corresponds to the JSON property `name`
|
1272
1272
|
# @return [String]
|
1273
1273
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworksecurityV1beta1
|
18
18
|
# Version of the google-apis-networksecurity_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.54.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 = "20250806"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -581,7 +581,7 @@ module Google
|
|
581
581
|
|
582
582
|
# Update a single Endpoint.
|
583
583
|
# @param [String] name
|
584
|
-
# Immutable. Identifier.
|
584
|
+
# Immutable. Identifier. Name of resource.
|
585
585
|
# @param [Google::Apis::NetworksecurityV1beta1::FirewallEndpoint] firewall_endpoint_object
|
586
586
|
# @param [String] request_id
|
587
587
|
# Optional. An optional request ID to identify requests. Specify a unique
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networksecurity_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.54.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-networksecurity_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.54.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|