google-apis-orgpolicy_v2 0.47.0 → 0.48.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: 394b8dcadbaee9588da191f711ac7ecf5edfcce35b5a3a9845a0fa66c4c8a627
|
|
4
|
+
data.tar.gz: eda2aa12ca345417219a853ea12e6259766dddd5cca58e684737bcd480876d35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 680ff90ed9706859ff906dfe7c173bb2d26c80a8ff4f642bbbc0815c3cf466b01b558b93f31b697af71bdebe4b20903f5af5b3439f5edca9e579c2634d86625f
|
|
7
|
+
data.tar.gz: f9b8de0690bc21dc7553d2c9a79a319b4f2b37c47509dd2fc55b7f357bcff413defafa209d2b5349cb300b4bd48d36710211705f3174ee95d0001117659171b0
|
data/CHANGELOG.md
CHANGED
|
@@ -105,9 +105,9 @@ module Google
|
|
|
105
105
|
|
|
106
106
|
# Immutable. The resource name of the constraint. Must be in one of the
|
|
107
107
|
# following forms: * `projects/`project_number`/constraints/`constraint_name`` *
|
|
108
|
-
# `folders/`
|
|
109
|
-
#
|
|
110
|
-
# constraints/compute.disableSerialPortAccess".
|
|
108
|
+
# `folders/`folder_number`/constraints/`constraint_name`` * `organizations/`
|
|
109
|
+
# organization_number`/constraints/`constraint_name`` For example, "/projects/
|
|
110
|
+
# 123/constraints/compute.disableSerialPortAccess".
|
|
111
111
|
# Corresponds to the JSON property `name`
|
|
112
112
|
# @return [String]
|
|
113
113
|
attr_accessor :name
|
|
@@ -493,8 +493,8 @@ module Google
|
|
|
493
493
|
# Immutable. The resource name of the policy. Must be one of the following forms,
|
|
494
494
|
# where `constraint_name` is the name of the constraint that this policy
|
|
495
495
|
# configures: * `projects/`project_number`/policies/`constraint_name`` * `
|
|
496
|
-
# folders/`
|
|
497
|
-
#
|
|
496
|
+
# folders/`folder_number`/policies/`constraint_name`` * `organizations/`
|
|
497
|
+
# organization_number`/policies/`constraint_name`` For example, `projects/123/
|
|
498
498
|
# policies/compute.disableSerialPortAccess`. Note: `projects/`project_id`/
|
|
499
499
|
# policies/`constraint_name`` is also an acceptable name for API requests, but
|
|
500
500
|
# responses will return the name using the equivalent project number.
|
|
@@ -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.48.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260716"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -56,7 +56,8 @@ module Google
|
|
|
56
56
|
# @param [String] parent
|
|
57
57
|
# Required. The Google Cloud resource that parents the constraint. Must be in
|
|
58
58
|
# one of the following forms: * `projects/`project_number`` * `projects/`
|
|
59
|
-
# project_id`` * `folders/`
|
|
59
|
+
# project_id`` * `folders/`folder_number`` * `organizations/`organization_number`
|
|
60
|
+
# `
|
|
60
61
|
# @param [Fixnum] page_size
|
|
61
62
|
# Size of the pages to be returned. This is not used, but the server may at any
|
|
62
63
|
# point start using this field to limit page size.
|
|
@@ -99,7 +100,8 @@ module Google
|
|
|
99
100
|
# @param [String] parent
|
|
100
101
|
# Required. The Google Cloud resource that will parent the new policy. Must be
|
|
101
102
|
# in one of the following forms: * `projects/`project_number`` * `projects/`
|
|
102
|
-
# project_id`` * `folders/`
|
|
103
|
+
# project_id`` * `folders/`folder_number`` * `organizations/`organization_number`
|
|
104
|
+
# `
|
|
103
105
|
# @param [Google::Apis::OrgpolicyV2::GoogleCloudOrgpolicyV2Policy] google_cloud_orgpolicy_v2_policy_object
|
|
104
106
|
# @param [String] fields
|
|
105
107
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -237,7 +239,7 @@ module Google
|
|
|
237
239
|
# Required. The target Google Cloud resource that parents the set of constraints
|
|
238
240
|
# and policies that will be returned from this call. Must be in one of the
|
|
239
241
|
# following forms: * `projects/`project_number`` * `projects/`project_id`` * `
|
|
240
|
-
# folders/`
|
|
242
|
+
# folders/`folder_number`` * `organizations/`organization_number``
|
|
241
243
|
# @param [Fixnum] page_size
|
|
242
244
|
# Size of the pages to be returned. This is not used, but the server may at any
|
|
243
245
|
# point start using this field to limit page size.
|
|
@@ -282,8 +284,8 @@ module Google
|
|
|
282
284
|
# Immutable. The resource name of the policy. Must be one of the following forms,
|
|
283
285
|
# where `constraint_name` is the name of the constraint that this policy
|
|
284
286
|
# configures: * `projects/`project_number`/policies/`constraint_name`` * `
|
|
285
|
-
# folders/`
|
|
286
|
-
#
|
|
287
|
+
# folders/`folder_number`/policies/`constraint_name`` * `organizations/`
|
|
288
|
+
# organization_number`/policies/`constraint_name`` For example, `projects/123/
|
|
287
289
|
# policies/compute.disableSerialPortAccess`. Note: `projects/`project_id`/
|
|
288
290
|
# policies/`constraint_name`` is also an acceptable name for API requests, but
|
|
289
291
|
# responses will return the name using the equivalent project number.
|
|
@@ -326,7 +328,8 @@ module Google
|
|
|
326
328
|
# @param [String] parent
|
|
327
329
|
# Required. The Google Cloud resource that parents the constraint. Must be in
|
|
328
330
|
# one of the following forms: * `projects/`project_number`` * `projects/`
|
|
329
|
-
# project_id`` * `folders/`
|
|
331
|
+
# project_id`` * `folders/`folder_number`` * `organizations/`organization_number`
|
|
332
|
+
# `
|
|
330
333
|
# @param [Fixnum] page_size
|
|
331
334
|
# Size of the pages to be returned. This is not used, but the server may at any
|
|
332
335
|
# point start using this field to limit page size.
|
|
@@ -550,7 +553,8 @@ module Google
|
|
|
550
553
|
# @param [String] parent
|
|
551
554
|
# Required. The Google Cloud resource that will parent the new policy. Must be
|
|
552
555
|
# in one of the following forms: * `projects/`project_number`` * `projects/`
|
|
553
|
-
# project_id`` * `folders/`
|
|
556
|
+
# project_id`` * `folders/`folder_number`` * `organizations/`organization_number`
|
|
557
|
+
# `
|
|
554
558
|
# @param [Google::Apis::OrgpolicyV2::GoogleCloudOrgpolicyV2Policy] google_cloud_orgpolicy_v2_policy_object
|
|
555
559
|
# @param [String] fields
|
|
556
560
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -688,7 +692,7 @@ module Google
|
|
|
688
692
|
# Required. The target Google Cloud resource that parents the set of constraints
|
|
689
693
|
# and policies that will be returned from this call. Must be in one of the
|
|
690
694
|
# following forms: * `projects/`project_number`` * `projects/`project_id`` * `
|
|
691
|
-
# folders/`
|
|
695
|
+
# folders/`folder_number`` * `organizations/`organization_number``
|
|
692
696
|
# @param [Fixnum] page_size
|
|
693
697
|
# Size of the pages to be returned. This is not used, but the server may at any
|
|
694
698
|
# point start using this field to limit page size.
|
|
@@ -733,8 +737,8 @@ module Google
|
|
|
733
737
|
# Immutable. The resource name of the policy. Must be one of the following forms,
|
|
734
738
|
# where `constraint_name` is the name of the constraint that this policy
|
|
735
739
|
# configures: * `projects/`project_number`/policies/`constraint_name`` * `
|
|
736
|
-
# folders/`
|
|
737
|
-
#
|
|
740
|
+
# folders/`folder_number`/policies/`constraint_name`` * `organizations/`
|
|
741
|
+
# organization_number`/policies/`constraint_name`` For example, `projects/123/
|
|
738
742
|
# policies/compute.disableSerialPortAccess`. Note: `projects/`project_id`/
|
|
739
743
|
# policies/`constraint_name`` is also an acceptable name for API requests, but
|
|
740
744
|
# responses will return the name using the equivalent project number.
|
|
@@ -777,7 +781,8 @@ module Google
|
|
|
777
781
|
# @param [String] parent
|
|
778
782
|
# Required. The Google Cloud resource that parents the constraint. Must be in
|
|
779
783
|
# one of the following forms: * `projects/`project_number`` * `projects/`
|
|
780
|
-
# project_id`` * `folders/`
|
|
784
|
+
# project_id`` * `folders/`folder_number`` * `organizations/`organization_number`
|
|
785
|
+
# `
|
|
781
786
|
# @param [Fixnum] page_size
|
|
782
787
|
# Size of the pages to be returned. This is not used, but the server may at any
|
|
783
788
|
# point start using this field to limit page size.
|
|
@@ -820,7 +825,8 @@ module Google
|
|
|
820
825
|
# @param [String] parent
|
|
821
826
|
# Required. The Google Cloud resource that will parent the new policy. Must be
|
|
822
827
|
# in one of the following forms: * `projects/`project_number`` * `projects/`
|
|
823
|
-
# project_id`` * `folders/`
|
|
828
|
+
# project_id`` * `folders/`folder_number`` * `organizations/`organization_number`
|
|
829
|
+
# `
|
|
824
830
|
# @param [Google::Apis::OrgpolicyV2::GoogleCloudOrgpolicyV2Policy] google_cloud_orgpolicy_v2_policy_object
|
|
825
831
|
# @param [String] fields
|
|
826
832
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -958,7 +964,7 @@ module Google
|
|
|
958
964
|
# Required. The target Google Cloud resource that parents the set of constraints
|
|
959
965
|
# and policies that will be returned from this call. Must be in one of the
|
|
960
966
|
# following forms: * `projects/`project_number`` * `projects/`project_id`` * `
|
|
961
|
-
# folders/`
|
|
967
|
+
# folders/`folder_number`` * `organizations/`organization_number``
|
|
962
968
|
# @param [Fixnum] page_size
|
|
963
969
|
# Size of the pages to be returned. This is not used, but the server may at any
|
|
964
970
|
# point start using this field to limit page size.
|
|
@@ -1003,8 +1009,8 @@ module Google
|
|
|
1003
1009
|
# Immutable. The resource name of the policy. Must be one of the following forms,
|
|
1004
1010
|
# where `constraint_name` is the name of the constraint that this policy
|
|
1005
1011
|
# configures: * `projects/`project_number`/policies/`constraint_name`` * `
|
|
1006
|
-
# folders/`
|
|
1007
|
-
#
|
|
1012
|
+
# folders/`folder_number`/policies/`constraint_name`` * `organizations/`
|
|
1013
|
+
# organization_number`/policies/`constraint_name`` For example, `projects/123/
|
|
1008
1014
|
# policies/compute.disableSerialPortAccess`. Note: `projects/`project_id`/
|
|
1009
1015
|
# policies/`constraint_name`` is also an acceptable name for API requests, but
|
|
1010
1016
|
# responses will return the name using the equivalent project number.
|
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.48.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.48.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:
|