google-apis-orgpolicy_v2 0.45.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: 4dc3fb71af438f3fee90339b85470740db673aaf83fe44a52ee8e46656422804
4
- data.tar.gz: d556803d35d69e9ddc2479652ff071ee30d040e603051706c236e198adccb1e7
3
+ metadata.gz: 7d03cca56f5e7379c94e94cffd879b2a26f26635fece8644a7033b4a265c5cab
4
+ data.tar.gz: 8d8520437b36966e237f0f332e9229c2505129b59da9276ff962f6c6c1c3811f
5
5
  SHA512:
6
- metadata.gz: 1bed05aadaba42935991e2bde8b35c8538e1b2dee75b274ce515d5d3e885115145973e47a3ad598857b69b3d3d4e7a45cd32c70f734506ab5d65a10d73308228
7
- data.tar.gz: 73a9062b82cbdd73b465819ef98fca96b1ba284d046251a9c70c32681d106ccdb01a06e274bc2c50407f1f504a0433ba5aa0a7179850eddfbec33f8cf44fd9cd
6
+ metadata.gz: aec09323af6ff2d97fa7473e40db6ab39aaf9d0eea98b5e249f8871a278b2bb4428a13350cf0407f778c40bfaa884a81f8e0a9f42705d36c0585b2a27c776cbd
7
+ data.tar.gz: 4195dad9ad3dc272f61fa60ff625750f39711cede23c40703ea751744c9cdea7866d25b1a7a6c47b1606ab6b58df43e44f313c211c60959955ef73fee1674649
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-orgpolicy_v2
2
2
 
3
+ ### v0.46.0 (2026-05-10)
4
+
5
+ * Regenerated from discovery document revision 20260504
6
+
3
7
  ### v0.45.0 (2026-03-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20260312
@@ -28,7 +28,7 @@ module Google
28
28
  include Google::Apis::Core::Hashable
29
29
 
30
30
  # Reference to the launch that will be used while audit logging and to control
31
- # the launch. Should be set only in the alternate policy.
31
+ # the launch. Set only in the alternate policy.
32
32
  # Corresponds to the JSON property `launch`
33
33
  # @return [String]
34
34
  attr_accessor :launch
@@ -344,12 +344,12 @@ module Google
344
344
  # @return [Array<String>]
345
345
  attr_accessor :method_types
346
346
 
347
- # Immutable. Name of the constraint. This is unique within the organization.
348
- # Format of the name should be * `organizations/`organization_id`/
349
- # customConstraints/`custom_constraint_id`` Example: `organizations/123/
350
- # customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters
351
- # and the minimum length is 1. Note that the prefix `organizations/`
352
- # organization_id`/customConstraints/custom.` is not counted.
347
+ # Immutable. Name of the constraint. This is unique within the organization. The
348
+ # name must be of the form: * `organizations/`organization_id`/customConstraints/
349
+ # `custom_constraint_id`` Example: `organizations/123/customConstraints/custom.
350
+ # createOnlyE2TypeVms` The max length is 71 characters and the minimum length is
351
+ # 1. Note that the prefix `organizations/`organization_id`/customConstraints/
352
+ # custom.` is not counted.
353
353
  # Corresponds to the JSON property `name`
354
354
  # @return [String]
355
355
  attr_accessor :name
@@ -393,7 +393,7 @@ module Google
393
393
  # @return [Array<Google::Apis::OrgpolicyV2::GoogleCloudOrgpolicyV2Constraint>]
394
394
  attr_accessor :constraints
395
395
 
396
- # Page token used to retrieve the next page. This is currently not used.
396
+ # Page token used to retrieve the next page. This is not used.
397
397
  # Corresponds to the JSON property `nextPageToken`
398
398
  # @return [String]
399
399
  attr_accessor :next_page_token
@@ -420,8 +420,8 @@ module Google
420
420
  # @return [Array<Google::Apis::OrgpolicyV2::GoogleCloudOrgpolicyV2CustomConstraint>]
421
421
  attr_accessor :custom_constraints
422
422
 
423
- # Page token used to retrieve the next page. This is currently not used, but the
424
- # server may at any point start supplying a valid token.
423
+ # Page token used to retrieve the next page. This is not used, but the server
424
+ # may at any point start supplying a valid token.
425
425
  # Corresponds to the JSON property `nextPageToken`
