google-apis-networksecurity_v1 0.46.0 → 0.47.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: 7f570f62da344ebdca2b29030d9972129ef91daae056994c6c59c4a4ae402418
4
- data.tar.gz: e99b0773a259af720c32e5e42649c286074576680c849798add174d4fb47da37
3
+ metadata.gz: 10adc8d0e43f649e6548a929b9b2f1c528a8363a0fc24a8ae86336d19aa8265a
4
+ data.tar.gz: 57572d9dec34ea3d2217405f4852f6f23ef45962198e13bf1b3423eab0ea0b24
5
5
  SHA512:
6
- metadata.gz: c173e703f4f22da9267f484deae07c90fe4adecb8df5672b7803bf78236b76c757b4a47cc292f7ba1d7a9e55a2f4672b72b6e0d30cbf3d238c3ea7fcce77e1ef
7
- data.tar.gz: 934d1734a5bb742e8ad1362a9691ab92e92e0c7862c1941d985b7e6719e0e8b44fde5916274ae44653ca91ed95a00ca2643d40b1160de51b65adfc28ebc8ea4c
6
+ metadata.gz: 487f3083a01c664651b0234df41ded9e4ad71d581941f0d20eb2f9b622f75892e1a30804b986b95c06100fa89edfa1236b1968ccfb6251f9791096bbaf0469d9
7
+ data.tar.gz: 353a3b8cb873094be34c8b08a7e977139196b17d9afd642e8476195b9e342aa3a9cc3876466cd116202f5d9873cd77eb23db17e5d0ea2f3a187fc356bb69b2a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networksecurity_v1
2
2
 
3
+ ### v0.47.0 (2026-02-01)
4
+
5
+ * Regenerated from discovery document revision 20260125
6
+
3
7
  ### v0.46.0 (2025-12-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20251203
@@ -3735,6 +3735,12 @@ module Google
3735
3735
  # @return [String]
3736
3736
  attr_accessor :state
3737
3737
 
3738
+ # Immutable. The type of the endpoint group. If left unspecified, defaults to
3739
+ # DIRECT.
3740
+ # Corresponds to the JSON property `type`
3741
+ # @return [String]
3742
+ attr_accessor :type
3743
+
3738
3744
  # Output only. The timestamp when the resource was most recently updated. See
3739
3745
  # https://google.aip.dev/148#timestamps.
3740
3746
  # Corresponds to the JSON property `updateTime`
@@ -3756,6 +3762,7 @@ module Google
3756
3762
  @name = args[:name] if args.key?(:name)
3757
3763
  @reconciling = args[:reconciling] if args.key?(:reconciling)
3758
3764
  @state = args[:state] if args.key?(:state)
3765
+ @type = args[:type] if args.key?(:type)
3759
3766
  @update_time = args[:update_time] if args.key?(:update_time)
3760
3767
  end
3761
3768
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworksecurityV1
18
18
  # Version of the google-apis-networksecurity_v1 gem
19
- GEM_VERSION = "0.46.0"
19
+ GEM_VERSION = "0.47.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 = "20251203"
25
+ REVISION = "20260125"
26
26
  end
27
27
  end
28
28
  end
@@ -1640,6 +1640,7 @@ module Google
1640
1640
  property :name, as: 'name'
1641
1641
  property :reconciling, as: 'reconciling'
1642
1642
  property :state, as: 'state'
1643
+ property :type, as: 'type'
1643
1644
  property :update_time, as: 'updateTime'
1644
1645
  end
1645
1646
  end
@@ -898,11 +898,11 @@ module Google
898
898
  # SecurityProfileGroups should be listed, specified in the format `projects|
899
899
  # organizations/*/locations/`location``.
900
900
  # @param [Fixnum] page_size
901
- # Maximum number of SecurityProfileGroups to return per call.
901
+ # Optional. Maximum number of SecurityProfileGroups to return per call.
902
902
  # @param [String] page_token
903
- # The value returned by the last `ListSecurityProfileGroupsResponse` Indicates
904
- # that this is a continuation of a prior `ListSecurityProfileGroups` call, and
905
- # that the system should return the next page of data.
903
+ # Optional. The value returned by the last `ListSecurityProfileGroupsResponse`
904
+ # Indicates that this is a continuation of a prior `ListSecurityProfileGroups`
905
+ # call, and that the system should return the next page of data.
906
906
  # @param [String] fields
907
907
  # Selector specifying which fields to include in a partial response.
908
908
  # @param [String] quota_user
@@ -1086,11 +1086,11 @@ module Google
1086
1086
  # SecurityProfiles should be listed, specified in the format `projects|
1087
1087
  # organizations/*/locations/`location``.
1088
1088
  # @param [Fixnum] page_size
1089
- # Maximum number of SecurityProfiles to return per call.
1089
+ # Optional. Maximum number of SecurityProfiles to return per call.
1090
1090
  # @param [String] page_token
1091
- # The value returned by the last `ListSecurityProfilesResponse` Indicates that
1092
- # this is a continuation of a prior `ListSecurityProfiles` call, and that the
1093
- # system should return the next page of data.
1091
+ # Optional. The value returned by the last `ListSecurityProfilesResponse`
1092
+ # Indicates that this is a continuation of a prior `ListSecurityProfiles` call,
1093
+ # and that the system should return the next page of data.
1094
1094
  # @param [String] fields
1095
1095
  # Selector specifying which fields to include in a partial response.
1096
1096
  # @param [String] quota_user
@@ -1191,7 +1191,11 @@ module Google
1191
1191
  execute_or_queue_command(command, &block)
1192
1192
  end
1193
1193
 
1194
- # Lists information about the supported locations for this service.
1194
+ # Lists information about the supported locations for this service. This method
1195
+ # can be called in two ways: * **List all public locations:** Use the path `GET /
1196
+ # v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
1197
+ # projects/`project_id`/locations`. This may include public locations as well as
1198
+ # private or other locations specifically visible to the project.
1195
1199
  # @param [String] name
1196
1200
  # The resource that owns the locations collection, if applicable.
1197
1201
  # @param [Array<String>, String] extra_location_types
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networksecurity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.46.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.47.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1
62
62
  rdoc_options: []
63
63
  require_paths: