google-cloud-managed_identities 1.4.1 → 1.4.2

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: 1b1d90bea04dd065dd1ebd03f8e7b7d2066b97452b2957ade47f1e9ce3992def
4
+ data.tar.gz: acd79a1c3f4829f27bb4adfda6a18a888493278a4e32540fa26e8a48d370f15b
5
5
  SHA512:
6
- metadata.gz: 98214fb99fe3db43571e57f075d06dc59bba6b0c2dbfb26368c909e1c7409b9fc51cfd186c9384ffe7f5e88df4d81e8a372ac3030d1ac4b1f32278f214efef2a
7
- data.tar.gz: 9a8f3dc415bd73191ec12cf2a63e30bffc561423d05cfb7108286faae34b56290dd3b3247114f13c86c32606e3f549f9bd2c93a7a00b9b8e2d62cce0ae8134b5
6
+ metadata.gz: 8eff43aa88878f2f9e13b9171fe7f2bf55e2d4047b9d7beea0b1a04330dc3e25136cf22849291e2d066482693e8dfefd68ed901bd3625fae129e996725fafc1c
7
+ data.tar.gz: 0360ee9ef7961c88c41356fb0986e7c04e36a9cff6d3204b354c26582c0616bdda14a7b2a78e52b9243ff6368ecdf47bf548514bffda5e0c81396788344157a3
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.4.2"
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.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
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