public interface ExascaleDbStorageDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |