google-cloud-security_center-v2 0.a → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +12 -0
  3. data/AUTHENTICATION.md +122 -0
  4. data/README.md +144 -8
  5. data/lib/google/cloud/security_center/v2/rest.rb +37 -0
  6. data/lib/google/cloud/security_center/v2/security_center/client.rb +4771 -0
  7. data/lib/google/cloud/security_center/v2/security_center/credentials.rb +51 -0
  8. data/lib/google/cloud/security_center/v2/security_center/operations.rb +809 -0
  9. data/lib/google/cloud/security_center/v2/security_center/paths.rb +973 -0
  10. data/lib/google/cloud/security_center/v2/security_center/rest/client.rb +4390 -0
  11. data/lib/google/cloud/security_center/v2/security_center/rest/operations.rb +901 -0
  12. data/lib/google/cloud/security_center/v2/security_center/rest/service_stub.rb +3165 -0
  13. data/lib/google/cloud/security_center/v2/security_center/rest.rb +53 -0
  14. data/lib/google/cloud/security_center/v2/security_center.rb +56 -0
  15. data/lib/google/cloud/security_center/v2/version.rb +7 -2
  16. data/lib/google/cloud/security_center/v2.rb +45 -0
  17. data/lib/google/cloud/securitycenter/v2/access_pb.rb +44 -0
  18. data/lib/google/cloud/securitycenter/v2/application_pb.rb +42 -0
  19. data/lib/google/cloud/securitycenter/v2/attack_exposure_pb.rb +47 -0
  20. data/lib/google/cloud/securitycenter/v2/attack_path_pb.rb +49 -0
  21. data/lib/google/cloud/securitycenter/v2/backup_disaster_recovery_pb.rb +45 -0
  22. data/lib/google/cloud/securitycenter/v2/bigquery_export_pb.rb +47 -0
  23. data/lib/google/cloud/securitycenter/v2/cloud_dlp_data_profile_pb.rb +45 -0
  24. data/lib/google/cloud/securitycenter/v2/cloud_dlp_inspection_pb.rb +44 -0
  25. data/lib/google/cloud/securitycenter/v2/compliance_pb.rb +42 -0
  26. data/lib/google/cloud/securitycenter/v2/connection_pb.rb +43 -0
  27. data/lib/google/cloud/securitycenter/v2/contact_details_pb.rb +43 -0
  28. data/lib/google/cloud/securitycenter/v2/container_pb.rb +47 -0
  29. data/lib/google/cloud/securitycenter/v2/database_pb.rb +42 -0
  30. data/lib/google/cloud/securitycenter/v2/exfiltration_pb.rb +43 -0
  31. data/lib/google/cloud/securitycenter/v2/external_system_pb.rb +47 -0
  32. data/lib/google/cloud/securitycenter/v2/file_pb.rb +43 -0
  33. data/lib/google/cloud/securitycenter/v2/finding_pb.rb +109 -0
  34. data/lib/google/cloud/securitycenter/v2/group_membership_pb.rb +43 -0
  35. data/lib/google/cloud/securitycenter/v2/iam_binding_pb.rb +43 -0
  36. data/lib/google/cloud/securitycenter/v2/indicator_pb.rb +47 -0
  37. data/lib/google/cloud/securitycenter/v2/kernel_rootkit_pb.rb +42 -0
  38. data/lib/google/cloud/securitycenter/v2/kubernetes_pb.rb +57 -0
  39. data/lib/google/cloud/securitycenter/v2/label_pb.rb +42 -0
  40. data/lib/google/cloud/securitycenter/v2/load_balancer_pb.rb +42 -0
  41. data/lib/google/cloud/securitycenter/v2/log_entry_pb.rb +46 -0
  42. data/lib/google/cloud/securitycenter/v2/mitre_attack_pb.rb +44 -0
  43. data/lib/google/cloud/securitycenter/v2/mute_config_pb.rb +48 -0
  44. data/lib/google/cloud/securitycenter/v2/notification_config_pb.rb +46 -0
  45. data/lib/google/cloud/securitycenter/v2/notification_message_pb.rb +47 -0
  46. data/lib/google/cloud/securitycenter/v2/org_policy_pb.rb +44 -0
  47. data/lib/google/cloud/securitycenter/v2/process_pb.rb +46 -0
  48. data/lib/google/cloud/securitycenter/v2/resource_pb.rb +44 -0
  49. data/lib/google/cloud/securitycenter/v2/resource_value_config_pb.rb +49 -0
  50. data/lib/google/cloud/securitycenter/v2/security_marks_pb.rb +44 -0
  51. data/lib/google/cloud/securitycenter/v2/security_posture_pb.rb +43 -0
  52. data/lib/google/cloud/securitycenter/v2/securitycenter_service_pb.rb +128 -0
  53. data/lib/google/cloud/securitycenter/v2/securitycenter_service_services_pb.rb +167 -0
  54. data/lib/google/cloud/securitycenter/v2/simulation_pb.rb +49 -0
  55. data/lib/google/cloud/securitycenter/v2/source_pb.rb +44 -0
  56. data/lib/google/cloud/securitycenter/v2/toxic_combination_pb.rb +42 -0
  57. data/lib/google/cloud/securitycenter/v2/valued_resource_pb.rb +46 -0
  58. data/lib/google/cloud/securitycenter/v2/vulnerability_pb.rb +58 -0
  59. data/lib/google-cloud-security_center-v2.rb +21 -0
  60. data/proto_docs/README.md +4 -0
  61. data/proto_docs/google/api/client.rb +399 -0
  62. data/proto_docs/google/api/field_behavior.rb +85 -0
  63. data/proto_docs/google/api/launch_stage.rb +71 -0
  64. data/proto_docs/google/api/resource.rb +222 -0
  65. data/proto_docs/google/api/routing.rb +459 -0
  66. data/proto_docs/google/cloud/securitycenter/v2/access.rb +120 -0
  67. data/proto_docs/google/cloud/securitycenter/v2/application.rb +40 -0
  68. data/proto_docs/google/cloud/securitycenter/v2/attack_exposure.rb +73 -0
  69. data/proto_docs/google/cloud/securitycenter/v2/attack_path.rb +147 -0
  70. data/proto_docs/google/cloud/securitycenter/v2/backup_disaster_recovery.rb +90 -0
  71. data/proto_docs/google/cloud/securitycenter/v2/bigquery_export.rb +96 -0
  72. data/proto_docs/google/cloud/securitycenter/v2/cloud_dlp_data_profile.rb +52 -0
  73. data/proto_docs/google/cloud/securitycenter/v2/cloud_dlp_inspection.rb +50 -0
  74. data/proto_docs/google/cloud/securitycenter/v2/compliance.rb +43 -0
  75. data/proto_docs/google/cloud/securitycenter/v2/connection.rb +70 -0
  76. data/proto_docs/google/cloud/securitycenter/v2/contact_details.rb +44 -0
  77. data/proto_docs/google/cloud/securitycenter/v2/container.rb +49 -0
  78. data/proto_docs/google/cloud/securitycenter/v2/database.rb +67 -0
  79. data/proto_docs/google/cloud/securitycenter/v2/exfiltration.rb +64 -0
  80. data/proto_docs/google/cloud/securitycenter/v2/external_system.rb +106 -0
  81. data/proto_docs/google/cloud/securitycenter/v2/file.rb +72 -0
  82. data/proto_docs/google/cloud/securitycenter/v2/finding.rb +427 -0
  83. data/proto_docs/google/cloud/securitycenter/v2/group_membership.rb +48 -0
  84. data/proto_docs/google/cloud/securitycenter/v2/iam_binding.rb +56 -0
  85. data/proto_docs/google/cloud/securitycenter/v2/indicator.rb +112 -0
  86. data/proto_docs/google/cloud/securitycenter/v2/kernel_rootkit.rb +66 -0
  87. data/proto_docs/google/cloud/securitycenter/v2/kubernetes.rb +241 -0
  88. data/proto_docs/google/cloud/securitycenter/v2/label.rb +41 -0
  89. data/proto_docs/google/cloud/securitycenter/v2/load_balancer.rb +36 -0
  90. data/proto_docs/google/cloud/securitycenter/v2/log_entry.rb +58 -0
  91. data/proto_docs/google/cloud/securitycenter/v2/mitre_attack.rb +285 -0
  92. data/proto_docs/google/cloud/securitycenter/v2/mute_config.rb +100 -0
  93. data/proto_docs/google/cloud/securitycenter/v2/notification_config.rb +90 -0
  94. data/proto_docs/google/cloud/securitycenter/v2/notification_message.rb +42 -0
  95. data/proto_docs/google/cloud/securitycenter/v2/org_policy.rb +37 -0
  96. data/proto_docs/google/cloud/securitycenter/v2/process.rb +79 -0
  97. data/proto_docs/google/cloud/securitycenter/v2/resource.rb +42 -0
  98. data/proto_docs/google/cloud/securitycenter/v2/resource_value_config.rb +122 -0
  99. data/proto_docs/google/cloud/securitycenter/v2/security_marks.rb +84 -0
  100. data/proto_docs/google/cloud/securitycenter/v2/security_posture.rb +83 -0
  101. data/proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb +1136 -0
  102. data/proto_docs/google/cloud/securitycenter/v2/simulation.rb +43 -0
  103. data/proto_docs/google/cloud/securitycenter/v2/source.rb +65 -0
  104. data/proto_docs/google/cloud/securitycenter/v2/toxic_combination.rb +46 -0
  105. data/proto_docs/google/cloud/securitycenter/v2/valued_resource.rb +86 -0
  106. data/proto_docs/google/cloud/securitycenter/v2/vulnerability.rb +333 -0
  107. data/proto_docs/google/iam/v1/iam_policy.rb +87 -0
  108. data/proto_docs/google/iam/v1/options.rb +50 -0
  109. data/proto_docs/google/iam/v1/policy.rb +426 -0
  110. data/proto_docs/google/longrunning/operations.rb +164 -0
  111. data/proto_docs/google/protobuf/any.rb +145 -0
  112. data/proto_docs/google/protobuf/duration.rb +98 -0
  113. data/proto_docs/google/protobuf/empty.rb +34 -0
  114. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  115. data/proto_docs/google/protobuf/struct.rb +96 -0
  116. data/proto_docs/google/protobuf/timestamp.rb +127 -0
  117. data/proto_docs/google/rpc/status.rb +48 -0
  118. data/proto_docs/google/type/expr.rb +75 -0
  119. metadata +173 -10
