google-analytics-admin 0.6.2 → 0.6.3

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: eb8cb4365df1d2f7d38a09a5c46e18522f1002bab00b988be0885060ca2a9736
4
- data.tar.gz: 0da77044b81d43f46ad06fb9e01bdad1ef3d5f8a4e5ce24c51dc1582562f3e41
3
+ metadata.gz: 5b73a288dd7d039816406e08e3b3882780520cf3311f2f86a992a3197447b475
4
+ data.tar.gz: 9f3df5daf6ff4c327cbc004f30b320542d92dd6fc1f9d70a1cb7ad5439e07bd4
5
5
  SHA512:
6
- metadata.gz: cb47c01bc4053c523dea1a1b8c2f6118a815d054de0fa0a6551c9f60847977fd45d25a05af0fcc281f114ce5bb03f4bb6aab668200f44388990f94335c4dc1e3
7
- data.tar.gz: a4e7ca726cfb985e7552dbc1c837eaeb42c719cf5cfd09d089f23ac872af5ded1e757aa6cf2dc33c377fd5c725a96a850a00156068cf676de27f3c5d7f4152db
6
+ metadata.gz: 28050e94c29b7792567c62ebc7bc766d9382e944dc898437293b0e2fce05492ba5378c35e223abf7b9977890a33bf9d638062a1715b6f6cf1280c850622320c1
7
+ data.tar.gz: 556c26e80c48d67099be4bcbe05057af9173cb140e31cb6345b8f52bba74e528fbd5429be6cab5d2e09a31abeee6d09e0c13a86a5524d0a0b467e81eaaf1ca93
data/README.md CHANGED
@@ -31,6 +31,14 @@ In order to use this library, you first need to go through the following steps:
31
31
  1. [Enable the API.](https://console.cloud.google.com/apis/library/analyticsadmin.googleapis.com)
32
32
  1. {file:AUTHENTICATION.md Set up authentication.}
33
33
 
34
+ ```ruby
35
+ require "google/analytics/admin"
36
+
37
+ client = Google::Analytics::Admin.analytics_admin_service
38
+ request = ::Google::Analytics::Admin::V1alpha::GetAccountRequest.new # (request fields as keyword arguments...)
39
+ response = client.get_account request
40
+ ```
41
+
34
42
  ## Debug Logging
35
43
 
36
44
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Analytics
22
22
  module Admin
23
- VERSION = "0.6.2"
23
+ VERSION = "0.6.3"
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-analytics-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.6.8
79
+ rubygems_version: 3.6.9
80
80
  specification_version: 4
81
81
  summary: API Client library for the Google Analytics Admin API
82
82
  test_files: []