google-cloud-metastore 2.0.0 → 2.0.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: c1c4f5b4d4b27fcadce612d50825f1f1081dab2526d5914bb49786688a46d681
4
- data.tar.gz: 7c4925bde4d2c4a79ef7042879d1431d6a90f9c860d5311a8e7c698ebefa8854
3
+ metadata.gz: 3e021438999c547ac6d9c8d61218884c77ac43633ac50dde3aa4f8363466346e
4
+ data.tar.gz: b99f0e1c7cb52b8e53d7fe28796a3918bcb86981078952350a1fa24cd3556360
5
5
  SHA512:
6
- metadata.gz: 30b3c262d2f0ce1ccf540f19fd97ed3c8538de2ae7b91b57c73859d0b5b734394c527db655048278e274412d771882a0a19b2121b7d31fc5d27de28df9d74681
7
- data.tar.gz: 918b396294bd9d6c132c59addf3b092f74d4b4bd456064b9f7dd19fc4b2b8d5f1a3525bf38a4d86b0ec2e1b6edb7492cfe483902caac3dc9cb41ec56c99d4d6b
6
+ metadata.gz: 6162f43a89920a6000660b6ef281e1ba54ca6674b205c0b9a7bb86a88b1642c0d6a86f711f54c8b4fff8cb1a57fa55df475ce9cf450c337df0339e19e12e2a60
7
+ data.tar.gz: bfbf59d4ebe3fad1e438cb64beb2981c507c5ef22224111a17b1933fc1d8fb9f9daf3f757cdd75f42703637f314beaa9906791c29005248fd045d32ee88396f0
data/README.md CHANGED
@@ -7,7 +7,7 @@ Dataproc Metastore is a fully managed, highly available within a region, autohea
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-metastore-v*`.
9
9
  The gem `google-cloud-metastore` 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/metastore.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/metastore"
39
+
40
+ client = Google::Cloud::Metastore.dataproc_metastore
41
+ request = ::Google::Cloud::Metastore::V1::ListServicesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_services 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 Metastore
23
- VERSION = "2.0.0"
23
+ VERSION = "2.0.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-metastore
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 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
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  - !ruby/object:Gem::Version
73
73
  version: '0'
74
74
  requirements: []
75
- rubygems_version: 3.6.3
75
+ rubygems_version: 3.6.9
76
76
  specification_version: 4
77
77
  summary: API Client library for the Dataproc Metastore API
78
78
  test_files: []