google-apis-androidenterprise_v1 0.21.0 → 0.23.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: b3442fd181a56026a6ef445c70194829097872c4541981bb42f838cde6395b2d
4
- data.tar.gz: '0290c8dc7884cdd2d1d45b961981260ba52640d0a2888022b254da357457b9ff'
3
+ metadata.gz: b8cf78d48826a41fa6613d97cdb533235587ec0d7849222c729c6a04cb9389d2
4
+ data.tar.gz: ab839a97f3fca63afdea620b0c40eb85fe0c42847248c2b6f78f2e3e5d0d3ae7
5
5
  SHA512:
6
- metadata.gz: 182cd8e6cc1f79d5723adf016635cc795fa19beb80160c1a6dd30328d0fa917b26d2ca652204f4551ca0e0c62aee33900b43b5ab21a693294d4a71d1b7b78143
7
- data.tar.gz: 36a0cfd8d898146190f6e132c4946941e95ff99795e4ff02c09c041a3439702f8259c1acfd865de4785381b7494a76586d6b25cd57241b5ed2df66ad3e90386a
6
+ metadata.gz: 1771b4210f50c766b49d1be5e51c83708e1241244ee683e2f7ad2343ae206f1d5618a5120f242eea65009717188a7ccb020dd006b4cfaf7dac823a80cfe061eb
7
+ data.tar.gz: 627640fbff42c5193d394a0b96c1f3947d0cdef93cfad87bbfcec574aea4a7f70a45a3a6fa17850b1987378efe169e23ce150f2891b075e7c6465efde7d15bd9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidenterprise_v1
2
2
 
3
+ ### v0.23.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230713
6
+
7
+ ### v0.22.0 (2023-05-21)
8
+
9
+ * Regenerated from discovery document revision 20230515
10
+
3
11
  ### v0.21.0 (2023-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230218
@@ -473,6 +473,12 @@ module Google
473
473
  attr_accessor :is_production
474
474
  alias_method :is_production?, :is_production
475
475
 
476
+ # The SDK version this app targets, as specified in the manifest of the APK. See
477
+ # http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
478
+ # Corresponds to the JSON property `targetSdkVersion`
479
+ # @return [Fixnum]
480
+ attr_accessor :target_sdk_version
481
+
476
482
  # Deprecated, use trackId instead.
477
483
  # Corresponds to the JSON property `track`
478
484
  # @return [String]
@@ -504,6 +510,7 @@ module Google
504
510
  # Update properties of this object
505
511
  def update!(**args)
506
512
  @is_production = args[:is_production] if args.key?(:is_production)
513
+ @target_sdk_version = args[:target_sdk_version] if args.key?(:target_sdk_version)
507
514
  @track = args[:track] if args.key?(:track)
508
515
  @track_id = args[:track_id] if args.key?(:track_id)
509
516
  @version_code = args[:version_code] if args.key?(:version_code)
@@ -2047,6 +2054,11 @@ module Google
2047
2054
  # @return [Array<String>]
2048
2055
  attr_accessor :features
2049
2056
 
2057
+ # The localized full app store description, if available.
2058
+ # Corresponds to the JSON property `fullDescription`
2059
+ # @return [String]
2060
+ attr_accessor :full_description
2061
+
2050
2062
  # A link to an image that can be used as an icon for the product. This image is
2051
2063
  # suitable for use at up to 512px x 512px.
2052
2064
  # Corresponds to the JSON property `iconUrl`
@@ -2138,6 +2150,7 @@ module Google
2138
2150
  @details_url = args[:details_url] if args.key?(:details_url)
2139
2151
  @distribution_channel = args[:distribution_channel] if args.key?(:distribution_channel)
2140
2152
  @features = args[:features] if args.key?(:features)
2153
+ @full_description = args[:full_description] if args.key?(:full_description)
2141
2154
  @icon_url = args[:icon_url] if args.key?(:icon_url)
2142
2155
  @last_updated_timestamp_millis = args[:last_updated_timestamp_millis] if args.key?(:last_updated_timestamp_millis)
2143
2156
  @min_android_sdk_version = args[:min_android_sdk_version] if args.key?(:min_android_sdk_version)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AndroidenterpriseV1
18
18
  # Version of the google-apis-androidenterprise_v1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230218"
25
+ REVISION = "20230713"
26
26
  end
27
27
  end
28
28
  end
@@ -684,6 +684,7 @@ module Google
684
684
  # @private
685
685
  class Representation < Google::Apis::Core::JsonRepresentation
686
686
  property :is_production, as: 'isProduction'
687
+ property :target_sdk_version, as: 'targetSdkVersion'
687
688
  property :track, as: 'track'
688
689
  collection :track_id, as: 'trackId'
689
690
  property :version_code, as: 'versionCode'
@@ -1114,6 +1115,7 @@ module Google
1114
1115
  property :details_url, as: 'detailsUrl'
1115
1116
  property :distribution_channel, as: 'distributionChannel'
1116
1117
  collection :features, as: 'features'
1118
+ property :full_description, as: 'fullDescription'
1117
1119
  property :icon_url, as: 'iconUrl'
1118
1120
  property :last_updated_timestamp_millis, :numeric_string => true, as: 'lastUpdatedTimestampMillis'
1119
1121
  property :min_android_sdk_version, as: 'minAndroidSdkVersion'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidenterprise_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.23.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: 2023-02-26 00:00:00.000000000 Z
11
+ date: 2023-07-23 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-androidenterprise_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidenterprise_v1
63
63
  post_install_message:
64
64
  rdoc_options: []