google-apis-analyticsadmin_v1beta 0.26.0 → 0.27.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 19653b5c857bb8a04c2ced0df048a80c6c802680d086fc5e99b75e10b6e5b6a8
|
|
4
|
+
data.tar.gz: bd58204c2fadfbc19d4f238568da0aebb1df688d9d00388a67e650ec61136bb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 877ba56e190ca610038585d0bc997c3c5447dfd66c6b79cba14d4daf968bd51207bf1564ac4899605c62d390b4ca7f7c53d1b3e1661e94b3e0f6a4941986be40
|
|
7
|
+
data.tar.gz: 51541de9bfde56c2cbf95fba282ef10669786906be0e6d21b4d7efdb19b442c26bc17ed287660d8d99bab8a89f1f26208f36792044807f4ef483622f90215e07
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticsadminV1beta
|
|
18
18
|
# Version of the google-apis-analyticsadmin_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260628"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -197,6 +197,8 @@ module Google
|
|
|
197
197
|
# Returns all accounts accessible by the caller. Note that these accounts might
|
|
198
198
|
# not currently have GA properties. Soft-deleted (ie: "trashed") accounts are
|
|
199
199
|
# excluded by default. Returns an empty list if no relevant accounts are found.
|
|
200
|
+
# Note: The easiest way to retrieve a list of all properties you have access to
|
|
201
|
+
# is by using `ListAccountSummaries`.
|
|
200
202
|
# @param [Fixnum] page_size
|
|
201
203
|
# Optional. The maximum number of resources to return. The service may return
|
|
202
204
|
# fewer than this value, even if there are additional pages. If unspecified, at
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-analyticsadmin_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.27.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.27.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|