google-apis-policysimulator_v1 0.24.0 → 0.25.0

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: 6679df35317d62bec7e9c9361ab3a02d9cab43588962add0053acd67b1bb75bd
4
- data.tar.gz: a1ac18f7f8cfe18b1a8d7c2fa16c7bf11f8bdfcf61c8404d79477def965af7ba
3
+ metadata.gz: 5dc96ef6cc92ee3488023a3155555af14fd9fc04725baf34e3bc5192b984449e
4
+ data.tar.gz: 6bd2f68512374d81161b2b166c7e8ae4bccefd06fb09dd4d51f8fa005d22dcb9
5
5
  SHA512:
6
- metadata.gz: b1e06ed39085fd4769880dbcb9a19752ea530641708318f9ba4696d2271466ab03799554523c1acc3b46cd498aac8603660eacc699277979693e089325782c13
7
- data.tar.gz: 36ef25f796aeedd6cc997f72d58500d74ebdc5a5836fe69cca9e392db784d943677219c1843e9fc4dd48ff09422c0f5f7df434cd74e12092a85bc0617f8d7a84
6
+ metadata.gz: 158e8e747703ae03adb6180cbdff221c4b164473bfcb518819b6a772eaf637b527ff1630425f683012157b92a19cff4c6eadc0d8eb52ce5769872656e136b7fa
7
+ data.tar.gz: c2d054b8b8509bb7a7a2911a104f9edce6ede345e4487cfabef2dddf2bd4b6f05fcaddd2294c51375f3a09bf5106c4bf19b391667604a69c49d94f21d7596495
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-policysimulator_v1
2
2
 
3
+ ### v0.25.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230326
6
+
3
7
  ### v0.24.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230304
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PolicysimulatorV1
18
18
  # Version of the google-apis-policysimulator_v1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230304"
25
+ REVISION = "20230326"
26
26
  end
27
27
  end
28
28
  end
@@ -55,37 +55,6 @@ 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::PolicysimulatorV1::GoogleLongrunningOperation] parsed result object
72
- # @yieldparam err [StandardError] error object if request failed
73
- #
74
- # @return [Google::Apis::PolicysimulatorV1::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, 'v1/{+name}', options)
81
- command.response_representation = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation::Representation
82
- command.response_class = Google::Apis::PolicysimulatorV1::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
-
89
58
  # Creates and starts a Replay using the given ReplayConfig.
90
59
  # @param [String] parent
91
60
  # Required. The parent resource where this Replay will be created. This resource
@@ -340,37 +309,6 @@ module Google
340
309
  execute_or_queue_command(command, &block)
341
310
  end
342
311
 
343
- # Gets the latest state of a long-running operation. Clients can use this method
344
- # to poll the operation result at intervals as recommended by the API service.
345
- # @param [String] name
346
- # The name of the operation resource.
347
- # @param [String] fields
348
- # Selector specifying which fields to include in a partial response.
349
- # @param [String] quota_user
350
- # Available to use for quota purposes for server-side applications. Can be any
351
- # arbitrary string assigned to a user, but should not exceed 40 characters.
352
- # @param [Google::Apis::RequestOptions] options
353
- # Request-specific options
354
- #
355
- # @yield [result, err] Result & error if block supplied
356
- # @yieldparam result [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation] parsed result object
357
- # @yieldparam err [StandardError] error object if request failed
358
- #
359
- # @return [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation]
360
- #
361
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
362
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
363
- # @raise [Google::Apis::AuthorizationError] Authorization is required
364
- def get_organization_location_org_policy_violations_preview_operation(name, fields: nil, quota_user: nil, options: nil, &block)
365
- command = make_simple_command(:get, 'v1/{+name}', options)
366
- command.response_representation = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation::Representation
367
- command.response_class = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation
368
- command.params['name'] = name unless name.nil?
369
- command.query['fields'] = fields unless fields.nil?
370
- command.query['quotaUser'] = quota_user unless quota_user.nil?
371
- execute_or_queue_command(command, &block)
372
- end
373
-
374
312
  # Creates and starts a Replay using the given ReplayConfig.
375
313
  # @param [String] parent
376
314
  # Required. The parent resource where this Replay will be created. This resource
@@ -554,37 +492,6 @@ module Google
554
492
  execute_or_queue_command(command, &block)
555
493
  end
556
494
 
557
- # Gets the latest state of a long-running operation. Clients can use this method
558
- # to poll the operation result at intervals as recommended by the API service.
559
- # @param [String] name
560
- # The name of the operation resource.
561
- # @param [String] fields
562
- # Selector specifying which fields to include in a partial response.
563
- # @param [String] quota_user
564
- # Available to use for quota purposes for server-side applications. Can be any
565
- # arbitrary string assigned to a user, but should not exceed 40 characters.
566
- # @param [Google::Apis::RequestOptions] options
567
- # Request-specific options
568
- #
569
- # @yield [result, err] Result & error if block supplied
570
- # @yieldparam result [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation] parsed result object
571
- # @yieldparam err [StandardError] error object if request failed
572
- #
573
- # @return [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation]
574
- #
575
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
576
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
577
- # @raise [Google::Apis::AuthorizationError] Authorization is required
578
- def get_project_location_org_policy_violations_preview_operation(name, fields: nil, quota_user: nil, options: nil, &block)
579
- command = make_simple_command(:get, 'v1/{+name}', options)
580
- command.response_representation = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation::Representation
581
- command.response_class = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation
582
- command.params['name'] = name unless name.nil?
583
- command.query['fields'] = fields unless fields.nil?
584
- command.query['quotaUser'] = quota_user unless quota_user.nil?
585
- execute_or_queue_command(command, &block)
586
- end
587
-
588
495
  # Creates and starts a Replay using the given ReplayConfig.
589
496
  # @param [String] parent
590
497
  # Required. The parent resource where this Replay will be created. This resource
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-policysimulator_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.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: 2023-03-12 00:00:00.000000000 Z
11
+ date: 2023-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1
63
63
  post_install_message:
64
64
  rdoc_options: []