REST Resource: customers.apps.chrome

Resource: AppDetails

Resource representing app details.

JSON representation
{
  "name": string,
  "displayName": string,
  "description": string,
  "appId": string,
  "revisionId": string,
  "type": enum (AppItemType),
  "iconUri": string,
  "detailUri": string,
  "firstPublishTime": string,
  "latestPublishTime": string,
  "publisher": string,
  "isPaidApp": boolean,
  "homepageUri": string,
  "privacyPolicyUri": string,
  "reviewNumber": string,
  "reviewRating": number,
  "serviceError": {
    object (Status)
  },

  // Union field app_info can be only one of the following:
  "chromeAppInfo": {
    object (ChromeAppInfo)
  },
  "androidAppInfo": {
    object (AndroidAppInfo)
  }
  // End of list of possible types for union field app_info.
}
Fields
name

string

Output only. Format: name=customers/{customer_id}/apps/{chrome|android|web}/{appId}@{version}

displayName

string

Output only. App's display name.

description

string

Output only. App's description.

appId

string

Output only. Unique store identifier for the item. Examples: "gmbmikajjgmnabiglmofipeabaddhgne" for the Save to Google Drive Chrome extension, "com.google.android.apps.docs" for the Google Drive Android app.

revisionId

string

Output only. App version. A new revision is committed whenever a new version of the app is published.

type

enum (AppItemType)

Output only. App type.

iconUri

string

Output only. A link to an image that can be used as an icon for the product.

detailUri

string

Output only. The uri for the detail page of the item.

firstPublishTime

string (Timestamp format)

Output only. First published time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

latestPublishTime

string (Timestamp format)

Output only. Latest published time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

publisher

string

Output only. The publisher of the item.

isPaidApp

boolean

Output only. Indicates if the app has to be paid for OR has paid content.

homepageUri

string

Output only. Home page or Website uri.

privacyPolicyUri

string

Output only. The URI pointing to the privacy policy of the app, if it was provided by the developer. Version-specific field that will only be set when the requested app version is found.

reviewNumber

string (int64 format)

Output only. Number of reviews received. Chrome Web Store review information will always be for the latest version of an app.

reviewRating

number

Output only. The rating of the app (on 5 stars). Chrome Web Store review information will always be for the latest version of an app.

serviceError

object (Status)

Output only. Information about a partial service error if applicable.

Union field app_info.

app_info can be only one of the following:

chromeAppInfo

object (ChromeAppInfo)

Output only. Chrome Web Store app information.

androidAppInfo

object (AndroidAppInfo)

Output only. Android app information.

Methods

get

Get a specific app for a customer by its resource name.