You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-chromemanagement/v1/2.0.0/com/google/api/services/chromemanagement/v1/ChromeManagement.java
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4354,17 +4354,24 @@ public FindInstalledAppDevices setAppId(java.lang.String appId) {
4354
4354
returnthis;
4355
4355
}
4356
4356
4357
-
/** Type of the app. */
4357
+
/**
4358
+
* Type of the app. Optional. If not provided, an app type will be inferred from the format
4359
+
* of the app ID.
4360
+
*/
4358
4361
@com.google.api.client.util.Key
4359
4362
privatejava.lang.StringappType;
4360
4363
4361
-
/** Type of the app.
4364
+
/** Type of the app. Optional. If not provided, an app type will be inferred from the format of the app
4365
+
ID.
4362
4366
*/
4363
4367
publicjava.lang.StringgetAppType() {
4364
4368
returnappType;
4365
4369
}
4366
4370
4367
-
/** Type of the app. */
4371
+
/**
4372
+
* Type of the app. Optional. If not provided, an app type will be inferred from the format
0 commit comments