google-apis-policysimulator_v1alpha 0.5.0 → 0.7.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: 27e5084cae00bfd6118b5f28274cc85935520ddfd2b08342534186cea1b63196
4
- data.tar.gz: 1ba2937a0684cce3286b84e90d255b6ad85ef39469746fae34ff8dc335b120dc
3
+ metadata.gz: 6c6b1eac95d11bd4b9f6bceb40c9c751d4b0a32f1db8143a5a6873eff24b348c
4
+ data.tar.gz: a0c8026b4735baf934203972dc9ce1e9700fd107d561222a8de55e8924999fb4
5
5
  SHA512:
6
- metadata.gz: 6f674ba2db2263ad8c8ed21b4a1ce07ac9cfa13a09df06a2add2298b15922109d1d07ae4377a1fe2297ac220226e41388dcb03e04c4ba2d68350067cc88c58be
7
- data.tar.gz: d64f6d04ded92924ca43c1d9c2702dd7558b035479e68d213921619b0dcd7cfd510558b25879e80330bc2b67633cfa77176762d34c598d23322a76c865ec59e8
6
+ metadata.gz: 83c376fc3da6bdb166c0068eadcd334cb55b018b2719b42a97cc23f10ae9e57a5e8010afafb8235f91399badd6febd82d71f61a47f33c7c10a1d20b7aa3cce37
7
+ data.tar.gz: d3b9a8c360166201c05e9eb27c68fd678bb911f109277f420606b387a1e998a3d4e16d0bdc5fd0f391fdc6243ff6a6b9a79bc468d50fbc915424c60ba8407e10
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-policysimulator_v1alpha
2
2
 
3
+ ### v0.7.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230219
6
+
7
+ ### v0.6.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.5.0 (2022-11-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20221112
@@ -447,22 +447,22 @@ module Google
447
447
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
448
448
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
449
449
  # email address that represents a Google group. For example, `admins@example.com`
450
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
451
- # identifier) representing a user that has been recently deleted. For example, `
452
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
453
- # value reverts to `user:`emailid`` and the recovered user retains the role in
454
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
455
- # address (plus unique identifier) representing a service account that has been
456
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
450
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
451
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
452
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
453
+ # representing a user that has been recently deleted. For example, `alice@
454
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
455
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
456
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
457
+ # (plus unique identifier) representing a service account that has been recently
458
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
457
459
  # 123456789012345678901`. If the service account is undeleted, this value
458
460
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
459
461
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
460
462
  # An email address (plus unique identifier) representing a Google group that has
461
463
  # been recently deleted. For example, `admins@example.com?uid=
462
464
  # 123456789012345678901`. If the group is recovered, this value reverts to `
463
- # group:`emailid`` and the recovered group retains the role in the binding. * `
464
- # domain:`domain``: The G Suite domain (primary) that represents all the users
465
- # of that domain. For example, `google.com` or `example.com`.
465
+ # group:`emailid`` and the recovered group retains the role in the binding.
466
466
  # Corresponds to the JSON property `members`
467
467
  # @return [Array<String>]
468
468
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PolicysimulatorV1alpha
18
18
  # Version of the google-apis-policysimulator_v1alpha gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221112"
25
+ REVISION = "20230219"
26
26
  end
27
27
  end
28
28
  end
@@ -55,6 +55,37 @@ module Google
55
55
  @batch_path = 'batch'
56
56
  end
57
57
 
58
+ # Gets the latest state of a long-running operation. Clients can use this method
59
+ # to poll the operation result at intervals as recommended by the API service.
60
+ # @param [String] name
61
+ # The name of the operation resource.
62
+ # @param [String] fields
63
+ # Selector specifying which fields to include in a partial response.
64
+ # @param [String] quota_user
65
+ # Available to use for quota purposes for server-side applications. Can be any
66
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
67
+ # @param [Google::Apis::RequestOptions] options
68
+ # Request-specific options
69
+ #
70
+ # @yield [result, err] Result & error if block supplied
71
+ # @yieldparam result [Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation] parsed result object
72
+ # @yieldparam err [StandardError] error object if request failed
73
+ #
74
+ # @return [Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation]
75
+ #
76
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
77
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
78
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
79
+ def get_folder_location_org_policy_violations_preview_operation(name, fields: nil, quota_user: nil, options: nil, &block)
80
+ command = make_simple_command(:get, 'v1alpha/{+name}', options)
81
+ command.response_representation = Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation::Representation
82
+ command.response_class = Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation
83
+ command.params['name'] = name unless name.nil?
84
+ command.query['fields'] = fields unless fields.nil?
85
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
86
+ execute_or_queue_command(command, &block)
87
+ end
88
+
58
89
  # Gets the latest state of a long-running operation. Clients can use this method
