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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/orgpolicy_v2/classes.rb +12 -12
- data/lib/google/apis/orgpolicy_v2/gem_version.rb +2 -2
- data/lib/google/apis/orgpolicy_v2/service.rb +34 -34
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d03cca56f5e7379c94e94cffd879b2a26f26635fece8644a7033b4a265c5cab
|
|
4
|
+
data.tar.gz: 8d8520437b36966e237f0f332e9229c2505129b59da9276ff962f6c6c1c3811f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aec09323af6ff2d97fa7473e40db6ab39aaf9d0eea98b5e249f8871a278b2bb4428a13350cf0407f778c40bfaa884a81f8e0a9f42705d36c0585b2a27c776cbd
|
|
7
|
+
data.tar.gz: 4195dad9ad3dc272f61fa60ff625750f39711cede23c40703ea751744c9cdea7866d25b1a7a6c47b1606ab6b58df43e44f313c211c60959955ef73fee1674649
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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
|
-
#
|
|
349
|
-
#
|
|
350
|
-
#
|
|
351
|
-
#
|
|
352
|
-
#
|
|
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
|
|
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
|
|
424
|
-
#
|
|
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
|
|
446
|
-
#
|
|
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.
|
|
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 = "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
|
|
62
|
-
#
|
|
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
|
|
65
|
-
#
|
|
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
|
|
243
|
-
#
|
|
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
|
|
246
|
-
#
|
|
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
|
|
332
|
-
#
|
|
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
|
|
335
|
-
#
|
|
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
|
|
473
|
-
#
|
|
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
|
|
476
|
-
#
|
|
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
|
-
#
|
|
512
|
-
#
|
|
513
|
-
#
|
|
514
|
-
#
|
|
515
|
-
#
|
|
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
|
|
694
|
-
#
|
|
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
|
|
697
|
-
#
|
|
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
|
|
783
|
-
#
|
|
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
|
|
786
|
-
#
|
|
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
|
|
964
|
-
#
|
|
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
|
|
967
|
-
#
|
|
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.
|
|
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.
|
|
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:
|