google-cloud-managed_identities 1.4.0 → 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: 8b31e8e9c2fe8ab848cd7948c2841a7ac50ef96071ad900b3481635a7e21ba49
4
- data.tar.gz: 9aae2369beb55ea7e4b6c06447966731c40eac5abd0707eb754d8c111d428ed8
3
+ metadata.gz: 1b1d90bea04dd065dd1ebd03f8e7b7d2066b97452b2957ade47f1e9ce3992def
4
+ data.tar.gz: acd79a1c3f4829f27bb4adfda6a18a888493278a4e32540fa26e8a48d370f15b
5
5
  SHA512:
6
- metadata.gz: 26f1bc07a6ffb8ea9fa2d631d4be839a191d49ae55666910f2a73cd29ce55391aac6b3c469a5736221adf3454cf96506525d85a21b6eea7a33599b4bd1e6f3f7
7
- data.tar.gz: 831e89b7bcd75a1ddc74ea0d081520a6c7604d70e908589a421086b85434f176c05114a71f90f86eede680c07747178a431bb04696616e0ba8ed2645bb8f8033
6
+ metadata.gz: 8eff43aa88878f2f9e13b9171fe7f2bf55e2d4047b9d7beea0b1a04330dc3e25136cf22849291e2d066482693e8dfefd68ed901bd3625fae129e996725fafc1c
7
+ data.tar.gz: 0360ee9ef7961c88c41356fb0986e7c04e36a9cff6d3204b354c26582c0616bdda14a7b2a78e52b9243ff6368ecdf47bf548514bffda5e0c81396788344157a3
data/README.md CHANGED
@@ -7,7 +7,7 @@ The Managed Service for Microsoft Active Directory API is used for managing a hi
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-managed_identities-v*`.
9
9
  The gem `google-cloud-managed_identities` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -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.0"
23
+ VERSION = "1.4.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-managed_identities
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -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.2
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