Interface InstantSnapshotResourceStatusOrBuilder (1.51.0)

public interface InstantSnapshotResourceStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStorageSizeBytes()

public abstract long getStorageSizeBytes()

[Output Only] The storage size of this instant snapshot.

optional int64 storage_size_bytes = 387548913;

Returns
TypeDescription
long

The storageSizeBytes.

hasStorageSizeBytes()

public abstract boolean hasStorageSizeBytes()

[Output Only] The storage size of this instant snapshot.

optional int64 storage_size_bytes = 387548913;

Returns
TypeDescription
boolean

Whether the storageSizeBytes field is set.