google-apis-policysimulator_v1 0.44.0 → 0.46.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44fd41647d133aa72c6bf490f94e54e24c8ea8f76ee6a64e8a090e36ab235ba3
|
4
|
+
data.tar.gz: 6d7a1d5a3e14b7e5ac8c6a381447f6fc2ebf584e311dc5dc33989478d9b5c865
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a028b769e7a2bee5b5584d1c3df9cc7ada324ab59e44eba0f2db8918d69b1e2c6872c1b8b225ae69f622e569e2bd6a8b63d0a9e21cf39026d4c98e3ec2cc2f54
|
7
|
+
data.tar.gz: fcce5202885526529bc6708d23cdbf10a3c4e77716eb43919ffbf2c9fa34023c5702633dd793dcb0c39e7095a09437ebd7780fca9e227c26bdc56418d2b1833b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-policysimulator_v1
|
2
2
|
|
3
|
+
### v0.46.0 (2025-08-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250815
|
6
|
+
|
7
|
+
### v0.45.0 (2025-07-06)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250626
|
10
|
+
|
3
11
|
### v0.44.0 (2025-06-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250614
|
@@ -294,8 +294,8 @@ module Google
|
|
294
294
|
|
295
295
|
# Optional. Required for managed constraints if parameters are defined. Passes
|
296
296
|
# parameter values when policy enforcement is enabled. Ensure that parameter
|
297
|
-
# value types match those defined in the constraint definition. For example:
|
298
|
-
# allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true `
|
297
|
+
# value types match those defined in the constraint definition. For example: ```
|
298
|
+
# ` "allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true ` ```
|
299
299
|
# Corresponds to the JSON property `parameters`
|
300
300
|
# @return [Hash<String,Object>]
|
301
301
|
attr_accessor :parameters
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.46.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 = "
|
25
|
+
REVISION = "20250815"
|
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.
|
4
|
+
version: 0.46.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1/v0.46.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:
|