google-apis-orgpolicy_v2 0.1.0 → 0.6.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: a5a1a0310403d9553fc995b4da7a81d90bea1fe4c7ccac701f59e5347d96d11b
4
- data.tar.gz: c6a4405a0d106793e3eddde8d50fc62cc7558fe6ee0256eba4090b6724a78ea9
3
+ metadata.gz: 600dcb81747603fea475286577f9ca70f9c907878c6beaf40ed688714d0df3ec
4
+ data.tar.gz: 84366bdc7c6f965a5a2711023128c3c53be791bb454c817c7b9f39c626d186b9
5
5
  SHA512:
6
- metadata.gz: dfd054e81e293d3b560946c4312796a4f37d4afa0e814c25f84e44b4992c4433e80b4ec0da159982bcab89327935ca9550a92fcc0f0834c33a4e1ebf6b72bd8b
7
- data.tar.gz: 13bfa7ef9975d71e6038b2df9174d9022687f5dde3d332ca82caea770412b72b42772364206419abb0ae2a98348381ed37cf8edb447df50af021bb33c1460e59
6
+ metadata.gz: cacd0789ab44c8f1b4848b5bd1f6fd1eea54ac6185f283059accaf5260093ef6a315184f0aaa99f0dbd7d671a557e216e62569e98e142b3f833a8a6c162102ba
7
+ data.tar.gz: 4acd6187293c6d83aa637aadbe154b4dab3b574b07927fb275083d37c08b01aeedc0d0d88051abb8523d7c46b8ae6dc6e1004d93405b15873797b46f6e30cce5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Release history for google-apis-orgpolicy_v2
2
2
 
3
+ ### v0.6.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.5.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.4.0 (2021-05-19)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.3.0 (2021-05-08)
16
+
17
+ * Regenerated from discovery document revision 20210505
18
+
19
+ ### v0.2.0 (2021-03-23)
20
+
21
+ * Regenerated from discovery document revision 20210319
22
+
3
23
  ### v0.1.0 (2021-03-17)
4
24
 
5
25
  * Regenerated from discovery document revision 20210316
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,13 +24,13 @@ 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.
31
31
  VERSION = 'V2'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
@@ -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.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210316"
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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-orgpolicy_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.6.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-22 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Organization Policy API V2. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.6.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-orgpolicy_v2
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Organization Policy API V2