426
426
  # @return [String]
427
427
  attr_accessor :next_page_token
@@ -442,8 +442,8 @@ module Google
442
442
  class GoogleCloudOrgpolicyV2ListPoliciesResponse
443
443
  include Google::Apis::Core::Hashable
444
444
 
445
- # Page token used to retrieve the next page. This is currently not used, but the
446
- # server may at any point start supplying a valid token.
445
+ # Page token used to retrieve the next page. This is not used, but the server
446
+ # may at any point start supplying a valid token.
447
447
  # Corresponds to the JSON property `nextPageToken`
448
448
  # @return [String]
449
449
  attr_accessor :next_page_token
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module OrgpolicyV2
18
18
  # Version of the google-apis-orgpolicy_v2 gem
19
- GEM_VERSION = "0.45.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 = "20260312"
25
+ REVISION = "20260504"
26
26
  end
27
27
  end
28
28
  end
@@ -58,11 +58,11 @@ module Google
58
58
  # one of the following forms: * `projects/`project_number`` * `projects/`
59
59
  # project_id`` * `folders/`folder_id`` * `organizations/`organization_id``
60
60
  # @param [Fixnum] page_size
61
- # Size of the pages to be returned. This is currently unsupported and will be
62
- # ignored. The server may at any point start using this field to limit page size.
61
+ # Size of the pages to be returned. This is not used, but the server may at any
62
+ # point start using this field to limit page size.
63
63
  # @param [String] page_token
64
- # Page token used to retrieve the next page. This is currently unsupported and
65
- # will be ignored. The server may at any point start using this field.
64
+ # Page token used to retrieve the next page. This is not used, but the server
65
+ # may at any point start using this field.
66
66
  # @param [String] fields
67
67
  # Selector specifying which fields to include in a partial response.
68
68
  # @param [String] quota_user
@@ -239,11 +239,11 @@ module Google
239
239
  # following forms: * `projects/`project_number`` * `projects/`project_id`` * `
240
240
  # folders/`folder_id`` * `organizations/`organization_id``
241
241
  # @param [Fixnum] page_size
242
- # Size of the pages to be returned. This is currently unsupported and will be
243
- # ignored. The server may at any point start using this field to limit page size.
242
+ # Size of the pages to be returned. This is not used, but the server may at any
243
+ # point start using this field to limit page size.
244
244
  # @param [String] page_token
245
- # Page token used to retrieve the next page. This is currently unsupported and
246
- # will be ignored. The server may at any point start using this field.
245
+ # Page token used to retrieve the next page. This is not used, but the server
246
+ # may at any point start using this field.
247
247
  # @param [String] fields
248
248
  # Selector specifying which fields to include in a partial response.
249
249
  # @param [String] quota_user
@@ -328,11 +328,11 @@ module Google
328
328
  # one of the following forms: * `projects/`project_number`` * `projects/`
329
329
  # project_id`` * `folders/`folder_id`` * `organizations/`organization_id``
330
330
  # @param [Fixnum] page_size
331
- # Size of the pages to be returned. This is currently unsupported and will be
332
- # ignored. The server may at any point start using this field to limit page size.
331
+ # Size of the pages to be returned. This is not used, but the server may at any
332
+ # point start using this field to limit page size.
333
333
  # @param [String] page_token
334
- # Page token used to retrieve the next page. This is currently unsupported and
335
- # will be ignored. The server may at any point start using this field.
334
+ # Page token used to retrieve the next page. This is not used, but the server
335
+ # may at any point start using this field.
336
336
  # @param [String] fields
337
337
  # Selector specifying which fields to include in a partial response.
338
338
  # @param [String] quota_user
@@ -469,11 +469,11 @@ module Google
469
469
  # constraints that will be returned from this call. Must be in one of the
470
470
  # following forms: * `organizations/`organization_id``
471
471
  # @param [Fixnum] page_size
472
- # Size of the pages to be returned. This is currently unsupported and will be
473
- # ignored. The server may at any point start using this field to limit page size.
472
+ # Size of the pages to be returned. This is not used, but the server may at any
473
+ # point start using this field to limit page size.
474
474
  # @param [String] page_token
475
- # Page token used to retrieve the next page. This is currently unsupported and
476
- # will be ignored. The server may at any point start using this field.
475
+ # Page token used to retrieve the next page. This is not used, but the server
476
+ # may at any point start using this field.
477
477
  # @param [String] fields