59
90
  # to poll the operation result at intervals as recommended by the API service.
60
91
  # @param [String] name
@@ -209,6 +240,37 @@ module Google
209
240
  execute_or_queue_command(command, &block)
210
241
  end
211
242
 
243
+ # Gets the latest state of a long-running operation. Clients can use this method
244
+ # to poll the operation result at intervals as recommended by the API service.
245
+ # @param [String] name
246
+ # The name of the operation resource.
247
+ # @param [String] fields
248
+ # Selector specifying which fields to include in a partial response.
249
+ # @param [String] quota_user
250
+ # Available to use for quota purposes for server-side applications. Can be any
251
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
252
+ # @param [Google::Apis::RequestOptions] options
253
+ # Request-specific options
254
+ #
255
+ # @yield [result, err] Result & error if block supplied
256
+ # @yieldparam result [Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation] parsed result object
257
+ # @yieldparam err [StandardError] error object if request failed
258
+ #
259
+ # @return [Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation]
260
+ #
261
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
262
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
263
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
264
+ def get_organization_location_org_policy_violations_preview_operation(name, fields: nil, quota_user: nil, options: nil, &block)
265
+ command = make_simple_command(:get, 'v1alpha/{+name}', options)
266
+ command.response_representation = Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation::Representation
267
+ command.response_class = Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation
268
+ command.params['name'] = name unless name.nil?
269
+ command.query['fields'] = fields unless fields.nil?
270
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
271
+ execute_or_queue_command(command, &block)
272
+ end
273
+
212
274
  # Gets the latest state of a long-running operation. Clients can use this method
213
275
  # to poll the operation result at intervals as recommended by the API service.
214
276
  # @param [String] name
@@ -286,6 +348,37 @@ module Google
286
348
  execute_or_queue_command(command, &block)
287
349
  end
288
350
 
351
+ # Gets the latest state of a long-running operation. Clients can use this method
352
+ # to poll the operation result at intervals as recommended by the API service.
353
+ # @param [String] name
354
+ # The name of the operation resource.
355
+ # @param [String] fields
356
+ # Selector specifying which fields to include in a partial response.
357
+ # @param [String] quota_user
358
+ # Available to use for quota purposes for server-side applications. Can be any
359
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
360
+ # @param [Google::Apis::RequestOptions] options
361
+ # Request-specific options
362
+ #
363
+ # @yield [result, err] Result & error if block supplied
364
+ # @yieldparam result [Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation] parsed result object
365
+ # @yieldparam err [StandardError] error object if request failed
366
+ #
367
+ # @return [Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation]
368
+ #
369
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
370
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
371
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
372
+ def get_project_location_org_policy_violations_preview_operation(name, fields: nil, quota_user: nil, options: nil, &block)
373
+ command = make_simple_command(:get, 'v1alpha/{+name}', options)
374
+ command.response_representation = Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation::Representation
375
+ command.response_class = Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation
376
+ command.params['name'] = name unless name.nil?
377
+ command.query['fields'] = fields unless fields.nil?
378
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
379
+ execute_or_queue_command(command, &block)
380
+ end
381
+
289
382
  # Gets the latest state of a long-running operation. Clients can use this method
290
383
  # to poll the operation result at intervals as recommended by the API service.
291
384
  # @param [String] name
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-policysimulator_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.7.0
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-12 00:00:00.000000000 Z
11
+ date: 2023-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.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.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1alpha/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1alpha/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Policy Simulator API V1alpha