google-apis-policysimulator_v1 0.34.0 → 0.35.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: 9fb2e31350638d9237ac3c2dcf44cdd09e3b28e0c2ad2637c683dd9f861d31d9
4
- data.tar.gz: 5d35928d0e0d7ee66ee5436f3b80ac4b5fe2b10c939d86f3223ab39b92b84f8f
3
+ metadata.gz: 4383f425d590e8bbc7d3d3a8a34550db70b7f406002779afa74670883bae4e5e
4
+ data.tar.gz: c91c7557e0fcabc0397113f598c62a68ebebb428873345fe91ba687accd7186a
5
5
  SHA512:
6
- metadata.gz: ffabf726d5e7ef3035953c75faa807cba4cbf3018ec50ee031ab3b592edea32f25c9e26cbf7641c310edee31c2c10f25530d4c76bd399914217156dad6c11c39
7
- data.tar.gz: 8ab1d57de0707ab56d2cff189d087edc8992814dc1f36a45a9c994eb230e59a500a6a8a5aba2b5307dafc12fd6f9fcb6f078ea5f0c28bf398f159ea6517b897c
6
+ metadata.gz: 30f51c0a9ba504d8aed5cc9d67a30cbb7c307bd9448d5d19de07df10262d411711ea43d7711907c0591954d4410343f7ce5bf798ba0bf163ba575ff58e64fb26
7
+ data.tar.gz: 371332df55289c2aa0948bd24c87d08f800cf24ff4fd94ff50f17c131c87cd5f38a2385f3d6e756d92909a3d7cd4984c7b1cca4e2fb5d32e0bcab64965225bb3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-policysimulator_v1
2
2
 
3
+ ### v0.35.0 (2024-03-03)
4
+
5
+ * Regenerated from discovery document revision 20240225
6
+ * Regenerated using generator version 0.14.0
7
+
3
8
  ### v0.34.0 (2024-02-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240218
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240218"
25
+ REVISION = "20240225"
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_org_policy_violations_preview_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
  # Creates and starts a Replay using the given ReplayConfig.
61
92
  # @param [String] parent
62
93
  # Required. The parent resource where this Replay will be created. This resource
@@ -426,6 +457,37 @@ module Google
426
457
  execute_or_queue_command(command, &block)
427
458
  end
428
459
 
460
+ # Gets the latest state of a long-running operation. Clients can use this method
461
+ # to poll the operation result at intervals as recommended by the API service.
462
+ # @param [String] name
463
+ # The name of the operation resource.
464
+ # @param [String] fields
465
+ # Selector specifying which fields to include in a partial response.
466
+ # @param [String] quota_user
467
+ # Available to use for quota purposes for server-side applications. Can be any
468
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
469
+ # @param [Google::Apis::RequestOptions] options
470
+ # Request-specific options
471
+ #
472
+ # @yield [result, err] Result & error if block supplied
473
+ # @yieldparam result [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation] parsed result object
474
+ # @yieldparam err [StandardError] error object if request failed
475
+ #
476
+ # @return [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation]
477
+ #
478
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
479
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
480
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
481
+ def get_organization_location_org_policy_violations_preview_operation(name, fields: nil, quota_user: nil, options: nil, &block)
482
+ command = make_simple_command(:get, 'v1/{+name}', options)
483
+ command.response_representation = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation::Representation
484
+ command.response_class = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation
485
+ command.params['name'] = name unless name.nil?
486
+ command.query['fields'] = fields unless fields.nil?
487
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
488
+ execute_or_queue_command(command, &block)
489
+ end
490
+
429
491
  # ListOrgPolicyViolations lists the OrgPolicyViolations that are present in an
430
492
  # OrgPolicyViolationsPreview.
431
493
  # @param [String] parent
@@ -652,6 +714,37 @@ module Google
652
714
  execute_or_queue_command(command, &block)
653
715
  end
654
716
 
717
+ # Gets the latest state of a long-running operation. Clients can use this method
718
+ # to poll the operation result at intervals as recommended by the API service.
719
+ # @param [String] name
720
+ # The name of the operation resource.
721
+ # @param [String] fields
722
+ # Selector specifying which fields to include in a partial response.
723
+ # @param [String] quota_user
724
+ # Available to use for quota purposes for server-side applications. Can be any
725
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
726
+ # @param [Google::Apis::RequestOptions] options
727
+ # Request-specific options
728
+ #
729
+ # @yield [result, err] Result & error if block supplied
730
+ # @yieldparam result [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation] parsed result object
731
+ # @yieldparam err [StandardError] error object if request failed
732
+ #
733
+ # @return [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation]
734
+ #
735
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
736
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
737
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
738
+ def get_project_location_org_policy_violations_preview_operation(name, fields: nil, quota_user: nil, options: nil, &block)
739
+ command = make_simple_command(:get, 'v1/{+name}', options)
740
+ command.response_representation = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation::Representation
741
+ command.response_class = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation
742
+ command.params['name'] = name unless name.nil?
743
+ command.query['fields'] = fields unless fields.nil?
744
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
745
+ execute_or_queue_command(command, &block)
746
+ end
747
+
655
748
  # Creates and starts a Replay using the given ReplayConfig.
656
749
  # @param [String] parent
657
750
  # 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.34.0
4
+ version: 0.35.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-03 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.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1/v0.35.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: []