google-apis-androiddeviceprovisioning_v1 0.3.0 → 0.7.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: feb11d0b48e0a07e1b2e12435f9397bb5b1a00b983e61063e51fc2e6f2f96d87
|
4
|
+
data.tar.gz: e0c1be15317989946f0f2c43ce8dc74232668a45e6aa0a67a1d9aadbb827a70a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27181976b4eb05c9d5211b0b37c431660b89b41b326842c6a14c521d5a4aad3baf5429c3847994ce7764c66f53e36d5c966b20b7a213089607c88ca1fe3086b9
|
7
|
+
data.tar.gz: 01ed44e05abde2f91ef91e2f47ae3c8a245e4b496fbe97ec9d68c23b1f8909aeebe03d1d6865e6b15f5e9bafb9252d08506799d0736fb81041873c91de9d4edf
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-androiddeviceprovisioning_v1
|
2
2
|
|
3
|
+
### v0.7.0 (2021-10-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210806
|
6
|
+
|
7
|
+
### v0.6.0 (2021-07-20)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210717
|
10
|
+
|
11
|
+
### v0.5.0 (2021-06-29)
|
12
|
+
|
13
|
+
* Regenerated using generator version 0.4.0
|
14
|
+
|
15
|
+
### v0.4.0 (2021-06-26)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210624
|
18
|
+
* Regenerated using generator version 0.3.0
|
19
|
+
|
3
20
|
### v0.3.0 (2021-05-19)
|
4
21
|
|
5
22
|
* Regenerated using generator version 0.2.0
|
data/OVERVIEW.md
CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Androiddeviceprovisioning service in particular.)
|
67
67
|
|
@@ -130,6 +130,21 @@ module Google
|
|
130
130
|
# @return [String]
|
131
131
|
attr_accessor :company_name
|
132
132
|
|
133
|
+
# Input only. The preferred locale of the customer represented as a BCP47
|
134
|
+
# language code. This field is validated on input and requests containing
|
135
|
+
# unsupported language codes will be rejected. Supported language codes: Arabic (
|
136
|
+
# ar) Chinese (Hong Kong) (zh-HK) Chinese (Simplified) (zh-CN) Chinese (
|
137
|
+
# Traditional) (zh-TW) Czech (cs) Danish (da) Dutch (nl) English (UK) (en-GB)
|
138
|
+
# English (US) (en-US) Filipino (fil) Finnish (fi) French (fr) German (de)
|
139
|
+
# Hebrew (iw) Hindi (hi) Hungarian (hu) Indonesian (id) Italian (it) Japanese (
|
140
|
+
# ja) Korean (ko) Norwegian (Bokmal) (no) Polish (pl) Portuguese (Brazil) (pt-BR)
|
141
|
+
# Portuguese (Portugal) (pt-PT) Russian (ru) Spanish (es) Spanish (Latin
|
142
|
+
# America) (es-419) Swedish (sv) Thai (th) Turkish (tr) Ukrainian (uk)
|
143
|
+
# Vietnamese (vi)
|
144
|
+
# Corresponds to the JSON property `languageCode`
|
145
|
+
# @return [String]
|
146
|
+
attr_accessor :language_code
|
147
|
+
|
133
148
|
# Output only. The API resource name of the company. The resource name is one of
|
134
149
|
# the following formats: * `partners/[PARTNER_ID]/customers/[CUSTOMER_ID]` * `
|
135
150
|
# partners/[PARTNER_ID]/vendors/[VENDOR_ID]` * `partners/[PARTNER_ID]/vendors/[
|
@@ -139,13 +154,22 @@ module Google
|
|
139
154
|
attr_accessor :name
|
140
155
|
|
141
156
|
# Required. Input only. Email address of customer's users in the owner role. At
|
142
|
-
# least one `owner_email` is required.
|
143
|
-
#
|
144
|
-
# delete, and edit your organization's portal users.
|
157
|
+
# least one `owner_email` is required. Owners share the same access as admins
|
158
|
+
# but can also add, delete, and edit your organization's portal users.
|
145
159
|
# Corresponds to the JSON property `ownerEmails`
|
146
160
|
# @return [Array<String>]
|
147
161
|
attr_accessor :owner_emails
|
148
162
|
|
163
|
+
# Input only. If set to true, welcome email will not be sent to the customer. It
|
164
|
+
# is recommended to skip the welcome email if devices will be claimed with
|
165
|
+
# additional DEVICE_PROTECTION service, as the customer will receive separate
|
166
|
+
# emails at device claim time. This field is ignored if this is not a Zero-touch
|
167
|
+
# customer.
|
168
|
+
# Corresponds to the JSON property `skipWelcomeEmail`
|
169
|
+
# @return [Boolean]
|
170
|
+
attr_accessor :skip_welcome_email
|
171
|
+
alias_method :skip_welcome_email?, :skip_welcome_email
|
172
|
+
|
149
173
|
# Output only. Whether any user from the company has accepted the latest Terms
|
150
174
|
# of Service (ToS). See TermsStatus.
|
151
175
|
# Corresponds to the JSON property `termsStatus`
|
@@ -161,8 +185,10 @@ module Google
|
|
161
185
|
@admin_emails = args[:admin_emails] if args.key?(:admin_emails)
|
162
186
|
@company_id = args[:company_id] if args.key?(:company_id)
|
163
187
|
@company_name = args[:company_name] if args.key?(:company_name)
|
188
|
+
@language_code = args[:language_code] if args.key?(:language_code)
|
164
189
|
@name = args[:name] if args.key?(:name)
|
165
190
|
@owner_emails = args[:owner_emails] if args.key?(:owner_emails)
|
191
|
+
@skip_welcome_email = args[:skip_welcome_email] if args.key?(:skip_welcome_email)
|
166
192
|
@terms_status = args[:terms_status] if args.key?(:terms_status)
|
167
193
|
end
|
168
194
|
end
|
@@ -517,6 +543,11 @@ module Google
|
|
517
543
|
class DeviceClaim
|
518
544
|
include Google::Apis::Core::Hashable
|
519
545
|
|
546
|
+
# The Additional service registered for the device.
|
547
|
+
# Corresponds to the JSON property `additionalService`
|
548
|
+
# @return [String]
|
549
|
+
attr_accessor :additional_service
|
550
|
+
|
520
551
|
# The ID of the Customer that purchased the device.
|
521
552
|
# Corresponds to the JSON property `ownerCompanyId`
|
522
553
|
# @return [Fixnum]
|
@@ -550,6 +581,7 @@ module Google
|
|
550
581
|
|
551
582
|
# Update properties of this object
|
552
583
|
def update!(**args)
|
584
|
+
@additional_service = args[:additional_service] if args.key?(:additional_service)
|
553
585
|
@owner_company_id = args[:owner_company_id] if args.key?(:owner_company_id)
|
554
586
|
@reseller_id = args[:reseller_id] if args.key?(:reseller_id)
|
555
587
|
@section_type = args[:section_type] if args.key?(:section_type)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AndroiddeviceprovisioningV1
|
18
18
|
# Version of the google-apis-androiddeviceprovisioning_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210806"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -296,8 +296,10 @@ module Google
|
|
296
296
|
collection :admin_emails, as: 'adminEmails'
|
297
297
|
property :company_id, :numeric_string => true, as: 'companyId'
|
298
298
|
property :company_name, as: 'companyName'
|
299
|
+
property :language_code, as: 'languageCode'
|
299
300
|
property :name, as: 'name'
|
300
301
|
collection :owner_emails, as: 'ownerEmails'
|
302
|
+
property :skip_welcome_email, as: 'skipWelcomeEmail'
|
301
303
|
property :terms_status, as: 'termsStatus'
|
302
304
|
end
|
303
305
|
end
|
@@ -403,6 +405,7 @@ module Google
|
|
403
405
|
class DeviceClaim
|
404
406
|
# @private
|
405
407
|
class Representation < Google::Apis::Core::JsonRepresentation
|
408
|
+
property :additional_service, as: 'additionalService'
|
406
409
|
property :owner_company_id, :numeric_string => true, as: 'ownerCompanyId'
|
407
410
|
property :reseller_id, :numeric_string => true, as: 'resellerId'
|
408
411
|
property :section_type, as: 'sectionType'
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-androiddeviceprovisioning_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.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: 2021-
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Android Device Provisioning Partner
|
28
34
|
API V1. Simple REST clients are Ruby client libraries that provide access to Google
|
29
35
|
services via their HTTP REST API endpoints. These libraries are generated and updated
|
@@ -51,9 +57,9 @@ licenses:
|
|
51
57
|
- Apache-2.0
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androiddeviceprovisioning_v1/v0.
|
56
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
60
|
+
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androiddeviceprovisioning_v1/CHANGELOG.md
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androiddeviceprovisioning_v1/v0.7.0
|
62
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androiddeviceprovisioning_v1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
59
65
|
require_paths:
|