@@ -38,24 +38,6 @@ public final class AppAccessRiskVerdict extends com.google.api.client.json.Gener
3838 @com.google.api.client.util.Key
3939 private java.util.List<java.lang.String> appsDetected;
4040
41- /**
42- * Deprecated: this field will be removed, please use apps_detected instead. App access risk
43- * verdict related to apps that are not installed by Google Play, and are not preloaded on the
44- * system image by the device manufacturer.
45- * The value may be {@code null}.
46- */
47- @com.google.api.client.util.Key
48- private java.lang.String otherApps;
49-
50- /**
51- * Deprecated: this field will be removed, please use apps_detected instead. App access risk
52- * verdict related to apps that are not installed by the Google Play Store, and are not preloaded
53- * on the system image by the device manufacturer.
54- * The value may be {@code null}.
55- */
56- @com.google.api.client.util.Key
57- private java.lang.String playOrSystemApps;
58-
5941 /**
6042 * List of detected app types signalled for App Access Risk.
6143 * @return value or {@code null} for none
@@ -73,48 +55,6 @@ public AppAccessRiskVerdict setAppsDetected(java.util.List<java.lang.String> app
7355 return this;
7456 }
7557
76- /**
77- * Deprecated: this field will be removed, please use apps_detected instead. App access risk
78- * verdict related to apps that are not installed by Google Play, and are not preloaded on the
79- * system image by the device manufacturer.
80- * @return value or {@code null} for none
81- */
82- public java.lang.String getOtherApps() {
83- return otherApps;
84- }
85-
86- /**
87- * Deprecated: this field will be removed, please use apps_detected instead. App access risk
88- * verdict related to apps that are not installed by Google Play, and are not preloaded on the
89- * system image by the device manufacturer.
90- * @param otherApps otherApps or {@code null} for none
91- */
92- public AppAccessRiskVerdict setOtherApps(java.lang.String otherApps) {
93- this.otherApps = otherApps;
94- return this;
95- }
96-
97- /**
98- * Deprecated: this field will be removed, please use apps_detected instead. App access risk
99- * verdict related to apps that are not installed by the Google Play Store, and are not preloaded
100- * on the system image by the device manufacturer.
101- * @return value or {@code null} for none
102- */
103- public java.lang.String getPlayOrSystemApps() {
104- return playOrSystemApps;
105- }
106-
107- /**
108- * Deprecated: this field will be removed, please use apps_detected instead. App access risk
109- * verdict related to apps that are not installed by the Google Play Store, and are not preloaded
110- * on the system image by the device manufacturer.
111- * @param playOrSystemApps playOrSystemApps or {@code null} for none
112- */
113- public AppAccessRiskVerdict setPlayOrSystemApps(java.lang.String playOrSystemApps) {
114- this.playOrSystemApps = playOrSystemApps;
115- return this;
116- }
117-
11858 @Override
11959 public AppAccessRiskVerdict set(String fieldName, Object value) {
12060 return (AppAccessRiskVerdict) super.set(fieldName, value);
0 commit comments