google-apis-orgpolicy_v2 0.43.0 → 0.44.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: 97d705c6d38e8d262f891198377c02785d9a27ee40684d001ce7b2500b334a3b
|
|
4
|
+
data.tar.gz: 7d26951d67ba80b14cb4f22ce8375d286ee4fe625bc23f97154a579dc443305a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c6756b18f3e91f34cd2540676a5cdd8a83f84bb854fdb12e3d9d9884f7c86b34868ac1532641b9bdd14ec50be0fa89a297613d12c1592c8e926ecf870a0b59f
|
|
7
|
+
data.tar.gz: ab860f077b6933b60103fef347fc344cf1476262e7be904d8f3d7b9f64de2f8ba3f6ed164a14e8e09ee35c06233444942a22dde0caf0d2d4a2aa9c56988da753
|
data/CHANGELOG.md
CHANGED
|
@@ -344,9 +344,9 @@ module Google
|
|
|
344
344
|
# Immutable. Name of the constraint. This is unique within the organization.
|
|
345
345
|
# Format of the name should be * `organizations/`organization_id`/
|
|
346
346
|
# customConstraints/`custom_constraint_id`` Example: `organizations/123/
|
|
347
|
-
# customConstraints/custom.createOnlyE2TypeVms` The max length is
|
|
347
|
+
# customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters
|
|
348
348
|
# and the minimum length is 1. Note that the prefix `organizations/`
|
|
349
|
-
# organization_id`/customConstraints
|
|
349
|
+
# organization_id`/customConstraints/custom.` is not counted.
|
|
350
350
|
# Corresponds to the JSON property `name`
|
|
351
351
|
# @return [String]
|
|
352
352
|
attr_accessor :name
|
|
@@ -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.44.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 = "20260226"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -510,9 +510,9 @@ module Google
|
|
|
510
510
|
# Immutable. Name of the constraint. This is unique within the organization.
|
|
511
511
|
# Format of the name should be * `organizations/`organization_id`/
|
|
512
512
|
# customConstraints/`custom_constraint_id`` Example: `organizations/123/
|
|
513
|
-
# customConstraints/custom.createOnlyE2TypeVms` The max length is
|
|
513
|
+
# customConstraints/custom.createOnlyE2TypeVms` The max length is 71 characters
|
|
514
514
|
# and the minimum length is 1. Note that the prefix `organizations/`
|
|
515
|
-
# organization_id`/customConstraints
|
|
515
|
+
# organization_id`/customConstraints/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.
|
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.44.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.44.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:
|