google-apis-androidmanagement_v1 0.5.0 → 0.6.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: 9a5527b003024840d9f508c84aef498e08f2c9b58b285e6f4ff019f8abb174d3
|
4
|
+
data.tar.gz: 8b9f9a639f8e3823de45f5f8e66227368313ab5ff5d3ea4917fe7179918d6ea4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e605bd4fc78dde4b8505e87bcb569c0ecc8ba3d4797c99bc9194d5e574b4900672c245a8acb4da1be00f166fb1deda64a05ac9d7834edb730767e2c4b0560940
|
7
|
+
data.tar.gz: 6de26037d27062b1da0590a28d612861b0787dedb2a706f6e8914c7660090ba5df1c5e04282bc9a10ea55d543e17f6a6eb0c4411d922f24cdb35508b53f2f664
|
data/CHANGELOG.md
CHANGED
@@ -719,6 +719,37 @@ module Google
|
|
719
719
|
end
|
720
720
|
end
|
721
721
|
|
722
|
+
# This feature is not generally available.
|
723
|
+
class ContentProviderEndpoint
|
724
|
+
include Google::Apis::Core::Hashable
|
725
|
+
|
726
|
+
# This feature is not generally available.
|
727
|
+
# Corresponds to the JSON property `packageName`
|
728
|
+
# @return [String]
|
729
|
+
attr_accessor :package_name
|
730
|
+
|
731
|
+
# Required. This feature is not generally available.
|
732
|
+
# Corresponds to the JSON property `signingCertsSha256`
|
733
|
+
# @return [Array<String>]
|
734
|
+
attr_accessor :signing_certs_sha256
|
735
|
+
|
736
|
+
# This feature is not generally available.
|
737
|
+
# Corresponds to the JSON property `uri`
|
738
|
+
# @return [String]
|
739
|
+
attr_accessor :uri
|
740
|
+
|
741
|
+
def initialize(**args)
|
742
|
+
update!(**args)
|
743
|
+
end
|
744
|
+
|
745
|
+
# Update properties of this object
|
746
|
+
def update!(**args)
|
747
|
+
@package_name = args[:package_name] if args.key?(:package_name)
|
748
|
+
@signing_certs_sha256 = args[:signing_certs_sha256] if args.key?(:signing_certs_sha256)
|
749
|
+
@uri = args[:uri] if args.key?(:uri)
|
750
|
+
end
|
751
|
+
end
|
752
|
+
|
722
753
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
723
754
|
# day and time zone are either specified elsewhere or are insignificant. The
|
724
755
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
@@ -2125,6 +2156,31 @@ module Google
|
|
2125
2156
|
end
|
2126
2157
|
end
|
2127
2158
|
|
2159
|
+
# This feature is not generally available.
|
2160
|
+
class OncCertificateProvider
|
2161
|
+
include Google::Apis::Core::Hashable
|
2162
|
+
|
2163
|
+
# This feature is not generally available.
|
2164
|
+
# Corresponds to the JSON property `certificateReferences`
|
2165
|
+
# @return [Array<String>]
|
2166
|
+
attr_accessor :certificate_references
|
2167
|
+
|
2168
|
+
# This feature is not generally available.
|
2169
|
+
# Corresponds to the JSON property `contentProviderEndpoint`
|
2170
|
+
# @return [Google::Apis::AndroidmanagementV1::ContentProviderEndpoint]
|
2171
|
+
attr_accessor :content_provider_endpoint
|
2172
|
+
|
2173
|
+
def initialize(**args)
|
2174
|
+
update!(**args)
|
2175
|
+
end
|
2176
|
+
|
2177
|
+
# Update properties of this object
|
2178
|
+
def update!(**args)
|
2179
|
+
@certificate_references = args[:certificate_references] if args.key?(:certificate_references)
|
2180
|
+
@content_provider_endpoint = args[:content_provider_endpoint] if args.key?(:content_provider_endpoint)
|
2181
|
+
end
|
2182
|
+
end
|
2183
|
+
|
2128
2184
|
# This resource represents a long-running operation that is the result of a
|
2129
2185
|
# network API call.
|
2130
2186
|
class Operation
|
@@ -2655,8 +2711,7 @@ module Google
|
|
2655
2711
|
attr_accessor :install_apps_disabled
|
2656
2712
|
alias_method :install_apps_disabled?, :install_apps_disabled
|
2657
2713
|
|
2658
|
-
#
|
2659
|
-
# allows installation of apps from unknown sources.
|
2714
|
+
# This field has no effect.
|
2660
2715
|
# Corresponds to the JSON property `installUnknownSourcesAllowed`
|
2661
2716
|
# @return [Boolean]
|
2662
2717
|
attr_accessor :install_unknown_sources_allowed
|
@@ -2753,6 +2808,11 @@ module Google
|
|
2753
2808
|
attr_accessor :network_reset_disabled
|
2754
2809
|
alias_method :network_reset_disabled?, :network_reset_disabled
|
2755
2810
|
|
2811
|
+
# This feature is not generally available.
|
2812
|
+
# Corresponds to the JSON property `oncCertificateProviders`
|
2813
|
+
# @return [Array<Google::Apis::AndroidmanagementV1::OncCertificateProvider>]
|
2814
|
+
attr_accessor :onc_certificate_providers
|
2815
|
+
|
2756
2816
|
# Network configuration for the device. See configure networks for more
|
2757
2817
|
# information.
|
2758
2818
|
# Corresponds to the JSON property `openNetworkConfiguration`
|
@@ -3027,6 +3087,7 @@ module Google
|
|
3027
3087
|
@name = args[:name] if args.key?(:name)
|
3028
3088
|
@network_escape_hatch_enabled = args[:network_escape_hatch_enabled] if args.key?(:network_escape_hatch_enabled)
|
3029
3089
|
@network_reset_disabled = args[:network_reset_disabled] if args.key?(:network_reset_disabled)
|
3090
|
+
@onc_certificate_providers = args[:onc_certificate_providers] if args.key?(:onc_certificate_providers)
|
3030
3091
|
@open_network_configuration = args[:open_network_configuration] if args.key?(:open_network_configuration)
|
3031
3092
|
@outgoing_beam_disabled = args[:outgoing_beam_disabled] if args.key?(:outgoing_beam_disabled)
|
3032
3093
|
@outgoing_calls_disabled = args[:outgoing_calls_disabled] if args.key?(:outgoing_calls_disabled)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210311"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -118,6 +118,12 @@ module Google
|
|
118
118
|
include Google::Apis::Core::JsonObjectSupport
|
119
119
|
end
|
120
120
|
|
121
|
+
class ContentProviderEndpoint
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
121
127
|
class Date
|
122
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
129
|
|
@@ -280,6 +286,12 @@ module Google
|
|
280
286
|
include Google::Apis::Core::JsonObjectSupport
|
281
287
|
end
|
282
288
|
|
289
|
+
class OncCertificateProvider
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
283
295
|
class Operation
|
284
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
297
|
|
@@ -625,6 +637,15 @@ module Google
|
|
625
637
|
end
|
626
638
|
end
|
627
639
|
|
640
|
+
class ContentProviderEndpoint
|
641
|
+
# @private
|
642
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
643
|
+
property :package_name, as: 'packageName'
|
644
|
+
collection :signing_certs_sha256, as: 'signingCertsSha256'
|
645
|
+
property :uri, as: 'uri'
|
646
|
+
end
|
647
|
+
end
|
648
|
+
|
628
649
|
class Date
|
629
650
|
# @private
|
630
651
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -965,6 +986,15 @@ module Google
|
|
965
986
|
end
|
966
987
|
end
|
967
988
|
|
989
|
+
class OncCertificateProvider
|
990
|
+
# @private
|
991
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
992
|
+
collection :certificate_references, as: 'certificateReferences'
|
993
|
+
property :content_provider_endpoint, as: 'contentProviderEndpoint', class: Google::Apis::AndroidmanagementV1::ContentProviderEndpoint, decorator: Google::Apis::AndroidmanagementV1::ContentProviderEndpoint::Representation
|
994
|
+
|
995
|
+
end
|
996
|
+
end
|
997
|
+
|
968
998
|
class Operation
|
969
999
|
# @private
|
970
1000
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1097,6 +1127,8 @@ module Google
|
|
1097
1127
|
property :name, as: 'name'
|
1098
1128
|
property :network_escape_hatch_enabled, as: 'networkEscapeHatchEnabled'
|
1099
1129
|
property :network_reset_disabled, as: 'networkResetDisabled'
|
1130
|
+
collection :onc_certificate_providers, as: 'oncCertificateProviders', class: Google::Apis::AndroidmanagementV1::OncCertificateProvider, decorator: Google::Apis::AndroidmanagementV1::OncCertificateProvider::Representation
|
1131
|
+
|
1100
1132
|
hash :open_network_configuration, as: 'openNetworkConfiguration'
|
1101
1133
|
property :outgoing_beam_disabled, as: 'outgoingBeamDisabled'
|
1102
1134
|
property :outgoing_calls_disabled, as: 'outgoingCallsDisabled'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-androidmanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.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-03-
|
11
|
+
date: 2021-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
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.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.6.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidmanagement_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|