Class: Google::Apis::AndroidenterpriseV1::Product

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidenterprise_v1/classes.rb,
generated/google/apis/androidenterprise_v1/representations.rb,
generated/google/apis/androidenterprise_v1/representations.rb

Overview

A Products resource represents an app in the Google Play store that is available to at least some users in the enterprise. (Some apps are restricted to a single enterprise, and no information about them is made available outside that enterprise.) The information provided for each product (localized name, icon, link to the full Google Play details page) is intended to allow a basic representation of the product within an EMM user interface.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Product

Returns a new instance of Product.



2141
2142
2143
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2141

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#app_tracksArray<Google::Apis::AndroidenterpriseV1::TrackInfo>

The tracks visible to the enterprise. Corresponds to the JSON property appTracks



2006
2007
2008
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2006

def app_tracks
  @app_tracks
end

#app_versionArray<Google::Apis::AndroidenterpriseV1::AppVersion>

App versions currently available for this product. Corresponds to the JSON property appVersion



2011
2012
2013
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2011

def app_version
  @app_version
end

#author_nameString

The name of the author of the product (for example, the app developer). Corresponds to the JSON property authorName

Returns:

  • (String)


2016
2017
2018
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2016

def author_name
  @author_name
end

#available_countriesArray<String>

The countries which this app is available in. Corresponds to the JSON property availableCountries

Returns:

  • (Array<String>)


2021
2022
2023
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2021

def available_countries
  @available_countries
end

#available_tracksArray<String>

Deprecated, use appTracks instead. Corresponds to the JSON property availableTracks

Returns:

  • (Array<String>)


2026
2027
2028
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2026

def available_tracks
  @available_tracks
end

#categoryString

The app category (e.g. RACING, SOCIAL, etc.) Corresponds to the JSON property category

Returns:

  • (String)


2031
2032
2033
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2031

def category
  @category
end

#content_ratingString

The content rating for this app. Corresponds to the JSON property contentRating

Returns:

  • (String)


2036
2037
2038
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2036

def content_rating
  @content_rating
end

#descriptionString

The localized promotional description, if available. Corresponds to the JSON property description

Returns:

  • (String)


2041
2042
2043
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2041

def description
  @description
end

#details_urlString

A link to the (consumer) Google Play details page for the product. Corresponds to the JSON property detailsUrl

Returns:

  • (String)


2046
2047
2048
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2046

def details_url
  @details_url
end

#distribution_channelString

How and to whom the package is made available. The value publicGoogleHosted means that the package is available through the Play store and not restricted to a specific enterprise. The value privateGoogleHosted means that the package is a private app (restricted to an enterprise) but hosted by Google. The value privateSelfHosted means that the package is a private app (restricted to an enterprise) and is privately hosted. Corresponds to the JSON property distributionChannel

Returns:

  • (String)


2056
2057
2058
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2056

def distribution_channel
  @distribution_channel
end

#featuresArray<String>

Noteworthy features (if any) of this product. Corresponds to the JSON property features

Returns:

  • (Array<String>)


2061
2062
2063
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2061

def features
  @features
end

#icon_urlString

A link to an image that can be used as an icon for the product. This image is suitable for use at up to 512px x 512px. Corresponds to the JSON property iconUrl

Returns:

  • (String)


2067
2068
2069
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2067

def icon_url
  @icon_url
end

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


2072
2073
2074
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2072

def kind
  @kind
end

#last_updated_timestamp_millisFixnum

The approximate time (within 7 days) the app was last published, expressed in milliseconds since epoch. Corresponds to the JSON property lastUpdatedTimestampMillis

Returns:

  • (Fixnum)


2078
2079
2080
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2078

def last_updated_timestamp_millis
  @last_updated_timestamp_millis
end

#min_android_sdk_versionFixnum

The minimum Android SDK necessary to run the app. Corresponds to the JSON property minAndroidSdkVersion

Returns:

  • (Fixnum)


2083
2084
2085
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2083

def min_android_sdk_version
  @min_android_sdk_version
end

#permissionsArray<Google::Apis::AndroidenterpriseV1::ProductPermission>

