google-apis-policysimulator_v1beta 0.17.0 → 0.18.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: 2f6b95aa194838369369b9665a64ac89cd63e03e687784b4c74d259be9132b59
4
- data.tar.gz: 6e126936001f51f217e509396219bd51fb208545ea02b7bc3cdc95a0682c4e97
3
+ metadata.gz: 4b3f5f3b4ca60ce52a6b5dde4e33402e35809a75f91d732fab7316b3b9204f22
4
+ data.tar.gz: ed192d319eb3c95e11a8833eb9794051bb5de2b7ffecee5b1004e401abe7acb6
5
5
  SHA512:
6
- metadata.gz: 34da6d5fb76c127a0774c7348e3f90730acd492777563912ac076dc95461c6764577c649d963666493a426b5f5d4a0fcb55c6804f9b6765873348b61ea33132b
7
- data.tar.gz: d7495c6f42345df55ac5ca43fd923aa64b2abe8519cd5baa3d830ec25eff665cc33cfff44e205ee19b2f0c366f9a5499156c5f9f973f4e4ff5d40283083eaebd
6
+ metadata.gz: 7d5ce26636cfff714efb03c039c4f804b16d9a1aedfe2b03fbc28e69f021da554fdb6804011dec79b30fad15c62048ec40e4b2865ff320c1593755e47b5143ab
7
+ data.tar.gz: df2fcb4b49203a6249e55bf050458b9accf3518ca8c096a5106c711680b2921033d571c94aa385179d8b91e2120717913078203e5258eb6463d491b47852a734
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-policysimulator_v1beta
2
2
 
3
+ ### v0.18.0 (2025-07-06)
4
+
5
+ * Regenerated from discovery document revision 20250626
6
+
3
7
  ### v0.17.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 PolicysimulatorV1beta
18
18
  # Version of the google-apis-policysimulator_v1beta gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.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::PolicysimulatorV1beta::GoogleLongrunningOperation] parsed result object
74
+ # @yieldparam err [StandardError] error object if request failed
75
+ #
76
+ # @return [Google::Apis::PolicysimulatorV1beta::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, 'v1beta/{+name}', options)
83
+ command.response_representation = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningOperation::Representation
84
+ command.response_class = Google::Apis::PolicysimulatorV1beta::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
@@ -389,6 +420,37 @@ module Google
389
420
  execute_or_queue_command(command, &block)
390
421
  end
391
422
 
423
+ # Gets the latest state of a long-running operation. Clients can use this method
424
+ # to poll the operation result at intervals as recommended by the API service.
425
+ # @param [String] name
426
+ # The name of the operation resource.
427
+ # @param [String] fields
428
+ # Selector specifying which fields to include in a partial response.
429
+ # @param [String] quota_user
430
+ # Available to use for quota purposes for server-side applications. Can be any
431
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
432
+ # @param [Google::Apis::RequestOptions] options
433
+ # Request-specific options
434
+ #
435
+ # @yield [result, err] Result & error if block supplied
436
+ # @yieldparam result [Google::Apis::PolicysimulatorV1beta::GoogleLongrunningOperation] parsed result object
437
+ # @yieldparam err [StandardError] error object if request failed
438
+ #
439
+ # @return [Google::Apis::PolicysimulatorV1beta::GoogleLongrunningOperation]
440
+ #
441
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
442
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
443
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
444
+ def get_organization_location_access_policy_simulation_operation(name, fields: nil, quota_user: nil, options: nil, &block)
445
+ command = make_simple_command(:get, 'v1beta/{+name}', options)
446
+ command.response_representation = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningOperation::Representation
447
+ command.response_class = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningOperation
448
+ command.params['name'] = name unless name.nil?
449
+ command.query['fields'] = fields unless fields.nil?
450
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
451
+ execute_or_queue_command(command, &block)
452
+ end
453
+
392
454
  # CreateOrgPolicyViolationsPreview creates an OrgPolicyViolationsPreview for the
393
455
  # proposed changes in the provided OrgPolicyViolationsPreview.OrgPolicyOverlay.
394
456
  # The changes to OrgPolicy are specified by this `OrgPolicyOverlay`. The
@@ -846,6 +908,37 @@ module Google
846
908
  execute_or_queue_command(command, &block)
847
909
  end
848
910
 
911
+ # Gets the latest state of a long-running operation. Clients can use this method
912
+ # to poll the operation result at intervals as recommended by the API service.
913
+ # @param [String] name
914
+ # The name of the operation resource.
915
+ # @param [String] fields
916
+ # Selector specifying which fields to include in a partial response.
917
+ # @param [String] quota_user
918
+ # Available to use for quota purposes for server-side applications. Can be any
919
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
920
+ # @param [Google::Apis::RequestOptions] options
921
+ # Request-specific options
922
+ #
923
+ # @yield [result, err] Result & error if block supplied
924
+ # @yieldparam result [Google::Apis::PolicysimulatorV1beta::GoogleLongrunningOperation] parsed result object
925
+ # @yieldparam err [StandardError] error object if request failed
926
+ #
927
+ # @return [Google::Apis::PolicysimulatorV1beta::GoogleLongrunningOperation]
928
+ #
929
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
930
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
931
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
932
+ def get_project_location_access_policy_simulation_operation(name, fields: nil, quota_user: nil, options: nil, &block)
933
+ command = make_simple_command(:get, 'v1beta/{+name}', options)
934
+ command.response_representation = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningOperation::Representation
935
+ command.response_class = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningOperation
936
+ command.params['name'] = name unless name.nil?
937
+ command.query['fields'] = fields unless fields.nil?
938
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
939
+ execute_or_queue_command(command, &block)
940
+ end
941
+
849
942
  # Gets the latest state of a long-running operation. Clients can use this method
850
943
  # to poll the operation result at intervals as recommended by the API service.
851
944
  # @param [String] name
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-policysimulator_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1beta/v0.17.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1beta/v0.18.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: