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-appsmarket/v2/2.0.0/com/google/api/services/appsmarket/v2/GSuiteMarketplaceAPI.java
+34-27Lines changed: 34 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ public class GSuiteMarketplaceAPI extends com.google.api.client.googleapis.servi
Copy file name to clipboardExpand all lines: clients/google-api-services-appsmarket/v2/2.0.0/com/google/api/services/appsmarket/v2/model/CustomerLicense.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -59,16 +59,16 @@ public final class CustomerLicense extends com.google.api.client.json.GenericJso
59
59
privatejava.lang.Stringid;
60
60
61
61
/**
62
-
* The type of API resource. This is always appsmarket#customerLicense.
62
+
* The type of API resource. This is always `appsmarket#customerLicense`.
63
63
* The value may be {@code null}.
64
64
*/
65
65
@com.google.api.client.util.Key
66
66
privatejava.lang.Stringkind;
67
67
68
68
/**
69
69
* The customer's license status. One of: - `ACTIVE`: The customer has a valid license. -
70
-
* `UNLICENSED`: There is no license: either this customer has never installed your application,
71
-
* or else has deleted it.
70
+
* `UNLICENSED`: There is no license. Either this customer has never installed your application or
71
+
* has deleted it.
72
72
* The value may be {@code null}.
73
73
*/
74
74
@com.google.api.client.util.Key
@@ -143,15 +143,15 @@ public CustomerLicense setId(java.lang.String id) {
143
143
}
144
144
145
145
/**
146
-
* The type of API resource. This is always appsmarket#customerLicense.
146
+
* The type of API resource. This is always `appsmarket#customerLicense`.
147
147
* @return value or {@code null} for none
148
148
*/
149
149
publicjava.lang.StringgetKind() {
150
150
returnkind;
151
151
}
152
152
153
153
/**
154
-
* The type of API resource. This is always appsmarket#customerLicense.
154
+
* The type of API resource. This is always `appsmarket#customerLicense`.
Copy file name to clipboardExpand all lines: clients/google-api-services-appsmarket/v2/2.0.0/com/google/api/services/appsmarket/v2/model/UserLicense.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -59,14 +59,14 @@ public final class UserLicense extends com.google.api.client.json.GenericJson {
59
59
privatejava.lang.Booleanenabled;
60
60
61
61
/**
62
-
* The ID of user license.
62
+
* The ID of the user license.
63
63
* The value may be {@code null}.
64
64
*/
65
65
@com.google.api.client.util.Key
66
66
privatejava.lang.Stringid;
67
67
68
68
/**
69
-
* The type of API resource. This is always appsmarket#userLicense.
69
+
* The type of API resource. This is always `appsmarket#userLicense`.
70
70
* The value may be {@code null}.
71
71
*/
72
72
@com.google.api.client.util.Key
@@ -158,15 +158,15 @@ public UserLicense setEnabled(java.lang.Boolean enabled) {
158
158
}
159
159
160
160
/**
161
-
* The ID of user license.
161
+
* The ID of the user license.
162
162
* @return value or {@code null} for none
163
163
*/
164
164
publicjava.lang.StringgetId() {
165
165
returnid;
166
166
}
167
167
168
168
/**
169
-
* The ID of user license.
169
+
* The ID of the user license.
170
170
* @param id id or {@code null} for none
171
171
*/
172
172
publicUserLicensesetId(java.lang.Stringid) {
@@ -175,15 +175,15 @@ public UserLicense setId(java.lang.String id) {
175
175
}
176
176
177
177
/**
178
-
* The type of API resource. This is always appsmarket#userLicense.
178
+
* The type of API resource. This is always `appsmarket#userLicense`.
179
179
* @return value or {@code null} for none
180
180
*/
181
181
publicjava.lang.StringgetKind() {
182
182
returnkind;
183
183
}
184
184
185
185
/**
186
-
* The type of API resource. This is always appsmarket#userLicense.
186
+
* The type of API resource. This is always `appsmarket#userLicense`.
0 commit comments