google-apis-policysimulator_v1 0.44.0 → 0.45.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: c35db81a1e3abcf2d9d217474a38b685a7987cc515389944e569cccfddd8d6d3
4
- data.tar.gz: 6dd46b62989f2a893f3b986f63b690341254d4393f6a1daeb052f3e1e2cf16a9
3
+ metadata.gz: aa6ff395bfac4b937410f7d49b36415660652a817268e1e4f5d23527de8ee597
4
+ data.tar.gz: e172b317442a976a986d1b11420db42d2c7e79072c83ee7606247cc9d110e54e
5
5
  SHA512:
6
- metadata.gz: 234c0f1cdb1bdc62719b1fb84fec0c9e3bc5d5c8e8d3a9f078270246ae5380866c20e6fb1ef40365bc87f490d13c11597408ba4d53889e048ed481baa79a86cf
7
- data.tar.gz: 96316672995458e08f4a550d754f7e19661ff5dd035f2fbb20ea4bdbaa8fbbaa8bd0212b2785890e2284c5ff5c1079eb6abf1520920329e938bb3c3ed78aa300
6
+ metadata.gz: 7af6538902f170603d4b17c3f47eecb23385b73f4f4d336db3be84b8ac43a8e46a93828ff0bbc99da7d6fb2239f3b34d481cc0f6ecf19b86c239112845be8a86
7
+ data.tar.gz: ef8f2af10505e9125b7ec3e9c76a0bd8fd7c532ede9e0e10eb703bd392e28ce0a5e8bed2446ee242b5260e347e550da21a6ed5fcde3c977e0b2e86affab637c4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-policysimulator_v1
2
2
 
3
+ ### v0.45.0 (2025-07-06)
4
+
5
+ * Regenerated from discovery document revision 20250626
6
+
3
7
  ### v0.44.0 (2025-06-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20250614
@@ -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.44.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250614"
25
+ REVISION = "20250626"
26
26
  end
27
27
  end
28
28
  end
@@ -57,6 +57,37 @@ module Google
57
57
  @batch_path = 'batch'
58
58
  end
59
59
 
60
+ # Gets the latest state of a long-running operation. Clients can use this method
61
+ # to poll the operation result at intervals as recommended by the API service.
62
+ # @param [String] name
63
+ # The name of the operation resource.
64
+ # @param [String] fields
65
+ # Selector specifying which fields to include in a partial response.
66
+ # @param [String] quota_user
67
+ # Available to use for quota purposes for server-side applications. Can be any
68
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
69
+ # @param [Google::Apis::RequestOptions] options
70
+ # Request-specific options
71
+ #
72
+ # @yield [result, err] Result & error if block supplied
73
+ # @yieldparam result [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation] parsed result object
74
+ # @yieldparam err [StandardError] error object if request failed
75
+ #
76
+ # @return [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation]
77
+ #
78
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
79
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
80
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
81
+ def get_folder_location_access_policy_simulation_operation(name, fields: nil, quota_user: nil, options: nil, &block)
82
+ command = make_simple_command(:get, 'v1/{+name}', options)
83
+ command.response_representation = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation::Representation
84
+ command.response_class = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation
85
+ command.params['name'] = name unless name.nil?
86
+ command.query['fields'] = fields unless fields.nil?
87
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
88
+ execute_or_queue_command(command, &block)
89
+ end
90
+
60
91
  # Gets the latest state of a long-running operation. Clients can use this method
61
92
  # to poll the operation result at intervals as recommended by the API service.
62
93
  # @param [String] name
@@ -342,6 +373,37 @@ module Google
342
373
  execute_or_queue_command(command, &block)
343
374
  end
344
375
 
376
+ # Gets the latest state of a long-running operation. Clients can use this method
377
+ # to poll the operation result at intervals as recommended by the API service.
378
+ # @param [String] name
379
+ # The name of the operation resource.
380
+ # @param [String] fields
381
+ # Selector specifying which fields to include in a partial response.
382
+ # @param [String] quota_user
383
+ # Available to use for quota purposes for server-side applications. Can be any
384
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
385
+ # @param [Google::Apis::RequestOptions] options
386
+ # Request-specific options
387
+ #
388
+ # @yield [result, err] Result & error if block supplied
389
+ # @yieldparam result [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation] parsed result object
390
+ # @yieldparam err [StandardError] error object if request failed
391
+ #
392
+ # @return [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation]
393
+ #
394
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
395
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
396
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
397
+ def get_organization_location_access_policy_simulation_operation(name, fields: nil, quota_user: nil, options: nil, &block)
398
+ command = make_simple_command(:get, 'v1/{+name}', options)
399
+ command.response_representation = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation::Representation
400
+ command.response_class = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation
401
+ command.params['name'] = name unless name.nil?
402
+ command.query['fields'] = fields unless fields.nil?
403
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
404
+ execute_or_queue_command(command, &block)
405
+ end
406
+
345
407
  # CreateOrgPolicyViolationsPreview creates an OrgPolicyViolationsPreview for the
346
408
  # proposed changes in the provided OrgPolicyViolationsPreview.OrgPolicyOverlay.
347
409
  # The changes to OrgPolicy are specified by this `OrgPolicyOverlay`. The
@@ -714,6 +776,37 @@ module Google
714
776
  execute_or_queue_command(command, &block)
715
777
  end
716
778
 
779
+ # Gets the latest state of a long-running operation. Clients can use this method
780
+ # to poll the operation result at intervals as recommended by the API service.
781
+ # @param [String] name
782
+ # The name of the operation resource.
783
+ # @param [String] fields
784
+ # Selector specifying which fields to include in a partial response.
785
+ # @param [String] quota_user
786
+ # Available to use for quota purposes for server-side applications. Can be any
787
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
788
+ # @param [Google::Apis::RequestOptions] options
789
+ # Request-specific options
790
+ #
791
+ # @yield [result, err] Result & error if block supplied
792
+ # @yieldparam result [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation] parsed result object
793
+ # @yieldparam err [StandardError] error object if request failed
794
+ #
795
+ # @return [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation]
796
+ #
797
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
798
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
799
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
800
+ def get_project_location_access_policy_simulation_operation(name, fields: nil, quota_user: nil, options: nil, &block)
801
+ command = make_simple_command(:get, 'v1/{+name}', options)
802
+ command.response_representation = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation::Representation
803
+ command.response_class = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation
804
+ command.params['name'] = name unless name.nil?
805
+ command.query['fields'] = fields unless fields.nil?
806
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
807
+ execute_or_queue_command(command, &block)
808
+ end
809
+
717
810
  # Gets the latest state of a long-running operation. Clients can use this method
718
811
  # to poll the operation result at intervals as recommended by the API service.
719
812
  # @param [String] name
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-policysimulator_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1/v0.44.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1/v0.45.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1
62
62
  rdoc_options: []
63
63
  require_paths: