google-cloud-security_center-v1 0.25.0 → 0.25.1

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: 78a251e99aa3cc3bfe81741cae881837a4664b1a3c774aba58cfea98d27062f4
4
- data.tar.gz: a3d0da9f53f313ed334dc2dbcd3a1927d3a8de6e47571ef518a192d1f1be9fe0
3
+ metadata.gz: 7c7815afc2f896ce6e1f528aca01e4d15b5a055724f35fdcf9d4f8162bf5c670
4
+ data.tar.gz: 3e87dce577c6e5243a524ba83bef33432cf3986de47168d6c1e86f8c8e5c0890
5
5
  SHA512:
6
- metadata.gz: 0f9ff79caa81c3925328e56b459b8a18edaff9be983677e2a164054026a5f138872e9f4c61fa2564893cf0929e17f1fc854c4e9e5b5c1d9443efd922e9f6f01f
7
- data.tar.gz: 1b21eaba1e28a31e247f9b49a0df180882e19f6b7073bf03b77bc2317ccf94dcdda8d58528fd344bd34d3e317052edd4582302bdba7b747550d0664db7a8e895
6
+ metadata.gz: 4a7f87c1541e20d4ad1282612883f00fd7a8e6abf148ecd741ee3a8af51c8eaf4c04df76578c2181dc71105b9e9724ab0f0c984a25c03f1cf9e369dda41aece5
7
+ data.tar.gz: b93652d1d4e138f21d5463941489aa8c9fd87368a60a8832aa05c4d62a9242ff10a1d9b4e10f4bfcf49b99a2caabdc6b651bab87ce400e541af3fa44de778907
@@ -1452,8 +1452,8 @@ module Google
1452
1452
  #
1453
1453
  # @param parent [::String]
1454
1454
  # Required. The name of the parent to group the assets by. Its format is
1455
- # "organizations/[organization_id], folders/[folder_id], or
1456
- # projects/[project_id]".
1455
+ # "organizations/[organization_id]", "folders/[folder_id]", or
1456
+ # "projects/[project_id]".
1457
1457
  # @param filter [::String]
1458
1458
  # Expression that defines the filter to apply across assets.
1459
1459
  # The expression is a list of zero or more restrictions combined via logical
@@ -1892,9 +1892,11 @@ module Google
1892
1892
  # the default parameter values, pass an empty Hash as a request object (see above).
1893
1893
  #
1894
1894
  # @param parent [::String]
1895
- # Required. The name of the parent that the listed assets belong to. Its
1896
- # format is "organizations/[organization_id], folders/[folder_id], or
1897
- # projects/[project_id]".
1895
+ # Required. The name of the parent resource that contains the assets. The
1896
+ # value that you can specify on parent depends on the method in which you
1897
+ # specify parent. You can specify one of the following values:
1898
+ # "organizations/[organization_id]", "folders/[folder_id]", or
1899
+ # "projects/[project_id]".
1898
1900
  # @param filter [::String]
1899
1901
  # Expression that defines the filter to apply across assets.
1900
1902
  # The expression is a list of zero or more restrictions combined via logical
@@ -2547,8 +2549,8 @@ module Google
2547
2549
  #
2548
2550
  # @param parent [::String]
2549
2551
  # Required. Resource name of the parent of sources to list. Its format should
2550
- # be "organizations/[organization_id], folders/[folder_id], or
2551
- # projects/[project_id]".
2552
+ # be "organizations/[organization_id]", "folders/[folder_id]", or
2553
+ # "projects/[project_id]".
2552
2554
  # @param page_token [::String]
2553
2555
  # The value returned by the last `ListSourcesResponse`; indicates
2554
2556
  # that this is a continuation of a prior `ListSources` call, and
@@ -34,7 +34,7 @@ module Google
34
34
  ##
35
35
  # V1 APIs for Security Center service.
36
36
  #
37
- # To load this service and instantiate a client:
37
+ # @example Load this service and instantiate a gRPC client
38
38
  #
39
39
  # require "google/cloud/security_center/v1/security_center"
40
40
  # client = ::Google::Cloud::SecurityCenter::V1::SecurityCenter::Client.new
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecurityCenter
23
23
  module V1
24
- VERSION = "0.25.0"
24
+ VERSION = "0.25.1"
25
25
  end
26
26
  end
27
27
  end
@@ -23,9 +23,9 @@ module Google
23
23
  module Cloud
24
24
  module SecurityCenter
25
25
  ##
26
- # To load this package, including all its services, and instantiate a client:
26
+ # API client module.
27
27
  #
28
- # @example
28
+ # @example Load this package, including all its services, and instantiate a gRPC client
29
29
  #
30
30
  # require "google/cloud/security_center/v1"
31
31
  # client = ::Google::Cloud::SecurityCenter::V1::SecurityCenter::Client.new
@@ -228,8 +228,8 @@ module Google
228
228
  # @!attribute [rw] parent
229
229
  # @return [::String]
230
230
  # Required. The name of the parent to group the assets by. Its format is
231
- # "organizations/[organization_id], folders/[folder_id], or
232
- # projects/[project_id]".
231
+ # "organizations/[organization_id]", "folders/[folder_id]", or
232
+ # "projects/[project_id]".
233
233
  # @!attribute [rw] filter
234
234
  # @return [::String]
235
235
  # Expression that defines the filter to apply across assets.
@@ -643,8 +643,8 @@ module Google
643
643
  # @!attribute [rw] parent
644
644
  # @return [::String]
645
645
  # Required. Resource name of the parent of sources to list. Its format should
646
- # be "organizations/[organization_id], folders/[folder_id], or
647
- # projects/[project_id]".
646
+ # be "organizations/[organization_id]", "folders/[folder_id]", or
647
+ # "projects/[project_id]".
648
648
  # @!attribute [rw] page_token
649
649
  # @return [::String]
650
650
  # The value returned by the last `ListSourcesResponse`; indicates
@@ -675,9 +675,11 @@ module Google
675
675
  # Request message for listing assets.
676
676
  # @!attribute [rw] parent
677
677
  # @return [::String]
678
- # Required. The name of the parent that the listed assets belong to. Its
679
- # format is "organizations/[organization_id], folders/[folder_id], or
680
- # projects/[project_id]".
678
+ # Required. The name of the parent resource that contains the assets. The
679
+ # value that you can specify on parent depends on the method in which you
680
+ # specify parent. You can specify one of the following values:
681
+ # "organizations/[organization_id]", "folders/[folder_id]", or
682
+ # "projects/[project_id]".
681
683
  # @!attribute [rw] filter
682
684
  # @return [::String]
683
685
  # Expression that defines the filter to apply across assets.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security_center-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.25.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-14 00:00:00.000000000 Z
11
+ date: 2023-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.12'
19
+ version: 0.16.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.12'
29
+ version: 0.16.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -288,7 +288,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
288
288
  - !ruby/object:Gem::Version
289
289
  version: '0'
290
290
  requirements: []
291
- rubygems_version: 3.3.14
291
+ rubygems_version: 3.4.2
292
292
  signing_key:
293
293
  specification_version: 4
294
294
  summary: API Client library for the Cloud Security Command Center V1 API