Interface ExascaleDbStorageDetailsOrBuilder (0.29.0)

public interface ExascaleDbStorageDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAvailableSizeGbs()

public abstract int getAvailableSizeGbs()

Output only. The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).

int32 available_size_gbs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The availableSizeGbs.

getTotalSizeGbs()

public abstract int getTotalSizeGbs()

Required. The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).

int32 total_size_gbs = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The totalSizeGbs.