google-apis-androidmanagement_v1 0.11.0 → 0.15.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: 80157bcd47563f415b6e0b6bdd0a2db277d55316765cdb0c58f4dbcb854cdef9
4
- data.tar.gz: eb1152574b5cef44e4041c869a08c3d737077c2f8be0be784f764165a53fe71f
3
+ metadata.gz: 03c90d60f4cdee1be308f4966f72299c023334c3d3b6861f15bd3450fe4e0180
4
+ data.tar.gz: b4204709dc33de536aa2d5cc0167a9cf0d98ae8f015319a164b65aff3d615705
5
5
  SHA512:
6
- metadata.gz: bfc77839b0e0dd0e37cd738921726672a9493c18f9bafb278140178cfc1c2a625333f85e19a7ccc4e3ab905e40562f94f5660dfc198b0f5bff134861d10ea4b1
7
- data.tar.gz: f31160879f8020b14e1789c442f726d986bb72b67de841d135e3cb7caffe819278fa51ebd0d84d965e49a96b5b2993a2a4af0931cca03e0de41b210d977347bd
6
+ metadata.gz: 3631d3084928eee5b135974ff36afe2fbed75fad7c36d239f68e2721f3303bc3bbc14fe277a5c23f6bb84e45ae4ec9361fca17761475d5af8410b0e43182dd86
7
+ data.tar.gz: c712411cb0931dd965b2c760c1e86bb2ddd13743e8c0cc34c3f9e5a3fce562c3bc4b8df096e3dcb48ccecb2c3683fe9fef4907ef926b7efe8352fdecb2f7415a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.15.0 (2021-07-29)
4
+
5
+ * Regenerated from discovery document revision 20210719
6
+
7
+ ### v0.14.0 (2021-07-15)
8
+
9
+ * Regenerated from discovery document revision 20210713
10
+
11
+ ### v0.13.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.12.0 (2021-06-24)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.11.0 (2021-06-15)
4
20
 
5
21
  * Regenerated from discovery document revision 20210607
@@ -1798,18 +1798,16 @@ module Google
1798
1798
  end
1799
1799
  end
1800
1800
 
1801
- # This feature is not generally available yet. Response to a request to list
1802
- # enterprises.
1801
+ # Response to a request to list enterprises.
1803
1802
  class ListEnterprisesResponse
1804
1803
  include Google::Apis::Core::Hashable
1805
1804
 
1806
- # This feature is not generally available yet. The list of enterprises.
1805
+ # The list of enterprises.
1807
1806
  # Corresponds to the JSON property `enterprises`
1808
1807
  # @return [Array<Google::Apis::AndroidmanagementV1::Enterprise>]
1809
1808
  attr_accessor :enterprises
1810
1809
 
1811
- # This feature is not generally available yet. If there are more results, a
1812
- # token to retrieve next page of results.
1810
+ # If there are more results, a token to retrieve next page of results.
1813
1811
  # Corresponds to the JSON property `nextPageToken`
1814
1812
  # @return [String]
1815
1813
  attr_accessor :next_page_token
@@ -3620,7 +3618,7 @@ module Google
3620
3618
  attr_accessor :hardware_status_enabled
3621
3619
  alias_method :hardware_status_enabled?, :hardware_status_enabled
3622
3620
 
3623
- # Whether memory reporting is enabled.
3621
+ # Whether memory event reporting is enabled.
3624
3622
  # Corresponds to the JSON property `memoryInfoEnabled`
3625
3623
  # @return [Boolean]
3626
3624
  attr_accessor :memory_info_enabled
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AndroidmanagementV1
18
18
  # Version of the google-apis-androidmanagement_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210607"
25
+ REVISION = "20210719"
26
26
  end
27
27
  end
28
28
  end
@@ -53,14 +53,18 @@ module Google
53
53
  # Creates an enterprise. This is the last step in the enterprise signup flow.
54
54
  # @param [Google::Apis::AndroidmanagementV1::Enterprise] enterprise_object
55
55
  # @param [Boolean] agreement_accepted
56
- # This feature is not generally available yet. Whether the managed Google Play
57
- # Agreement is presented and agreed.
56
+ # Whether the enterprise admin has seen and agreed to the managed Google Play
57
+ # Agreement (https://www.android.com/enterprise/terms/). Always set this to true
58
+ # when creating an EMM-managed enterprise. Do not create the enterprise until
59
+ # the admin has viewed and accepted the agreement.
58
60
  # @param [String] enterprise_token
59
- # The enterprise token appended to the callback URL.
61
+ # The enterprise token appended to the callback URL. Only set this when creating
62
+ # a customer-managed enterprise.
60
63
  # @param [String] project_id
61
64
  # The ID of the Google Cloud Platform project which will own the enterprise.
62
65
  # @param [String] signup_url_name
63
- # The name of the SignupUrl used to sign up for the enterprise.
66
+ # The name of the SignupUrl used to sign up for the enterprise. Only set this
67
+ # when creating a customer-managed enterprise.
64
68
  # @param [String] fields
65
69
  # Selector specifying which fields to include in a partial response.
66
70
  # @param [String] quota_user
@@ -93,10 +97,9 @@ module Google
93
97
  execute_or_queue_command(command, &block)
94
98
  end
95
99
 
96
- # This feature is not generally available yet. Deletes an enterprise.
100
+ # Deletes an enterprise. Only available for EMM-managed enterprises.
97
101
  # @param [String] name
98
- # This feature is not generally available yet. The name of the enterprise in the
99
- # form enterprises/`enterpriseId`.
102
+ # The name of the enterprise in the form enterprises/`enterpriseId`.
100
103
  # @param [String] fields
101
104
  # Selector specifying which fields to include in a partial response.
102
105
  # @param [String] quota_user
@@ -154,20 +157,16 @@ module Google
154
157
  execute_or_queue_command(command, &block)
155
158
  end
156
159
 
157
- # This feature is not generally available yet. Lists enterprises that are
158
- # managed by an EMM. Only partial views are returned.
160
+ # Lists EMM-managed enterprises. Only BASIC fields are returned.
159
161
  # @param [Fixnum] page_size
160
- # This feature is not generally available yet. The requested page size. The
161
- # actual page size may be fixed to a min or max value.
162
+ # The requested page size. The actual page size may be fixed to a min or max
163
+ # value.
162
164
  # @param [String] page_token
163
- # This feature is not generally available yet. A token identifying a page of
164
- # results returned by the server.
165
+ # A token identifying a page of results returned by the server.
165
166
  # @param [String] project_id
166
- # Required. This feature is not generally available yet. The ID of the Cloud
167
- # project of the EMM the enterprises belongs to.
167
+ # Required. The Cloud project ID of the EMM managing the enterprises.
168
168
  # @param [String] view
169
- # This feature is not generally available yet. View that specify that partial
170
- # response should be returned.
169
+ # Specifies which Enterprise fields to return. This method only supports BASIC.
171
170
  # @param [String] fields
172
171
  # Selector specifying which fields to include in a partial response.
173
172
  # @param [String] quota_user
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.15.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-06-21 00:00:00.000000000 Z
11
+ date: 2021-08-02 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.1'
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: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Android Management API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidmanagement_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.15.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidmanagement_v1
57
63
  post_install_message:
58
64
  rdoc_options: []