@@ -0,0 +1,50 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2024 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Iam
22
+ module V1
23
+ # Encapsulates settings provided to GetIamPolicy.
24
+ # @!attribute [rw] requested_policy_version
25
+ # @return [::Integer]
26
+ # Optional. The maximum policy version that will be used to format the
27
+ # policy.
28
+ #
29
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
30
+ # rejected.
31
+ #
32
+ # Requests for policies with any conditional role bindings must specify
33
+ # version 3. Policies with no conditional role bindings may specify any valid
34
+ # value or leave the field unset.
35
+ #
36
+ # The policy in the response might use the policy version that you specified,
37
+ # or it might use a lower policy version. For example, if you specify version
38
+ # 3, but the policy has no conditional role bindings, the response uses
39
+ # version 1.
40
+ #
41
+ # To learn which resources support conditions in their IAM policies, see the
42
+ # [IAM
43
+ # documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
44
+ class GetPolicyOptions
45
+ include ::Google::Protobuf::MessageExts
46
+ extend ::Google::Protobuf::MessageExts::ClassMethods
47
+ end
48
+ end
49
+ end
50
+ end
@@ -0,0 +1,426 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2024 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Iam
22
+ module V1
23
+ # An Identity and Access Management (IAM) policy, which specifies access
24
+ # controls for Google Cloud resources.
25
+ #
26
+ #
27
+ # A `Policy` is a collection of `bindings`. A `binding` binds one or more
28
+ # `members`, or principals, to a single `role`. Principals can be user
29
+ # accounts, service accounts, Google groups, and domains (such as G Suite). A
30
+ # `role` is a named list of permissions; each `role` can be an IAM predefined
31
+ # role or a user-created custom role.
32
+ #
33
+ # For some types of Google Cloud resources, a `binding` can also specify a
34
+ # `condition`, which is a logical expression that allows access to a resource
35
+ # only if the expression evaluates to `true`. A condition can add constraints
36
+ # based on attributes of the request, the resource, or both. To learn which
37
+ # resources support conditions in their IAM policies, see the
38
+ # [IAM
39
+ # documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
40
+ #
41
+ # **JSON example:**
42
+ #
43
+ # ```
44
+ # {
45
+ # "bindings": [
46
+ # {
47
+ # "role": "roles/resourcemanager.organizationAdmin",
48
+ # "members": [
49
+ # "user:mike@example.com",
50
+ # "group:admins@example.com",
51
+ # "domain:google.com",
52
+ # "serviceAccount:my-project-id@appspot.gserviceaccount.com"
53
+ # ]
54
+ # },
55
+ # {
56
+ # "role": "roles/resourcemanager.organizationViewer",
57
+ # "members": [
58
+ # "user:eve@example.com"
59
+ # ],
60
+ # "condition": {
61
+ # "title": "expirable access",
62
+ # "description": "Does not grant access after Sep 2020",
63
+ # "expression": "request.time <
64
+ # timestamp('2020-10-01T00:00:00.000Z')",
65
+ # }
66
+ # }
67
+ # ],
68
+ # "etag": "BwWWja0YfJA=",
69
+ # "version": 3
70
+ # }
71
+ # ```
72
+ #
73
+ # **YAML example:**
74
+ #
75
+ # ```
76
+ # bindings:
77
+ # - members:
78
+ # - user:mike@example.com
79
+ # - group:admins@example.com
80
+ # - domain:google.com
81
+ # - serviceAccount:my-project-id@appspot.gserviceaccount.com
82
+ # role: roles/resourcemanager.organizationAdmin
83
+ # - members:
84
+ # - user:eve@example.com
85
+ # role: roles/resourcemanager.organizationViewer
86
+ # condition:
87
+ # title: expirable access
88
+ # description: Does not grant access after Sep 2020
89
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
90
+ # etag: BwWWja0YfJA=
91
+ # version: 3
92
+ # ```
93
+ #
94
+ # For a description of IAM and its features, see the
95
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
96
+ # @!attribute [rw] version
97
+ # @return [::Integer]
98
+ # Specifies the format of the policy.
99
+ #
100
+ # Valid values are `0`, `1`, and `3`. Requests that specify an invalid value
101
+ # are rejected.
102
+ #
103
+ # Any operation that affects conditional role bindings must specify version
104
+ # `3`. This requirement applies to the following operations:
105
+ #
106
+ # * Getting a policy that includes a conditional role binding
107
+ # * Adding a conditional role binding to a policy
108
+ # * Changing a conditional role binding in a policy
109
+ # * Removing any role binding, with or without a condition, from a policy
110
+ # that includes conditions
111
+ #
112
+ # **Important:** If you use IAM Conditions, you must include the `etag` field
113
+ # whenever you call `setIamPolicy`. If you omit this field, then IAM allows
114
+ # you to overwrite a version `3` policy with a version `1` policy, and all of
115
+ # the conditions in the version `3` policy are lost.
116
+ #
117
+ # If a policy does not include any conditions, operations on that policy may
118
+ # specify any valid version or leave the field unset.
119
+ #
120
+ # To learn which resources support conditions in their IAM policies, see the
121
+ # [IAM
122
+ # documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
123
+ # @!attribute [rw] bindings
124
+ # @return [::Array<::Google::Iam::V1::Binding>]
125
+ # Associates a list of `members`, or principals, with a `role`. Optionally,
126
+ # may specify a `condition` that determines how and when the `bindings` are
127
+ # applied. Each of the `bindings` must contain at least one principal.
128
+ #
129
+ # The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250
130
+ # of these principals can be Google groups. Each occurrence of a principal
131
+ # counts towards these limits. For example, if the `bindings` grant 50
132
+ # different roles to `user:alice@example.com`, and not to any other
133
+ # principal, then you can add another 1,450 principals to the `bindings` in
134
+ # the `Policy`.
135
+ # @!attribute [rw] audit_configs
136
+ # @return [::Array<::Google::Iam::V1::AuditConfig>]
137
+ # Specifies cloud audit logging configuration for this policy.
138
+ # @!attribute [rw] etag
139
+ # @return [::String]
140
+ # `etag` is used for optimistic concurrency control as a way to help
141
+ # prevent simultaneous updates of a policy from overwriting each other.
142
+ # It is strongly suggested that systems make use of the `etag` in the
143
+ # read-modify-write cycle to perform policy updates in order to avoid race
144
+ # conditions: An `etag` is returned in the response to `getIamPolicy`, and
145
+ # systems are expected to put that etag in the request to `setIamPolicy` to
146
+ # ensure that their change will be applied to the same version of the policy.
147
+ #
148
+ # **Important:** If you use IAM Conditions, you must include the `etag` field
149
+ # whenever you call `setIamPolicy`. If you omit this field, then IAM allows
150
+ # you to overwrite a version `3` policy with a version `1` policy, and all of
151
+ # the conditions in the version `3` policy are lost.
152
+ class Policy
153
+ include ::Google::Protobuf::MessageExts
154
+ extend ::Google::Protobuf::MessageExts::ClassMethods
155
+ end
156
+
157
+ # Associates `members`, or principals, with a `role`.
158
+ # @!attribute [rw] role
159
+ # @return [::String]
160
+ # Role that is assigned to the list of `members`, or principals.
161
+ # For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
162
+ # @!attribute [rw] members
163
+ # @return [::Array<::String>]
164
+ # Specifies the principals requesting access for a Google Cloud resource.
165
+ # `members` can have the following values:
166
+ #
167
+ # * `allUsers`: A special identifier that represents anyone who is
168
+ # on the internet; with or without a Google account.
169
+ #
170
+ # * `allAuthenticatedUsers`: A special identifier that represents anyone
171
+ # who is authenticated with a Google account or a service account.
172
+ #
173
+ # * `user:{emailid}`: An email address that represents a specific Google
174
+ # account. For example, `alice@example.com` .
175
+ #
176
+ #
177
+ # * `serviceAccount:{emailid}`: An email address that represents a service
178
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`.
179
+ #
180
+ # * `group:{emailid}`: An email address that represents a Google group.
181
+ # For example, `admins@example.com`.
182
+ #
183
+ # * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique
184
+ # identifier) representing a user that has been recently deleted. For
185
+ # example, `alice@example.com?uid=123456789012345678901`. If the user is
186
+ # recovered, this value reverts to `user:{emailid}` and the recovered user
187
+ # retains the role in the binding.
188
+ #
189
+ # * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus
190
+ # unique identifier) representing a service account that has been recently
191
+ # deleted. For example,
192
+ # `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
193
+ # If the service account is undeleted, this value reverts to
194
+ # `serviceAccount:{emailid}` and the undeleted service account retains the
195
+ # role in the binding.
196
+ #
197
+ # * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique
198
+ # identifier) representing a Google group that has been recently
199
+ # deleted. For example, `admins@example.com?uid=123456789012345678901`. If
200
+ # the group is recovered, this value reverts to `group:{emailid}` and the
201
+ # recovered group retains the role in the binding.
202
+ #
203
+ #
204
+ # * `domain:{domain}`: The G Suite domain (primary) that represents all the
205
+ # users of that domain. For example, `google.com` or `example.com`.
206
+ # @!attribute [rw] condition
207
+ # @return [::Google::Type::Expr]
208
+ # The condition that is associated with this binding.
209
+ #
210
+ # If the condition evaluates to `true`, then this binding applies to the
211
+ # current request.
212
+ #
213
+ # If the condition evaluates to `false`, then this binding does not apply to
214
+ # the current request. However, a different role binding might grant the same
215
+ # role to one or more of the principals in this binding.
216
+ #
217
+ # To learn which resources support conditions in their IAM policies, see the
218
+ # [IAM
219
+ # documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
220
+ class Binding
221
+ include ::Google::Protobuf::MessageExts
222
+ extend ::Google::Protobuf::MessageExts::ClassMethods
223
+ end
224
+
225
+ # Specifies the audit configuration for a service.
226
+ # The configuration determines which permission types are logged, and what
227
+ # identities, if any, are exempted from logging.
228
+ # An AuditConfig must have one or more AuditLogConfigs.
229
+ #
230
+ # If there are AuditConfigs for both `allServices` and a specific service,
231
+ # the union of the two AuditConfigs is used for that service: the log_types
232
+ # specified in each AuditConfig are enabled, and the exempted_members in each
233
+ # AuditLogConfig are exempted.
234
+ #
235
+ # Example Policy with multiple AuditConfigs:
236
+ #
237
+ # {
238
+ # "audit_configs": [
239
+ # {
240
+ # "service": "allServices",
241
+ # "audit_log_configs": [
242
+ # {
243
+ # "log_type": "DATA_READ",
244
+ # "exempted_members": [
245
+ # "user:jose@example.com"
246
+ # ]
247
+ # },
248
+ # {
249
+ # "log_type": "DATA_WRITE"
250
+ # },
251
+ # {
252
+ # "log_type": "ADMIN_READ"
253
+ # }
254
+ # ]
255
+ # },
256
+ # {
257
+ # "service": "sampleservice.googleapis.com",
258
+ # "audit_log_configs": [
259
+ # {
260
+ # "log_type": "DATA_READ"
261
+ # },
262
+ # {
263
+ # "log_type": "DATA_WRITE",
264
+ # "exempted_members": [
265
+ # "user:aliya@example.com"
266
+ # ]
267
+ # }
268
+ # ]
269
+ # }
270
+ # ]
271
+ # }
272
+ #
273
+ # For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ
274
+ # logging. It also exempts `jose@example.com` from DATA_READ logging, and
275
+ # `aliya@example.com` from DATA_WRITE logging.
276
+ # @!attribute [rw] service
277
+ # @return [::String]
278
+ # Specifies a service that will be enabled for audit logging.
279
+ # For example, `storage.googleapis.com`, `cloudsql.googleapis.com`.
280
+ # `allServices` is a special value that covers all services.
281
+ # @!attribute [rw] audit_log_configs
282
+ # @return [::Array<::Google::Iam::V1::AuditLogConfig>]
283
+ # The configuration for logging of each type of permission.
284
+ class AuditConfig
285
+ include ::Google::Protobuf::MessageExts
286
+ extend ::Google::Protobuf::MessageExts::ClassMethods
287
+ end
288
+
289
+ # Provides the configuration for logging a type of permissions.
290
+ # Example:
291
+ #
292
+ # {
293
+ # "audit_log_configs": [
294
+ # {
295
+ # "log_type": "DATA_READ",
296
+ # "exempted_members": [
297
+ # "user:jose@example.com"
298
+ # ]
299
+ # },
300
+ # {
301
+ # "log_type": "DATA_WRITE"
302
+ # }
303
+ # ]
304
+ # }
305
+ #
306
+ # This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting
307
+ # jose@example.com from DATA_READ logging.
308
+ # @!attribute [rw] log_type
309
+ # @return [::Google::Iam::V1::AuditLogConfig::LogType]
310
+ # The log type that this config enables.
311
+ # @!attribute [rw] exempted_members
312
+ # @return [::Array<::String>]
313
+ # Specifies the identities that do not cause logging for this type of
314
+ # permission.
315
+ # Follows the same format of
316
+ # {::Google::Iam::V1::Binding#members Binding.members}.
317
+ class AuditLogConfig
318
+ include ::Google::Protobuf::MessageExts
319
+ extend ::Google::Protobuf::MessageExts::ClassMethods
320
+
321
+ # The list of valid permission types for which logging can be configured.
322
+ # Admin writes are always logged, and are not configurable.
323
+ module LogType
324
+ # Default case. Should never be this.
325
+ LOG_TYPE_UNSPECIFIED = 0
326
+
327
+ # Admin reads. Example: CloudIAM getIamPolicy
328
+ ADMIN_READ = 1
329
+
330
+ # Data writes. Example: CloudSQL Users create
331
+ DATA_WRITE = 2
332
+
333
+ # Data reads. Example: CloudSQL Users list
334
+ DATA_READ = 3
335
+ end
336
+ end
337
+
338
+ # The difference delta between two policies.
339
+ # @!attribute [rw] binding_deltas
340
+ # @return [::Array<::Google::Iam::V1::BindingDelta>]
341
+ # The delta for Bindings between two policies.
342
+ # @!attribute [rw] audit_config_deltas
343
+ # @return [::Array<::Google::Iam::V1::AuditConfigDelta>]
344
+ # The delta for AuditConfigs between two policies.
345
+ class PolicyDelta
346
+ include ::Google::Protobuf::MessageExts
347
+ extend ::Google::Protobuf::MessageExts::ClassMethods
348
+ end
349
+
350
+ # One delta entry for Binding. Each individual change (only one member in each
351
+ # entry) to a binding will be a separate entry.
352
+ # @!attribute [rw] action
353
+ # @return [::Google::Iam::V1::BindingDelta::Action]
354
+ # The action that was performed on a Binding.
355
+ # Required
356
+ # @!attribute [rw] role
357
+ # @return [::String]
358
+ # Role that is assigned to `members`.
359
+ # For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
360
+ # Required
361
+ # @!attribute [rw] member
362
+ # @return [::String]
363
+ # A single identity requesting access for a Google Cloud resource.
364
+ # Follows the same format of Binding.members.
365
+ # Required
366
+ # @!attribute [rw] condition
367
+ # @return [::Google::Type::Expr]
368
+ # The condition that is associated with this binding.
369
+ class BindingDelta
370
+ include ::Google::Protobuf::MessageExts
371
+ extend ::Google::Protobuf::MessageExts::ClassMethods
372
+
373
+ # The type of action performed on a Binding in a policy.
374
+ module Action
375
+ # Unspecified.
376
+ ACTION_UNSPECIFIED = 0
377
+
378
+ # Addition of a Binding.
379
+ ADD = 1
380
+
381
+ # Removal of a Binding.
382
+ REMOVE = 2
383
+ end
384
+ end
385
+
386
+ # One delta entry for AuditConfig. Each individual change (only one
387
+ # exempted_member in each entry) to a AuditConfig will be a separate entry.
388
+ # @!attribute [rw] action
389
+ # @return [::Google::Iam::V1::AuditConfigDelta::Action]
390
+ # The action that was performed on an audit configuration in a policy.
391
+ # Required
392
+ # @!attribute [rw] service
393
+ # @return [::String]
394
+ # Specifies a service that was configured for Cloud Audit Logging.
395
+ # For example, `storage.googleapis.com`, `cloudsql.googleapis.com`.
396
+ # `allServices` is a special value that covers all services.
397
+ # Required
398
+ # @!attribute [rw] exempted_member
399
+ # @return [::String]
400
+ # A single identity that is exempted from "data access" audit
401
+ # logging for the `service` specified above.
402
+ # Follows the same format of Binding.members.
403
+ # @!attribute [rw] log_type
404
+ # @return [::String]
405
+ # Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always
406
+ # enabled, and cannot be configured.
407
+ # Required
408
+ class AuditConfigDelta
409
+ include ::Google::Protobuf::MessageExts
410
+ extend ::Google::Protobuf::MessageExts::ClassMethods
411
+
412
+ # The type of action performed on an audit configuration in a policy.
413
+ module Action
414
+ # Unspecified.
415
+ ACTION_UNSPECIFIED = 0
416
+
417
+ # Addition of an audit configuration.
418
+ ADD = 1
419
+
420
+ # Removal of an audit configuration.
421
+ REMOVE = 2
422
+ end
423
+ end
424
+ end
425
+ end
426
+ end
@@ -0,0 +1,164 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2024 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Longrunning
22
+ # This resource represents a long-running operation that is the result of a
23
+ # network API call.
24
+ # @!attribute [rw] name
25
+ # @return [::String]
26
+ # The server-assigned name, which is only unique within the same service that
27
+ # originally returns it. If you use the default HTTP mapping, the
28
+ # `name` should be a resource name ending with `operations/{unique_id}`.
29
+ # @!attribute [rw] metadata
30
+ # @return [::Google::Protobuf::Any]
31
+ # Service-specific metadata associated with the operation. It typically
32
+ # contains progress information and common metadata such as create time.
33
+ # Some services might not provide such metadata. Any method that returns a
34
+ # long-running operation should document the metadata type, if any.
35
+ # @!attribute [rw] done
36
+ # @return [::Boolean]
37
+ # If the value is `false`, it means the operation is still in progress.
38
+ # If `true`, the operation is completed, and either `error` or `response` is
39
+ # available.
40
+ # @!attribute [rw] error
41
+ # @return [::Google::Rpc::Status]
42
+ # The error result of the operation in case of failure or cancellation.
43
+ # @!attribute [rw] response
44
+ # @return [::Google::Protobuf::Any]
45
+ # The normal response of the operation in case of success. If the original
46
+ # method returns no data on success, such as `Delete`, the response is
47
+ # `google.protobuf.Empty`. If the original method is standard
48
+ # `Get`/`Create`/`Update`, the response should be the resource. For other
49
+ # methods, the response should have the type `XxxResponse`, where `Xxx`
50
+ # is the original method name. For example, if the original method name
51
+ # is `TakeSnapshot()`, the inferred response type is
52
+ # `TakeSnapshotResponse`.
53
+ class Operation
54
+ include ::Google::Protobuf::MessageExts
55
+ extend ::Google::Protobuf::MessageExts::ClassMethods
56
+ end
57
+
58
+ # The request message for Operations.GetOperation.
59
+ # @!attribute [rw] name
60
+ # @return [::String]
61
+ # The name of the operation resource.
62
+ class GetOperationRequest
63
+ include ::Google::Protobuf::MessageExts
64
+ extend ::Google::Protobuf::MessageExts::ClassMethods
65
+ end
66
+
67
+ # The request message for Operations.ListOperations.
68
+ # @!attribute [rw] name
69
+ # @return [::String]
70
+ # The name of the operation's parent resource.
71
+ # @!attribute [rw] filter
72
+ # @return [::String]
73
+ # The standard list filter.
74
+ # @!attribute [rw] page_size
75
+ # @return [::Integer]
76
+ # The standard list page size.
77
+ # @!attribute [rw] page_token
78
+ # @return [::String]
79
+ # The standard list page token.
80
+ class ListOperationsRequest
81
+ include ::Google::Protobuf::MessageExts
82
+ extend ::Google::Protobuf::MessageExts::ClassMethods
83
+ end
84
+
85
+ # The response message for Operations.ListOperations.
86
+ # @!attribute [rw] operations
87
+ # @return [::Array<::Google::Longrunning::Operation>]
88
+ # A list of operations that matches the specified filter in the request.
89
+ # @!attribute [rw] next_page_token
90
+ # @return [::String]
91
+ # The standard List next-page token.
92
+ class ListOperationsResponse
93
+ include ::Google::Protobuf::MessageExts
94
+ extend ::Google::Protobuf::MessageExts::ClassMethods
95
+ end
96
+
97
+ # The request message for Operations.CancelOperation.
98
+ # @!attribute [rw] name
99
+ # @return [::String]
100
+ # The name of the operation resource to be cancelled.
101
+ class CancelOperationRequest
102
+ include ::Google::Protobuf::MessageExts
103
+ extend ::Google::Protobuf::MessageExts::ClassMethods
104
+ end
105
+
106
+ # The request message for Operations.DeleteOperation.
107
+ # @!attribute [rw] name
108
+ # @return [::String]
109
+ # The name of the operation resource to be deleted.
110
+ class DeleteOperationRequest
111
+ include ::Google::Protobuf::MessageExts
112
+ extend ::Google::Protobuf::MessageExts::ClassMethods
113
+ end
114
+
115
+ # The request message for Operations.WaitOperation.
116
+ # @!attribute [rw] name
117
+ # @return [::String]
118
+ # The name of the operation resource to wait on.
119
+ # @!attribute [rw] timeout
120
+ # @return [::Google::Protobuf::Duration]
121
+ # The maximum duration to wait before timing out. If left blank, the wait
122
+ # will be at most the time permitted by the underlying HTTP/RPC protocol.
123
+ # If RPC context deadline is also specified, the shorter one will be used.
124
+ class WaitOperationRequest
125
+ include ::Google::Protobuf::MessageExts
126
+ extend ::Google::Protobuf::MessageExts::ClassMethods
127
+ end
128
+
129
+ # A message representing the message types used by a long-running operation.
130
+ #
131
+ # Example:
132
+ #
133
+ # rpc LongRunningRecognize(LongRunningRecognizeRequest)
134
+ # returns (google.longrunning.Operation) {
135
+ # option (google.longrunning.operation_info) = {
136
+ # response_type: "LongRunningRecognizeResponse"
137
+ # metadata_type: "LongRunningRecognizeMetadata"
138
+ # };
139
+ # }
140
+ # @!attribute [rw] response_type
141
+ # @return [::String]
142
+ # Required. The message name of the primary return type for this
143
+ # long-running operation.
144
+ # This type will be used to deserialize the LRO's response.
145
+ #
146
+ # If the response is in a different package from the rpc, a fully-qualified
147
+ # message name must be used (e.g. `google.protobuf.Struct`).
148
+ #
149
+ # Note: Altering this value constitutes a breaking change.
150
+ # @!attribute [rw] metadata_type
151
+ # @return [::String]
152
+ # Required. The message name of the metadata type for this long-running
153
+ # operation.
154
+ #
155
+ # If the response is in a different package from the rpc, a fully-qualified
156
+ # message name must be used (e.g. `google.protobuf.Struct`).
157
+ #
158
+ # Note: Altering this value constitutes a breaking change.
159
+ class OperationInfo
160
+ include ::Google::Protobuf::MessageExts
161
+ extend ::Google::Protobuf::MessageExts::ClassMethods
162
+ end
163
+ end
164
+ end