google-analytics-admin 0.6.1 → 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: 8998532333f17047d266a7a9307a1a2c3411619af6a2366f123e8829311a05af
4
- data.tar.gz: 656ff2f85dd26f80874fe1b87481cd51e02ce3bd9c00b213cf453f0f0d8ded6d
3
+ metadata.gz: 5b73a288dd7d039816406e08e3b3882780520cf3311f2f86a992a3197447b475
4
+ data.tar.gz: 9f3df5daf6ff4c327cbc004f30b320542d92dd6fc1f9d70a1cb7ad5439e07bd4
5
5
  SHA512:
6
- metadata.gz: 7391c3dedc3cbfa5e5e6f07db55c21ce589a30882bb386f2d292e11da80054e31e18c43298048375a58a3202cc3cd7bbfa1ce5c8f43a2c18bf6d3d34d1ff08e2
7
- data.tar.gz: 4057c9c7fa09ee87ddd5dba016c1498511f0615a01419fdcb1ed5acdacc5fdc69a187d618c323da6e285ba60c47816d2a040ecc2121f663ef5f451840b7f6b8f
6
+ metadata.gz: 28050e94c29b7792567c62ebc7bc766d9382e944dc898437293b0e2fce05492ba5378c35e223abf7b9977890a33bf9d638062a1715b6f6cf1280c850622320c1
7
+ data.tar.gz: 556c26e80c48d67099be4bcbe05057af9173cb140e31cb6345b8f52bba74e528fbd5429be6cab5d2e09a31abeee6d09e0c13a86a5524d0a0b467e81eaaf1ca93
data/README.md CHANGED
@@ -7,7 +7,7 @@ The Analytics Admin API allows for programmatic access to the Google Analytics A
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-analytics-admin-v*`.
9
9
  The gem `google-analytics-admin` 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
 
@@ -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.1"
23
+ VERSION = "0.6.3"
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-analytics-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-31 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-analytics-admin-v1alpha
@@ -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.2
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: []