google-apis-policysimulator_v1 0.22.0 → 0.23.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: 83723cf05577cb88bab32c5982d09204fecc5c3d33f0c0cc21288d501e0fd88e
4
- data.tar.gz: 909157b638a2e75042ea1de4b6138f3a47581e9d2e4d94de67e4ccd96342056e
3
+ metadata.gz: 9f203566f9d61f7c510686ecf5a1975b9bf2e583857e91b36767a744e5ee103a
4
+ data.tar.gz: 838248a9f8b544c6a2fb9be5e41c0b34269b2a3ae1265d808a9104fb9ca7e2af
5
5
  SHA512:
6
- metadata.gz: a7fc200f85b1e3e92debd768bba1d5534f969965b6f50be9f442666fd68623dfbb632e9a410430608a567031df8739cea70ff3843e8033d7b2af48cabc88954f
7
- data.tar.gz: b74d117f51ecf598a6e6720eef152fa446eefebb4db07d169ae19ca9ea72ee372c6b09172b7b9a898bca09d9a770f0676b4c8b817cab545dbd94ee8bedcd2433
6
+ metadata.gz: e80cc298a6350d501d35e7bc0d4bb2c24a676da8366560561c27a84dba7a769edacf83eb59a18173eb9e2d54d5ed436f9189c3351b9c7c051927e1a81e6e37a9
7
+ data.tar.gz: 72818da53de1cf94644b751dcd34b35e63e4ac6fce68536b9b3d00d825dc79e50b362144188fd520d5cedbda5b1e376f4ecf039e60fb673cc5869dc9f2dc1960
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-policysimulator_v1
2
2
 
3
+ ### v0.23.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230219
6
+ * Regenerated using generator version 0.12.0
7
+
3
8
  ### v0.22.0 (2022-11-16)
4
9
 
5
10
  * Regenerated from discovery document revision 20221112
@@ -879,22 +879,22 @@ module Google
879
879
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
880
880
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
881
881
  # email address that represents a Google group. For example, `admins@example.com`
882
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
883
- # identifier) representing a user that has been recently deleted. For example, `
884
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
885
- # value reverts to `user:`emailid`` and the recovered user retains the role in
886
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
887
- # address (plus unique identifier) representing a service account that has been
888
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
882
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
883
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
884
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
885
+ # representing a user that has been recently deleted. For example, `alice@
886
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
887
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
888
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
889
+ # (plus unique identifier) representing a service account that has been recently
890
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
889
891
  # 123456789012345678901`. If the service account is undeleted, this value
890
892
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
891
893
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
892
894
  # An email address (plus unique identifier) representing a Google group that has
893
895
  # been recently deleted. For example, `admins@example.com?uid=
894
896
  # 123456789012345678901`. If the group is recovered, this value reverts to `
895
- # group:`emailid`` and the recovered group retains the role in the binding. * `
896
- # domain:`domain``: The G Suite domain (primary) that represents all the users
897
- # of that domain. For example, `google.com` or `example.com`.
897
+ # group:`emailid`` and the recovered group retains the role in the binding.
898
898
  # Corresponds to the JSON property `members`
899
899
  # @return [Array<String>]
900
900
  attr_accessor :members
@@ -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.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221112"
25
+ REVISION = "20230219"
26
26
  end
27
27
  end
28
28
  end
@@ -55,6 +55,37 @@ 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
+
58
89
  # Creates and starts a Replay using the given ReplayConfig.
59
90
  # @param [String] parent
60
91
  # Required. The parent resource where this Replay will be created. This resource
@@ -321,6 +352,37 @@ module Google
321
352
  execute_or_queue_command(command, &block)
322
353
  end
323
354
 
355
+ # Gets the latest state of a long-running operation. Clients can use this method
356
+ # to poll the operation result at intervals as recommended by the API service.
357
+ # @param [String] name
358
+ # The name of the operation resource.
359
+ # @param [String] fields
360
+ # Selector specifying which fields to include in a partial response.
361
+ # @param [String] quota_user
362
+ # Available to use for quota purposes for server-side applications. Can be any
363
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
364
+ # @param [Google::Apis::RequestOptions] options
365
+ # Request-specific options
366
+ #
367
+ # @yield [result, err] Result & error if block supplied
368
+ # @yieldparam result [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation] parsed result object
369
+ # @yieldparam err [StandardError] error object if request failed
370
+ #
371
+ # @return [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation]
372
+ #
373
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
374
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
375
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
376
+ def get_organization_location_org_policy_violations_preview_operation(name, fields: nil, quota_user: nil, options: nil, &block)
377
+ command = make_simple_command(:get, 'v1/{+name}', options)
378
+ command.response_representation = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation::Representation
379
+ command.response_class = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation
380
+ command.params['name'] = name unless name.nil?
381
+ command.query['fields'] = fields unless fields.nil?
382
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
383
+ execute_or_queue_command(command, &block)
384
+ end
385
+
324
386
  # Creates and starts a Replay using the given ReplayConfig.
325
387
  # @param [String] parent
326
388
  # Required. The parent resource where this Replay will be created. This resource
@@ -510,6 +572,37 @@ module Google
510
572
  execute_or_queue_command(command, &block)
511
573
  end
512
574
 
575
+ # Gets the latest state of a long-running operation. Clients can use this method
576
+ # to poll the operation result at intervals as recommended by the API service.
577
+ # @param [String] name
578
+ # The name of the operation resource.
579
+ # @param [String] fields
580
+ # Selector specifying which fields to include in a partial response.
581
+ # @param [String] quota_user
582
+ # Available to use for quota purposes for server-side applications. Can be any
583
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
584
+ # @param [Google::Apis::RequestOptions] options
585
+ # Request-specific options
586
+ #
587
+ # @yield [result, err] Result & error if block supplied
588
+ # @yieldparam result [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation] parsed result object
589
+ # @yieldparam err [StandardError] error object if request failed
590
+ #
591
+ # @return [Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation]
592
+ #
593
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
594
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
595
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
596
+ def get_project_location_org_policy_violations_preview_operation(name, fields: nil, quota_user: nil, options: nil, &block)
597
+ command = make_simple_command(:get, 'v1/{+name}', options)
598
+ command.response_representation = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation::Representation
599
+ command.response_class = Google::Apis::PolicysimulatorV1::GoogleLongrunningOperation
600
+ command.params['name'] = name unless name.nil?
601
+ command.query['fields'] = fields unless fields.nil?
602
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
603
+ execute_or_queue_command(command, &block)
604
+ end
605
+
513
606
  # Creates and starts a Replay using the given ReplayConfig.
514
607
  # @param [String] parent
515
608
  # 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.22.0
4
+ version: 0.23.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: 2022-12-12 00:00:00.000000000 Z
11
+ date: 2023-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1/v0.23.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Policy Simulator API V1