Skip to content

Disk Quota units not clear #831

@cah-andrew-fitzgerald

Description

@cah-andrew-fitzgerald

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();

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions