google-apis-servicedirectory_v1 0.11.0 → 0.12.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: 31baadcc3eba667eb0daf351aba5cc87922c691e8abd00b4c289e73f60181bd6
4
- data.tar.gz: ed12b07a283065809fe581305aec11d93cdc4a0bb3f30693a56c853295d34283
3
+ metadata.gz: 79b1467a871a919ab9b2d74894e59e3f59a9c390fbbaf2c11f97b9b3235d3e91
4
+ data.tar.gz: e8e9b5b09b3b86f67e875c50f8e8c273fa9745fb3414241272c2893388fb018a
5
5
  SHA512:
6
- metadata.gz: 63422888098de328f241c71758d603d13cb2512f5099254ed58b4c49891d78a158249ba3c5dbf38506e87027506cabc533a90295c28d7af2e4f4792b136f668e
7
- data.tar.gz: d67c3f32397221d2dfd84f5e440aab6017e99cec9cdb1e0e573200ce43c29dce9af617cd76ca6e618b356ecc0253754c52aa3a360f23400248bea3edc514f515
6
+ metadata.gz: a1b6a708ad4c8096f5f86034808e4f23a7889aa99056c8a132fc581bd61cbb2dabe8fe8d879c1c8aadb060cc5099d210b0ff2485b85738be47357ab2c7d0c014
7
+ data.tar.gz: 2d5c4877740356db0ad8916fa4f463d6bd64e3806cc03a9683d4dd7746dc05b5e6f1fc25396db7603bae7e41046bcf46c627f47dacd5726f73d1a670fe6d92da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicedirectory_v1
2
2
 
3
+ ### v0.12.0 (2021-08-22)
4
+
5
+ * Regenerated from discovery document revision 20210811
6
+
3
7
  ### v0.11.0 (2021-07-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20210716
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
@@ -464,7 +464,7 @@ module Google
464
464
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
465
465
  # roles/resourcemanager.organizationViewer condition: title: expirable access
466
466
  # description: Does not grant access after Sep 2020 expression: request.time <
467
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
467
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
468
468
  # description of IAM and its features, see the [IAM documentation](https://cloud.
469
469
  # google.com/iam/docs/).
470
470
  class Policy
@@ -665,7 +665,7 @@ module Google
665
665
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
666
666
  # roles/resourcemanager.organizationViewer condition: title: expirable access
667
667
  # description: Does not grant access after Sep 2020 expression: request.time <
668
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
668
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
669
669
  # description of IAM and its features, see the [IAM documentation](https://cloud.
670
670
  # google.com/iam/docs/).
671
671
  # Corresponds to the JSON property `policy`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicedirectoryV1
18
18
  # Version of the google-apis-servicedirectory_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210716"
25
+ REVISION = "20210811"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicedirectory_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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-07-26 00:00:00.000000000 Z
11
+ date: 2021-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicedirectory_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicedirectory_v1
63
63
  post_install_message:
64
64
  rdoc_options: []