google-cloud-security_center-v1 0.24.0 → 0.25.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7c92fd7b80665a9ef267d8699f89e6c3889c2d35328fac8ce0a39b6a3c73163
4
- data.tar.gz: 215ca5eeaea39e5d4c8b2506ca29fd015441146430bcc5420c19c92fc8c43e11
3
+ metadata.gz: 7c7815afc2f896ce6e1f528aca01e4d15b5a055724f35fdcf9d4f8162bf5c670
4
+ data.tar.gz: 3e87dce577c6e5243a524ba83bef33432cf3986de47168d6c1e86f8c8e5c0890
5
5
  SHA512:
6
- metadata.gz: 250b65102227d88777dfbb90337be82e4bc53ed6b7215843ab4c98261b51e0dd47c3c11c3545975fb1e439be9384e159af4ca320d9f8c334a2607a1f8d2dd9d4
7
- data.tar.gz: d315c667ba1f3b19add14f7cea6c8f2b352a157b0fe4fbba180abf2a1d380c599f9680dd035360586a00bde7ef8edc995e9ab72858091c262eb5e474070cc602
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.24.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
@@ -15,6 +15,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
15
15
  optional :principal_subject, :string, 7
16
16
  optional :service_account_key_name, :string, 8
17
17
  repeated :service_account_delegation_info, :message, 9, "google.cloud.securitycenter.v1.ServiceAccountDelegationInfo"
18
+ optional :user_name, :string, 11
18
19
  end
19
20
  add_message "google.cloud.securitycenter.v1.ServiceAccountDelegationInfo" do
20
21
  optional :principal_email, :string, 1
@@ -40,7 +40,7 @@ module Google
40
40
  # The caller IP's geolocation, which identifies where the call came from.
41
41
  # @!attribute [rw] user_agent_family
42
42
  # @return [::String]
43
- # What kind of user agent is associated, e.g. operating system shells,
43
+ # What kind of user agent is associated, for example operating system shells,
44
44
  # embedded or stand-alone applications, etc.
45
45
  # @!attribute [rw] service_name
46
46
  # @return [::String]
@@ -72,6 +72,15 @@ module Google
72
72
  # access GCP resources by delegating on a service account. When multiple
73
73
  # authorities are present, they are guaranteed to be sorted based on the
74
74
  # original ordering of the identity delegation events.
75
+ # @!attribute [rw] user_name
76
+ # @return [::String]
77
+ # A string that represents the username of a user, user account, or other
78
+ # entity involved in the access event. What the entity is and what its role
79
+ # in the access event is depends on the finding that this field appears in.
80
+ # The entity is likely not an IAM principal, but could be a user that is
81
+ # logged into an operating system, if the finding is VM-related, or a user
82
+ # that is logged into some type of application that is involved in the
83
+ # access event.
75
84
  class Access
76
85
  include ::Google::Protobuf::MessageExts
77
86
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -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.
@@ -28,12 +28,14 @@ module Google
28
28
  # [API Design Guide](https://cloud.google.com/apis/design/errors).
29
29
  # @!attribute [rw] code
30
30
  # @return [::Integer]
31
- # The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
31
+ # The status code, which should be an enum value of
32
+ # [google.rpc.Code][google.rpc.Code].
32
33
  # @!attribute [rw] message
33
34
  # @return [::String]
34
35
  # A developer-facing error message, which should be in English. Any
35
36
  # user-facing error message should be localized and sent in the
36
- # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized by the client.
37
+ # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
38
+ # by the client.
37
39
  # @!attribute [rw] details
38
40
  # @return [::Array<::Google::Protobuf::Any>]
39
41
  # A list of messages that carry the error details. There is a common set of
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.24.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-09 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