Interface DbSystemInitialStorageSizeOrBuilder (0.29.0)

public interface DbSystemInitialStorageSizeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Output only. The name of the resource.

string name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The name of the resource.

string name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for name.

getProperties()

public abstract DbSystemInitialStorageSizeProperties getProperties()

Output only. The properties of the DbSystem initial storage size summary.

.google.cloud.oracledatabase.v1.DbSystemInitialStorageSizeProperties properties = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DbSystemInitialStorageSizeProperties

The properties.

getPropertiesOrBuilder()

public abstract DbSystemInitialStorageSizePropertiesOrBuilder getPropertiesOrBuilder()

Output only. The properties of the DbSystem initial storage size summary.

.google.cloud.oracledatabase.v1.DbSystemInitialStorageSizeProperties properties = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DbSystemInitialStorageSizePropertiesOrBuilder

hasProperties()

public abstract boolean hasProperties()

Output only. The properties of the DbSystem initial storage size summary.

.google.cloud.oracledatabase.v1.DbSystemInitialStorageSizeProperties properties = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the properties field is set.