Byron / google-apis-rs

A binding and CLI generator for all Google APIs
http://byron.github.io/google-apis-rs
Other
983 stars 132 forks source link

Missing field `userFacingType` in `google_androidmanagement1::api::ApplicationReport` #462

Closed sn99 closed 7 months ago

sn99 commented 7 months ago
{
  "packageName": string,
  "versionName": string,
  "versionCode": integer,
  "events": [
    {
      object (ApplicationEvent)
    }
  ],
  "displayName": string,
  "packageSha256Hash": string,
  "signingKeyCertFingerprints": [
    string
  ],
  "installerPackageName": string,
  "applicationSource": enum (ApplicationSource),
  "state": enum (ApplicationState),
  "keyedAppStates": [
    {
      object (KeyedAppState)
    }
  ],
  "userFacingType": enum (UserFacingType) #missing
}

UserFacingType is missing.

Byron commented 7 months ago

This might fix itself once the API is regenerated, which happens once or twice per year.