A list of permissions required by the app. Corresponds to the JSON property permissions



2088
2089
2090
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2088

def permissions
  @permissions
end

#product_idString

A string of the form app:. For example, app:com.google.android. gm represents the Gmail app. Corresponds to the JSON property productId

Returns:

  • (String)


2094
2095
2096
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2094

def product_id
  @product_id
end

#product_pricingString

Whether this product is free, free with in-app purchases, or paid. If the pricing is unknown, this means the product is not generally available anymore ( even though it might still be available to people who own it). Corresponds to the JSON property productPricing

Returns:

  • (String)


2101
2102
2103
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2101

def product_pricing
  @product_pricing
end

#recent_changesString

A description of the recent changes made to the app. Corresponds to the JSON property recentChanges

Returns:

  • (String)


2106
2107
2108
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2106

def recent_changes
  @recent_changes
end

#requires_container_appBoolean Also known as: requires_container_app?

Deprecated. Corresponds to the JSON property requiresContainerApp

Returns:

  • (Boolean)


2111
2112
2113
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2111

def requires_container_app
  @requires_container_app
end

#screenshot_urlsArray<String>

A list of screenshot links representing the app. Corresponds to the JSON property screenshotUrls

Returns:

  • (Array<String>)


2117
2118
2119
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2117

def screenshot_urls
  @screenshot_urls
end

#signing_certificateGoogle::Apis::AndroidenterpriseV1::ProductSigningCertificate

The certificate used to sign this product. Corresponds to the JSON property signingCertificate



2122
2123
2124
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2122

def signing_certificate
  @signing_certificate
end

#small_icon_urlString

A link to a smaller image that can be used as an icon for the product. This image is suitable for use at up to 128px x 128px. Corresponds to the JSON property smallIconUrl

Returns:

  • (String)


2128
2129
2130
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2128

def small_icon_url
  @small_icon_url
end

#titleString

The name of the product. Corresponds to the JSON property title

Returns:

  • (String)


2133
2134
2135
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2133

def title
  @title
end

#work_details_urlString

A link to the managed Google Play details page for the product, for use by an Enterprise admin. Corresponds to the JSON property workDetailsUrl

Returns:

  • (String)


2139
2140
2141
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2139

def work_details_url
  @work_details_url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 2146

def update!(**args)
  @app_tracks = args[:app_tracks] if args.key?(:app_tracks)
  @app_version = args[:app_version] if args.key?(:app_version)
  @author_name = args[:author_name] if args.key?(:author_name)
  @available_countries = args[:available_countries] if args.key?(:available_countries)
  @available_tracks = args[:available_tracks] if args.key?(:available_tracks)
  @category = args[:category] if args.key?(:category)
  @content_rating = args[:content_rating] if args.key?(:content_rating)
  @description = args[:description] if args.key?(:description)
  @details_url = args[:details_url] if args.key?(:details_url)
  @distribution_channel = args[:distribution_channel] if args.key?(:distribution_channel)
  @features = args[:features] if args.key?(:features)
  @icon_url = args[:icon_url] if args.key?(:icon_url)
  @kind = args[:kind] if args.key?(:kind)
  @last_updated_timestamp_millis = args[:last_updated_timestamp_millis] if args.key?(:last_updated_timestamp_millis)
  @min_android_sdk_version = args[:min_android_sdk_version] if args.key?(:min_android_sdk_version)
  @permissions = args[:permissions] if args.key?(:permissions)
  @product_id = args[:product_id] if args.key?(:product_id)
  @product_pricing = args[:product_pricing] if args.key?(:product_pricing)
  @recent_changes = args[:recent_changes] if args.key?(:recent_changes)
  @requires_container_app = args[:requires_container_app] if args.key?(:requires_container_app)
  @screenshot_urls = args[:screenshot_urls] if args.key?(:screenshot_urls)
  @signing_certificate = args[:signing_certificate] if args.key?(:signing_certificate)
  @small_icon_url = args[:small_icon_url] if args.key?(:small_icon_url)
  @title = args[:title] if args.key?(:title)
  @work_details_url = args[:work_details_url] if args.key?(:work_details_url)
end