google-cloud-org_policy 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c75273b6ecd90dcebeab8ec56a57566e91edbf1ae22f82c6cfca9ed94fa10d7e
4
- data.tar.gz: 9bd30fa7ed6ca0b62026de0a96fdf6e8a9014e066d60be7bfeda9e1840fb3349
3
+ metadata.gz: 23411a95f25054d5f781deba23c361536d2fd8d66a2d93746bda951d4bfe74ae
4
+ data.tar.gz: b670e13c4a4145ec1a13c04f8c1426a69b8d7f4100ad40793fb24adeaa7a3886
5
5
  SHA512:
6
- metadata.gz: 7954d66c04f355208e74615f1ec0e9c5ed8ea0ea775d9d4dc753049c5205043960bcf1c3c6c779b9d4f8d2da7813f8943675b44bb2a2e2c441c81a9354c9c6f5
7
- data.tar.gz: 60f2a32ada509c7a8847ecc7e4059899b5d97e9f4ea4e174c55b86ec0c8b892c76e15e84c0bc1d986e93e0a5fe7082d33611525f41ad6525364d934aa39c615b
6
+ metadata.gz: 8e2de1cb940d6e6e74cd8698d051897b65ef0257591f62dde69adb416134f3d6b114fe4391d23da8aaebcfdbe5cfee4cc66011ed811400079df09e027bf76154
7
+ data.tar.gz: bb04fc9e9ca3fa4ddad48f76decb4c32c730b8879c97df0e5827ccf0332d9ea6270ed08ce23e535fdf6c8068dc23481664bc7aeb0806a871dd0eafe086467eec
data/README.md CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-org_policy, to see the convenience methods for
16
16
  constructing client objects. Reference documentation for the client objects
17
17
  themselves can be found in the client library documentation for the versioned
18
18
  client gems:
19
- [google-cloud-org_policy-v2](https://googleapis.dev/ruby/google-cloud-org_policy-v2/latest).
19
+ [google-cloud-org_policy-v2](https://cloud.google.com/ruby/docs/reference/google-cloud-org_policy-v2/latest).
20
20
 
21
21
  See also the [Product Documentation](https://cloud.google.com/resource-manager/docs/organization-policy/overview)
22
22
  for more usage information.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module OrgPolicy
23
- VERSION = "1.2.0"
23
+ VERSION = "1.2.1"
24
24
  end
25
25
  end
26
26
  end
@@ -48,7 +48,7 @@ module Google
48
48
  # Create a new client object for OrgPolicy.
49
49
  #
50
50
  # By default, this returns an instance of
51
- # [Google::Cloud::OrgPolicy::V2::OrgPolicy::Client](https://googleapis.dev/ruby/google-cloud-org_policy-v2/latest/Google/Cloud/OrgPolicy/V2/OrgPolicy/Client.html)
51
+ # [Google::Cloud::OrgPolicy::V2::OrgPolicy::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-org_policy-v2/latest/Google-Cloud-OrgPolicy-V2-OrgPolicy-Client)
52
52
  # for a gRPC client for version V2 of the API.
53
53
  # However, you can specify a different API version by passing it in the
54
54
  # `version` parameter. If the OrgPolicy service is
@@ -61,23 +61,23 @@ module Google
61
61
  #
62
62
  # An interface for managing organization policies.
63
63
  #
64
- # The Cloud Org Policy service provides a simple mechanism for organizations to
65
- # restrict the allowed configurations across their entire Cloud Resource
66
- # hierarchy.
64
+ # The Organization Policy Service provides a simple mechanism for
65
+ # organizations to restrict the allowed configurations across their entire
66
+ # resource hierarchy.
67
67
  #
68
- # You can use a `policy` to configure restrictions in Cloud resources. For
69
- # example, you can enforce a `policy` that restricts which Google
70
- # Cloud Platform APIs can be activated in a certain part of your resource
71
- # hierarchy, or prevents serial port access to VM instances in a particular
72
- # folder.
68
+ # You can use a policy to configure restrictions on resources. For
69
+ # example, you can enforce a policy that restricts which Google
70
+ # Cloud APIs can be activated in a certain part of your resource
71
+ # hierarchy, or prevents serial port access to VM instances in a
72
+ # particular folder.
73
73
  #
74
- # `Policies` are inherited down through the resource hierarchy. A `policy`
74
+ # Policies are inherited down through the resource hierarchy. A policy
75
75
  # applied to a parent resource automatically applies to all its child resources
76
- # unless overridden with a `policy` lower in the hierarchy.
76
+ # unless overridden with a policy lower in the hierarchy.
77
77
  #
78
- # A `constraint` defines an aspect of a resource's configuration that can be
79
- # controlled by an organization's policy administrator. `Policies` are a
80
- # collection of `constraints` that defines their allowable configuration on a
78
+ # A constraint defines an aspect of a resource's configuration that can be
79
+ # controlled by an organization's policy administrator. Policies are a
80
+ # collection of constraints that defines their allowable configuration on a
81
81
  # particular resource and its child resources.
82
82
  #
83
83
  # @param version [::String, ::Symbol] The API version to connect to. Optional.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-org_policy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-09 00:00:00.000000000 Z
11
+ date: 2024-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  - !ruby/object:Gem::Version
190
190
  version: '0'
191
191
  requirements: []
192
- rubygems_version: 3.4.2
192
+ rubygems_version: 3.5.3
193
193
  signing_key:
194
194
  specification_version: 4
195
195
  summary: API Client library for the Organization Policy API