478
478
  # Selector specifying which fields to include in a partial response.
479
479
  # @param [String] quota_user
@@ -507,12 +507,12 @@ module Google
507
507
  # Code.NOT_FOUND` if the constraint does not exist. Note: the supplied policy
508
508
  # will perform a full overwrite of all fields.
509
509
  # @param [String] name
510
- # Immutable. Name of the constraint. This is unique within the organization.
511
- # Format of the name should be * `organizations/`organization_id`/
512
- # customConstraints/`custom_constraint_id`` Example: `organizations/123/
513
- # customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters
514
- # and the minimum length is 1. Note that the prefix `organizations/`
515
- # organization_id`/customConstraints/custom.` is not counted.
510
+ # Immutable. Name of the constraint. This is unique within the organization. The
511
+ # name must be of the form: * `organizations/`organization_id`/customConstraints/
512
+ # `custom_constraint_id`` Example: `organizations/123/customConstraints/custom.
513
+ # createOnlyE2TypeVms` The max length is 71 characters and the minimum length is
514
+ # 1. Note that the prefix `organizations/`organization_id`/customConstraints/
515
+ # custom.` is not counted.
516
516
  # @param [Google::Apis::OrgpolicyV2::GoogleCloudOrgpolicyV2CustomConstraint] google_cloud_orgpolicy_v2_custom_constraint_object
517
517
  # @param [String] fields
518
518
  # Selector specifying which fields to include in a partial response.
@@ -690,11 +690,11 @@ module Google
690
690
  # following forms: * `projects/`project_number`` * `projects/`project_id`` * `
691
691
  # folders/`folder_id`` * `organizations/`organization_id``
692
692
  # @param [Fixnum] page_size
693
- # Size of the pages to be returned. This is currently unsupported and will be
694
- # ignored. The server may at any point start using this field to limit page size.
693
+ # Size of the pages to be returned. This is not used, but the server may at any
694
+ # point start using this field to limit page size.
695
695
  # @param [String] page_token
696
- # Page token used to retrieve the next page. This is currently unsupported and
697
- # will be ignored. The server may at any point start using this field.
696
+ # Page token used to retrieve the next page. This is not used, but the server
697
+ # may at any point start using this field.
698
698
  # @param [String] fields
699
699
  # Selector specifying which fields to include in a partial response.
700
700
  # @param [String] quota_user
@@ -779,11 +779,11 @@ module Google
779
779
  # one of the following forms: * `projects/`project_number`` * `projects/`
780
780
  # project_id`` * `folders/`folder_id`` * `organizations/`organization_id``
781
781
  # @param [Fixnum] page_size
782
- # Size of the pages to be returned. This is currently unsupported and will be
783
- # ignored. The server may at any point start using this field to limit page size.
782
+ # Size of the pages to be returned. This is not used, but the server may at any
783
+ # point start using this field to limit page size.
784
784
  # @param [String] page_token
785
- # Page token used to retrieve the next page. This is currently unsupported and
786
- # will be ignored. The server may at any point start using this field.
785
+ # Page token used to retrieve the next page. This is not used, but the server
786
+ # may at any point start using this field.
787
787
  # @param [String] fields
788
788
  # Selector specifying which fields to include in a partial response.
789
789
  # @param [String] quota_user
@@ -960,11 +960,11 @@ module Google
960
960
  # following forms: * `projects/`project_number`` * `projects/`project_id`` * `
961
961
  # folders/`folder_id`` * `organizations/`organization_id``
962
962
  # @param [Fixnum] page_size
963
- # Size of the pages to be returned. This is currently unsupported and will be
964
- # ignored. The server may at any point start using this field to limit page size.
963
+ # Size of the pages to be returned. This is not used, but the server may at any
964
+ # point start using this field to limit page size.
965
965
  # @param [String] page_token
966
- # Page token used to retrieve the next page. This is currently unsupported and
967
- # will be ignored. The server may at any point start using this field.
966
+ # Page token used to retrieve the next page. This is not used, but the server
967
+ # may at any point start using this field.
968
968
  # @param [String] fields
969
969
  # Selector specifying which fields to include in a partial response.
970
970
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-orgpolicy_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.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-orgpolicy_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.45.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.46.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-orgpolicy_v2
62
62
  rdoc_options: []
63
63
  require_paths: