google-cloud-managed_identities 1.4.1 → 1.5.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: 3d6089fbe251a83e8979e1974ab2f5c7299838b12401f5adeb2f096f3d656f76
4
- data.tar.gz: 8497e826d3580e31c7ed2ff4770db6c72a4a4c31b2d8da74492b49db26e09313
3
+ metadata.gz: 3b71739760ebf72f08858c90d0aded9d6e5b67f2483bde6af019d77bb38e10ce
4
+ data.tar.gz: 4ab4e914c1f2118937ea8411e1776b7fa278fca77876348dc9ed28b1fa25b86a
5
5
  SHA512:
6
- metadata.gz: 98214fb99fe3db43571e57f075d06dc59bba6b0c2dbfb26368c909e1c7409b9fc51cfd186c9384ffe7f5e88df4d81e8a372ac3030d1ac4b1f32278f214efef2a
7
- data.tar.gz: 9a8f3dc415bd73191ec12cf2a63e30bffc561423d05cfb7108286faae34b56290dd3b3247114f13c86c32606e3f549f9bd2c93a7a00b9b8e2d62cce0ae8134b5
6
+ metadata.gz: 3a4eae3c83e7fec7f9c875ebcd97cb489ff600cb13498ca37a454b36e2ab244444a2e00e3c896b4a1947cac39a656045251510b7595adf08f7754998c54497f2
7
+ data.tar.gz: b9dd50a37e6a4dc9800af2eb8c44da7c1973e793ef8d53abdbef1a39db73fbbbbf4c0b57318c092dd8471434b43d587fe5815af1e95881cdaf7025ba385bd8d4
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/managedidentities.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/managed_identities"
39
+
40
+ client = Google::Cloud::ManagedIdentities.managed_identities_service
41
+ request = ::Google::Cloud::ManagedIdentities::V1::CreateMicrosoftAdDomainRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_microsoft_ad_domain request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ManagedIdentities
23
- VERSION = "1.4.1"
23
+ VERSION = "1.5.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-managed_identities
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '3.0'
71
+ version: '3.2'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.8
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the Managed Service for Microsoft Active Directory
81
81
  API API