-
Notifications
You must be signed in to change notification settings - Fork 324
Closed
Description
When pushing an application, it is not clear what units the diskQuota is in.
PushApplicationRequest::diskQuota
/**
* Initializes the value for the {@link _PushApplicationRequest#getDiskQuota() diskQuota} attribute.
* @param diskQuota The value for diskQuota (can be {@code null})
* @return {@code this} builder for use in a chained invocation
*/
public final Builder diskQuota(@Nullable Integer diskQuota) {
_PushApplicationRequest::getDiskQuota
/**
* The disk quota for the application
*/
@Nullable
abstract Integer getDiskQuota();