google-apis-orgpolicy_v2 0.2.0 → 0.3.0

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: 92c271df808cc2c8d0ecc0a28b1551c560f5f3f8ce4a987263e79ea39e52d6c9
4
- data.tar.gz: e5f88adde832f7ffafe411caab9723e98370d22f3513ead19d61671ef111ba71
3
+ metadata.gz: aa33d8b82e044542e88d7320ba9a3d4c3f92f6b5d0cd86d5712ef3572e369935
4
+ data.tar.gz: 51c623815b3d62f4dd1311a4f851e8a676149d3ab11804acbdc953c2ee5e44c3
5
5
  SHA512:
6
- metadata.gz: a8b3179634f9ecb8219cce5a304ac468f0837334334c4516a52ab4a436a639cdd9679e2a2926f348aaa0226a7eccbe02e83733ec2afc2cf1083eb8cb7f0798d3
7
- data.tar.gz: d875d01c756f243e5a65b5c053763307dbd0b13735db4f2de3151320219df93e241cc62c53e6bff60f670baa60d05a8c2023d70e68b51c9a1461f65f8f9aac51
6
+ metadata.gz: 584927baa15ef4df0130bb7095a7c09ad33721f58db67467dced3400a1bd07dd2d866e0ea6388bdc32cc258ffd53189e2ccc406145c01c91d2b2538a8b296ca1
7
+ data.tar.gz: 7ce78bba0e8cb14c59ad27bdd11af5db6d340ea665063c5191144e3c2f7d9abee5df6dd09d53333c7a69b340b03675ee152f8c53617a478944ee70b256f58266
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-orgpolicy_v2
2
2
 
3
+ ### v0.3.0 (2021-05-08)
4
+
5
+ * Regenerated from discovery document revision 20210505
6
+
3
7
  ### v0.2.0 (2021-03-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20210319
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://cloud.google.com/resource-manager/docs/organization-policy/understanding-constraints) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/orgpolicy/docs/reference/rest/index.html) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -24,7 +24,7 @@ module Google
24
24
  # The Org Policy API allows users to configure governance ruleson their GCP
25
25
  # resources across the Cloud Resource Hierarchy.
26
26
  #
27
- # @see https://cloud.google.com/resource-manager/docs/organization-policy/understanding-constraints
27
+ # @see https://cloud.google.com/orgpolicy/docs/reference/rest/index.html
28
28
  module OrgpolicyV2
29
29
  # Version of the Organization Policy API this client connects to.
30
30
  # This is NOT the gem version.
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210319"
25
+ REVISION = "20210505"
26
26
  end
27
27
  end
28
28
  end
@@ -31,7 +31,7 @@ module Google
31
31
  # Orgpolicy = Google::Apis::OrgpolicyV2 # Alias the module
32
32
  # service = Orgpolicy::OrgPolicyAPIService.new
33
33
  #
34
- # @see https://cloud.google.com/resource-manager/docs/organization-policy/understanding-constraints
34
+ # @see https://cloud.google.com/orgpolicy/docs/reference/rest/index.html
35
35
  class OrgPolicyAPIService < Google::Apis::Core::BaseService
36
36
  # @return [String]
37
37
  # API key. Your API key identifies your project and provides you with API access,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-orgpolicy_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-29 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-orgpolicy_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-orgpolicy_v2
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Organization Policy API V2