google-apis-networksecurity_v1beta1 0.54.0 → 0.56.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 +8 -0
- data/lib/google/apis/networksecurity_v1beta1/classes.rb +102 -13
- data/lib/google/apis/networksecurity_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/networksecurity_v1beta1/representations.rb +46 -0
- data/lib/google/apis/networksecurity_v1beta1/service.rb +15 -16
- 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: a2580f53fb34cb74adb81a85786c67327c5c69143b96a6bfbead45f61388672e
|
4
|
+
data.tar.gz: f9fe9a03a33e6e12c4e8ec30679702ea624428c211e64be4db3b449a84562ed3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77b155afb7e8fb971dca1f571268367d1a5130eb388cb2205af553087885d0534cb2e90e22236e211fc8433e864d149b46e58f272316b80264c988ee96328e2d
|
7
|
+
data.tar.gz: 49dc17b1ad2fd467536ebb1fadc3e9d3a83dc09097e00e1d24baa46a66807902ae450ff21065f62721232e5f9635b867fb07bec9f4840e853e52fd3ea2199b43
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-networksecurity_v1beta1
|
2
2
|
|
3
|
+
### v0.56.0 (2025-09-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250903
|
6
|
+
|
7
|
+
### v0.55.0 (2025-08-31)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250822
|
10
|
+
|
3
11
|
### v0.54.0 (2025-08-17)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250806
|
@@ -772,15 +772,16 @@ module Google
|
|
772
772
|
|
773
773
|
# Required. All gateways and forwarding rules referenced by this policy and
|
774
774
|
# extensions must share the same load balancing scheme. Supported values: `
|
775
|
-
# INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more
|
776
|
-
# Backend services overview](https://cloud.google.com/
|
777
|
-
# backend-service).
|
775
|
+
# INTERNAL_MANAGED`, `INTERNAL_SELF_MANAGED`, and `EXTERNAL_MANAGED`. For more
|
776
|
+
# information, refer to [Backend services overview](https://cloud.google.com/
|
777
|
+
# load-balancing/docs/backend-service).
|
778
778
|
# Corresponds to the JSON property `loadBalancingScheme`
|
779
779
|
# @return [String]
|
780
780
|
attr_accessor :load_balancing_scheme
|
781
781
|
|
782
782
|
# Required. A list of references to the Forwarding Rules on which this policy
|
783
|
-
# will be applied.
|
783
|
+
# will be applied. For policies created for Cloudrun, this field will reference
|
784
|
+
# the Cloud Run services.
|
784
785
|
# Corresponds to the JSON property `resources`
|
785
786
|
# @return [Array<String>]
|
786
787
|
attr_accessor :resources
|
@@ -1107,23 +1108,26 @@ module Google
|
|
1107
1108
|
end
|
1108
1109
|
end
|
1109
1110
|
|
1110
|
-
#
|
1111
|
+
# A DNS threat detector sends DNS query logs to a _provider_ that then analyzes
|
1112
|
+
# the logs to identify malicious activity in the DNS queries. By default, all
|
1113
|
+
# VPC networks in your projects are included. You can exclude specific networks
|
1114
|
+
# by supplying `excluded_networks`.
|
1111
1115
|
class DnsThreatDetector
|
1112
1116
|
include Google::Apis::Core::Hashable
|
1113
1117
|
|
1114
|
-
# Output only.
|
1118
|
+
# Output only. Create time stamp.
|
1115
1119
|
# Corresponds to the JSON property `createTime`
|
1116
1120
|
# @return [String]
|
1117
1121
|
attr_accessor :create_time
|
1118
1122
|
|
1119
|
-
# Optional. A list of
|
1120
|
-
#
|
1121
|
-
# networks/NETWORK_NAME`.
|
1123
|
+
# Optional. A list of network resource names which aren't monitored by this
|
1124
|
+
# DnsThreatDetector. Example: `projects/PROJECT_ID/global/networks/NETWORK_NAME`.
|
1122
1125
|
# Corresponds to the JSON property `excludedNetworks`
|
1123
1126
|
# @return [Array<String>]
|
1124
1127
|
attr_accessor :excluded_networks
|
1125
1128
|
|
1126
|
-
# Optional.
|
1129
|
+
# Optional. Any labels associated with the DnsThreatDetector, listed as key
|
1130
|
+
# value pairs.
|
1127
1131
|
# Corresponds to the JSON property `labels`
|
1128
1132
|
# @return [Hash<String,String>]
|
1129
1133
|
attr_accessor :labels
|
@@ -1138,7 +1142,7 @@ module Google
|
|
1138
1142
|
# @return [String]
|
1139
1143
|
attr_accessor :provider
|
1140
1144
|
|
1141
|
-
# Output only.
|
1145
|
+
# Output only. Update time stamp.
|
1142
1146
|
# Corresponds to the JSON property `updateTime`
|
1143
1147
|
# @return [String]
|
1144
1148
|
attr_accessor :update_time
|
@@ -1262,6 +1266,11 @@ module Google
|
|
1262
1266
|
# @return [String]
|
1263
1267
|
attr_accessor :description
|
1264
1268
|
|
1269
|
+
# Settings for the endpoint.
|
1270
|
+
# Corresponds to the JSON property `endpointSettings`
|
1271
|
+
# @return [Google::Apis::NetworksecurityV1beta1::FirewallEndpointEndpointSettings]
|
1272
|
+
attr_accessor :endpoint_settings
|
1273
|
+
|
1265
1274
|
# Optional. Labels as key value pairs
|
1266
1275
|
# Corresponds to the JSON property `labels`
|
1267
1276
|
# @return [Hash<String,String>]
|
@@ -1312,6 +1321,7 @@ module Google
|
|
1312
1321
|
@billing_project_id = args[:billing_project_id] if args.key?(:billing_project_id)
|
1313
1322
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1314
1323
|
@description = args[:description] if args.key?(:description)
|
1324
|
+
@endpoint_settings = args[:endpoint_settings] if args.key?(:endpoint_settings)
|
1315
1325
|
@labels = args[:labels] if args.key?(:labels)
|
1316
1326
|
@name = args[:name] if args.key?(:name)
|
1317
1327
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
@@ -1427,6 +1437,19 @@ module Google
|
|
1427
1437
|
end
|
1428
1438
|
end
|
1429
1439
|
|
1440
|
+
# Settings for the endpoint.
|
1441
|
+
class FirewallEndpointEndpointSettings
|
1442
|
+
include Google::Apis::Core::Hashable
|
1443
|
+
|
1444
|
+
def initialize(**args)
|
1445
|
+
update!(**args)
|
1446
|
+
end
|
1447
|
+
|
1448
|
+
# Update properties of this object
|
1449
|
+
def update!(**args)
|
1450
|
+
end
|
1451
|
+
end
|
1452
|
+
|
1430
1453
|
# The GatewaySecurityPolicy resource contains a collection of
|
1431
1454
|
# GatewaySecurityPolicyRules and associated metadata.
|
1432
1455
|
class GatewaySecurityPolicy
|
@@ -2727,7 +2750,7 @@ module Google
|
|
2727
2750
|
end
|
2728
2751
|
end
|
2729
2752
|
|
2730
|
-
#
|
2753
|
+
# The response message to requesting a list of DnsThreatDetectors.
|
2731
2754
|
class ListDnsThreatDetectorsResponse
|
2732
2755
|
include Google::Apis::Core::Hashable
|
2733
2756
|
|
@@ -2736,7 +2759,7 @@ module Google
|
|
2736
2759
|
# @return [Array<Google::Apis::NetworksecurityV1beta1::DnsThreatDetector>]
|
2737
2760
|
attr_accessor :dns_threat_detectors
|
2738
2761
|
|
2739
|
-
# A token, which can be sent as `page_token
|
2762
|
+
# A token, which can be sent as `page_token`, to retrieve the next page.
|
2740
2763
|
# Corresponds to the JSON property `nextPageToken`
|
2741
2764
|
# @return [String]
|
2742
2765
|
attr_accessor :next_page_token
|
@@ -4472,6 +4495,11 @@ module Google
|
|
4472
4495
|
# @return [String]
|
4473
4496
|
attr_accessor :update_time
|
4474
4497
|
|
4498
|
+
# UrlFilteringProfile defines filters based on URL.
|
4499
|
+
# Corresponds to the JSON property `urlFilteringProfile`
|
4500
|
+
# @return [Google::Apis::NetworksecurityV1beta1::UrlFilteringProfile]
|
4501
|
+
attr_accessor :url_filtering_profile
|
4502
|
+
|
4475
4503
|
def initialize(**args)
|
4476
4504
|
update!(**args)
|
4477
4505
|
end
|
@@ -4488,6 +4516,7 @@ module Google
|
|
4488
4516
|
@threat_prevention_profile = args[:threat_prevention_profile] if args.key?(:threat_prevention_profile)
|
4489
4517
|
@type = args[:type] if args.key?(:type)
|
4490
4518
|
@update_time = args[:update_time] if args.key?(:update_time)
|
4519
|
+
@url_filtering_profile = args[:url_filtering_profile] if args.key?(:url_filtering_profile)
|
4491
4520
|
end
|
4492
4521
|
end
|
4493
4522
|
|
@@ -4555,6 +4584,11 @@ module Google
|
|
4555
4584
|
# @return [String]
|
4556
4585
|
attr_accessor :update_time
|
4557
4586
|
|
4587
|
+
# Optional. Reference to a SecurityProfile with the UrlFiltering configuration.
|
4588
|
+
# Corresponds to the JSON property `urlFilteringProfile`
|
4589
|
+
# @return [String]
|
4590
|
+
attr_accessor :url_filtering_profile
|
4591
|
+
|
4558
4592
|
def initialize(**args)
|
4559
4593
|
update!(**args)
|
4560
4594
|
end
|
@@ -4571,6 +4605,7 @@ module Google
|
|
4571
4605
|
@name = args[:name] if args.key?(:name)
|
4572
4606
|
@threat_prevention_profile = args[:threat_prevention_profile] if args.key?(:threat_prevention_profile)
|
4573
4607
|
@update_time = args[:update_time] if args.key?(:update_time)
|
4608
|
+
@url_filtering_profile = args[:url_filtering_profile] if args.key?(:url_filtering_profile)
|
4574
4609
|
end
|
4575
4610
|
end
|
4576
4611
|
|
@@ -4923,6 +4958,60 @@ module Google
|
|
4923
4958
|
end
|
4924
4959
|
end
|
4925
4960
|
|
4961
|
+
# A URL filter defines an action to take for some URL match.
|
4962
|
+
class UrlFilter
|
4963
|
+
include Google::Apis::Core::Hashable
|
4964
|
+
|
4965
|
+
# Required. The action taken when this filter is applied.
|
4966
|
+
# Corresponds to the JSON property `filteringAction`
|
4967
|
+
# @return [String]
|
4968
|
+
attr_accessor :filtering_action
|
4969
|
+
|
4970
|
+
# Required. The priority of this filter within the URL Filtering Profile. Lower
|
4971
|
+
# integers indicate higher priorities. The priority of a filter must be unique
|
4972
|
+
# within a URL Filtering Profile.
|
4973
|
+
# Corresponds to the JSON property `priority`
|
4974
|
+
# @return [Fixnum]
|
4975
|
+
attr_accessor :priority
|
4976
|
+
|
4977
|
+
# Required. The list of strings that a URL must match with for this filter to be
|
4978
|
+
# applied.
|
4979
|
+
# Corresponds to the JSON property `urls`
|
4980
|
+
# @return [Array<String>]
|
4981
|
+
attr_accessor :urls
|
4982
|
+
|
4983
|
+
def initialize(**args)
|
4984
|
+
update!(**args)
|
4985
|
+
end
|
4986
|
+
|
4987
|
+
# Update properties of this object
|
4988
|
+
def update!(**args)
|
4989
|
+
@filtering_action = args[:filtering_action] if args.key?(:filtering_action)
|
4990
|
+
@priority = args[:priority] if args.key?(:priority)
|
4991
|
+
@urls = args[:urls] if args.key?(:urls)
|
4992
|
+
end
|
4993
|
+
end
|
4994
|
+
|
4995
|
+
# UrlFilteringProfile defines filters based on URL.
|
4996
|
+
class UrlFilteringProfile
|
4997
|
+
include Google::Apis::Core::Hashable
|
4998
|
+
|
4999
|
+
# Optional. The list of filtering configs in which each config defines an action
|
5000
|
+
# to take for some URL match.
|
5001
|
+
# Corresponds to the JSON property `urlFilters`
|
5002
|
+
# @return [Array<Google::Apis::NetworksecurityV1beta1::UrlFilter>]
|
5003
|
+
attr_accessor :url_filters
|
5004
|
+
|
5005
|
+
def initialize(**args)
|
5006
|
+
update!(**args)
|
5007
|
+
end
|
5008
|
+
|
5009
|
+
# Update properties of this object
|
5010
|
+
def update!(**args)
|
5011
|
+
@url_filters = args[:url_filters] if args.key?(:url_filters)
|
5012
|
+
end
|
5013
|
+
end
|
5014
|
+
|
4926
5015
|
# UrlList proto helps users to set reusable, independently manageable lists of
|
4927
5016
|
# hosts, host patterns, URLs, URL patterns.
|
4928
5017
|
class UrlList
|
@@ -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.56.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 = "20250903"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -232,6 +232,12 @@ module Google
|
|
232
232
|
include Google::Apis::Core::JsonObjectSupport
|
233
233
|
end
|
234
234
|
|
235
|
+
class FirewallEndpointEndpointSettings
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
235
241
|
class GatewaySecurityPolicy
|
236
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
243
|
|
@@ -718,6 +724,18 @@ module Google
|
|
718
724
|
include Google::Apis::Core::JsonObjectSupport
|
719
725
|
end
|
720
726
|
|
727
|
+
class UrlFilter
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
733
|
+
class UrlFilteringProfile
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
738
|
+
|
721
739
|
class UrlList
|
722
740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
741
|
|
@@ -1057,6 +1075,8 @@ module Google
|
|
1057
1075
|
property :billing_project_id, as: 'billingProjectId'
|
1058
1076
|
property :create_time, as: 'createTime'
|
1059
1077
|
property :description, as: 'description'
|
1078
|
+
property :endpoint_settings, as: 'endpointSettings', class: Google::Apis::NetworksecurityV1beta1::FirewallEndpointEndpointSettings, decorator: Google::Apis::NetworksecurityV1beta1::FirewallEndpointEndpointSettings::Representation
|
1079
|
+
|
1060
1080
|
hash :labels, as: 'labels'
|
1061
1081
|
property :name, as: 'name'
|
1062
1082
|
property :reconciling, as: 'reconciling'
|
@@ -1091,6 +1111,12 @@ module Google
|
|
1091
1111
|
end
|
1092
1112
|
end
|
1093
1113
|
|
1114
|
+
class FirewallEndpointEndpointSettings
|
1115
|
+
# @private
|
1116
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1117
|
+
end
|
1118
|
+
end
|
1119
|
+
|
1094
1120
|
class GatewaySecurityPolicy
|
1095
1121
|
# @private
|
1096
1122
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1859,6 +1885,8 @@ module Google
|
|
1859
1885
|
|
1860
1886
|
property :type, as: 'type'
|
1861
1887
|
property :update_time, as: 'updateTime'
|
1888
|
+
property :url_filtering_profile, as: 'urlFilteringProfile', class: Google::Apis::NetworksecurityV1beta1::UrlFilteringProfile, decorator: Google::Apis::NetworksecurityV1beta1::UrlFilteringProfile::Representation
|
1889
|
+
|
1862
1890
|
end
|
1863
1891
|
end
|
1864
1892
|
|
@@ -1875,6 +1903,7 @@ module Google
|
|
1875
1903
|
property :name, as: 'name'
|
1876
1904
|
property :threat_prevention_profile, as: 'threatPreventionProfile'
|
1877
1905
|
property :update_time, as: 'updateTime'
|
1906
|
+
property :url_filtering_profile, as: 'urlFilteringProfile'
|
1878
1907
|
end
|
1879
1908
|
end
|
1880
1909
|
|
@@ -1956,6 +1985,23 @@ module Google
|
|
1956
1985
|
end
|
1957
1986
|
end
|
1958
1987
|
|
1988
|
+
class UrlFilter
|
1989
|
+
# @private
|
1990
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1991
|
+
property :filtering_action, as: 'filteringAction'
|
1992
|
+
property :priority, as: 'priority'
|
1993
|
+
collection :urls, as: 'urls'
|
1994
|
+
end
|
1995
|
+
end
|
1996
|
+
|
1997
|
+
class UrlFilteringProfile
|
1998
|
+
# @private
|
1999
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2000
|
+
collection :url_filters, as: 'urlFilters', class: Google::Apis::NetworksecurityV1beta1::UrlFilter, decorator: Google::Apis::NetworksecurityV1beta1::UrlFilter::Representation
|
2001
|
+
|
2002
|
+
end
|
2003
|
+
end
|
2004
|
+
|
1959
2005
|
class UrlList
|
1960
2006
|
# @private
|
1961
2007
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1186,8 +1186,8 @@ module Google
|
|
1186
1186
|
# @param [String] name
|
1187
1187
|
# The resource that owns the locations collection, if applicable.
|
1188
1188
|
# @param [Array<String>, String] extra_location_types
|
1189
|
-
# Optional.
|
1190
|
-
#
|
1189
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
1190
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
1191
1191
|
# @param [String] filter
|
1192
1192
|
# A filter to narrow down results to a preferred subset. The filtering language
|
1193
1193
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -2851,11 +2851,11 @@ module Google
|
|
2851
2851
|
|
2852
2852
|
# Creates a new DnsThreatDetector in a given project and location.
|
2853
2853
|
# @param [String] parent
|
2854
|
-
# Required.
|
2854
|
+
# Required. The value for the parent of the DnsThreatDetector resource.
|
2855
2855
|
# @param [Google::Apis::NetworksecurityV1beta1::DnsThreatDetector] dns_threat_detector_object
|
2856
2856
|
# @param [String] dns_threat_detector_id
|
2857
|
-
# Optional.
|
2858
|
-
# supplied, the service
|
2857
|
+
# Optional. The ID of the requesting DnsThreatDetector object. If this field is
|
2858
|
+
# not supplied, the service generates an identifier.
|
2859
2859
|
# @param [String] fields
|
2860
2860
|
# Selector specifying which fields to include in a partial response.
|
2861
2861
|
# @param [String] quota_user
|
@@ -2916,9 +2916,9 @@ module Google
|
|
2916
2916
|
execute_or_queue_command(command, &block)
|
2917
2917
|
end
|
2918
2918
|
|
2919
|
-
# Gets details of a single DnsThreatDetector.
|
2919
|
+
# Gets the details of a single DnsThreatDetector.
|
2920
2920
|
# @param [String] name
|
2921
|
-
# Required. Name of the DnsThreatDetector resource
|
2921
|
+
# Required. Name of the DnsThreatDetector resource.
|
2922
2922
|
# @param [String] fields
|
2923
2923
|
# Selector specifying which fields to include in a partial response.
|
2924
2924
|
# @param [String] quota_user
|
@@ -2948,14 +2948,13 @@ module Google
|
|
2948
2948
|
|
2949
2949
|
# Lists DnsThreatDetectors in a given project and location.
|
2950
2950
|
# @param [String] parent
|
2951
|
-
# Required.
|
2951
|
+
# Required. The parent value for `ListDnsThreatDetectorsRequest`.
|
2952
2952
|
# @param [Fixnum] page_size
|
2953
|
-
# Optional.
|
2954
|
-
# If unspecified, server
|
2953
|
+
# Optional. The requested page size. The server may return fewer items than
|
2954
|
+
# requested. If unspecified, the server picks an appropriate default.
|
2955
2955
|
# @param [String] page_token
|
2956
|
-
# Optional. A page token
|
2957
|
-
#
|
2958
|
-
# page.
|
2956
|
+
# Optional. A page token received from a previous `ListDnsThreatDetectorsRequest`
|
2957
|
+
# call. Provide this to retrieve the subsequent page.
|
2959
2958
|
# @param [String] fields
|
2960
2959
|
# Selector specifying which fields to include in a partial response.
|
2961
2960
|
# @param [String] quota_user
|
@@ -2985,13 +2984,13 @@ module Google
|
|
2985
2984
|
execute_or_queue_command(command, &block)
|
2986
2985
|
end
|
2987
2986
|
|
2988
|
-
# Updates
|
2987
|
+
# Updates a single DnsThreatDetector.
|
2989
2988
|
# @param [String] name
|
2990
2989
|
# Immutable. Identifier. Name of the DnsThreatDetector resource.
|
2991
2990
|
# @param [Google::Apis::NetworksecurityV1beta1::DnsThreatDetector] dns_threat_detector_object
|
2992
2991
|
# @param [String] update_mask
|
2993
|
-
# Optional.
|
2994
|
-
# DnsThreatDetector resource by the update. The fields specified in the
|
2992
|
+
# Optional. The field mask is used to specify the fields to be overwritten in
|
2993
|
+
# the DnsThreatDetector resource by the update. The fields specified in the
|
2995
2994
|
# update_mask are relative to the resource, not the full request. A field will
|
2996
2995
|
# be overwritten if it is in the mask. If the mask is not provided then all
|
2997
2996
|
# fields present in the request will be overwritten.
|
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.56.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.56.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:
|