google-apis-networksecurity_v1beta1 0.54.0 → 0.55.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: 5b6c04e000b41649951195c859b9ddcf4b2e3c73f81e828285e0a725484ad98f
4
- data.tar.gz: 96ff86a3ed6fecdde13d0594ac9ccc56ce522d64eba613169232083d079ffd7b
3
+ metadata.gz: 0c6e261332bd76efca1f64f3541d9e019121f182cdbfee1cff0184377f5f4a95
4
+ data.tar.gz: 4811f39ee8831128893a9b77741831b245c59a1bfe93eb229fbc3654900dad6c
5
5
  SHA512:
6
- metadata.gz: 6e2d62c60aaa413e12f3cb4fb5622ba348ff4a819135a933fff13bef3ee6a1f165006bd04fae7f73e8198a829be86983a04ed068672b1f310720c1ec21548aa7
7
- data.tar.gz: 78c68999dc24db6b065c0e79c963033f96e0237f92233457e8a78909b72b33f2f8e6609147add4df8ff63b16658d2883a561fb7dacf0dbad4a0b8a6bd3c0fdbb
6
+ metadata.gz: 41fd55a747532eff1ccba3652d4c1f0a70e41b373f1dd610168e19c3c62cd0953cf82b5922855903d4affb81ccb97cbe4283be519b2085fd8f93207297a24a5a
7
+ data.tar.gz: 3f90e2af3ed7c7ce7fb3bf5094c50c039c3d507c62f918aac6480d32d5e16582fbedce1b137224d796bd0f3796a40cfbe8587d18bb736dc8b4f157d78ace7eef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networksecurity_v1beta1
2
2
 
3
+ ### v0.55.0 (2025-08-31)
4
+
5
+ * Regenerated from discovery document revision 20250822
6
+
3
7
  ### v0.54.0 (2025-08-17)
4
8
 
5
9
  * 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 information, refer to [
776
- # Backend services overview](https://cloud.google.com/load-balancing/docs/
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
- # Message describing DnsThreatDetector object.
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. [Output only] Create time stamp
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 Network resource names which are exempt from the
1120
- # configuration in this DnsThreatDetector. Example: `projects/PROJECT_ID/global/
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. Labels as key value pairs
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. [Output only] Update time stamp
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
- # Message for response to listing DnsThreatDetectors.
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` to retrieve the next page.
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
@@ -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.54.0"
19
+ GEM_VERSION = "0.55.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 = "20250806"
25
+ REVISION = "20250822"
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
 
@@ -1057,6 +1063,8 @@ module Google
1057
1063
  property :billing_project_id, as: 'billingProjectId'
1058
1064
  property :create_time, as: 'createTime'
1059
1065
  property :description, as: 'description'
1066
+ property :endpoint_settings, as: 'endpointSettings', class: Google::Apis::NetworksecurityV1beta1::FirewallEndpointEndpointSettings, decorator: Google::Apis::NetworksecurityV1beta1::FirewallEndpointEndpointSettings::Representation
1067
+
1060
1068
  hash :labels, as: 'labels'
1061
1069
  property :name, as: 'name'
1062
1070
  property :reconciling, as: 'reconciling'
@@ -1091,6 +1099,12 @@ module Google
1091
1099
  end
1092
1100
  end
1093
1101
 
1102
+ class FirewallEndpointEndpointSettings
1103
+ # @private
1104
+ class Representation < Google::Apis::Core::JsonRepresentation
1105
+ end
1106
+ end
1107
+
1094
1108
  class GatewaySecurityPolicy
1095
1109
  # @private
1096
1110
  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. A list of extra location types that should be used as conditions for
1190
- # controlling the visibility of the locations.
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. Value for parent of the DnsThreatDetector resource.
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. Id of the requesting DnsThreatDetector object. If this field is not
2858
- # supplied, the service will generate an identifier.
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. Parent value for ListDnsThreatDetectorsRequest
2951
+ # Required. The parent value for `ListDnsThreatDetectorsRequest`.
2952
2952
  # @param [Fixnum] page_size
2953
- # Optional. Requested page size. Server may return fewer items than requested.
2954
- # If unspecified, server will pick an appropriate default.
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, received from a previous `
2957
- # ListDnsThreatDetectorsRequest` call. Provide this to retrieve the subsequent
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 the parameters of a single DnsThreatDetector.
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. Field mask is used to specify the fields to be overwritten in the
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.54.0
4
+ version: 0.55.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.54.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.55.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: