google-apis-mybusinessaccountmanagement_v1 0.15.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99c610f28f1a0fed03f49c6d59ed071b5c76b93295aa030835600ddbdf802c4b
|
4
|
+
data.tar.gz: ed4240a8fd63d7480feb1a2631e58e08ef30cfa50f09d60008c88eb06a61e883
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 560840fcd1aaa4bd81664d22d644031a8511e260bb8060b8414a3268ecb84b63c9ae976932d5fb2f87dfb1cc5ef422b63df72a76b226cbaaabfab0a6a0c8ed32
|
7
|
+
data.tar.gz: 0bd68bdab42c5b7c7adabc8bdf971e58d444fb8b8e11c8d61e585e5d3f37d15d287959bc41a3524faf2a554f39f1fe32915be0d2a87b63a3d375d8aa79a9134b
|
data/CHANGELOG.md
CHANGED
@@ -124,10 +124,10 @@ module Google
|
|
124
124
|
include Google::Apis::Core::Hashable
|
125
125
|
|
126
126
|
# Immutable. The name of the Account resource that this Admin refers to. Used
|
127
|
-
# when calling
|
128
|
-
#
|
129
|
-
#
|
130
|
-
#
|
127
|
+
# when calling locations.admins.create to invite a LocationGroup as an admin. If
|
128
|
+
# both this field and `admin` are set on `CREATE` requests, this field takes
|
129
|
+
# precedence and the email address in `admin` will be ignored. Format: `accounts/
|
130
|
+
# `account``.
|
131
131
|
# Corresponds to the JSON property `account`
|
132
132
|
# @return [String]
|
133
133
|
attr_accessor :account
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MybusinessaccountmanagementV1
|
18
18
|
# Version of the google-apis-mybusinessaccountmanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.16.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220727"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -125,8 +125,7 @@ module Google
|
|
125
125
|
# account. For example, a request with the filter `type=USER_GROUP` will only
|
126
126
|
# return user groups. The `type` field is the only supported filter.
|
127
127
|
# @param [Fixnum] page_size
|
128
|
-
# Optional. How many accounts to fetch per page. The
|
129
|
-
# is 2. The default and maximum is 20.
|
128
|
+
# Optional. How many accounts to fetch per page. The default and maximum is 20.
|
130
129
|
# @param [String] page_token
|
131
130
|
# Optional. If specified, the next page of accounts is retrieved. The `pageToken`
|
132
131
|
# is returned when a call to `accounts.list` returns more results than can fit
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-mybusinessaccountmanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessaccountmanagement_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessaccountmanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessaccountmanagement_v1/v0.16.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessaccountmanagement_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|