Interface StorageAccessOrBuilder (1.39.0)

public interface StorageAccessOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRead()

public abstract StorageAccess.AccessMode getRead()

Output only. Describes the read access mechanism of the data. Not user settable.

.google.cloud.dataplex.v1.StorageAccess.AccessMode read = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
StorageAccess.AccessMode

The read.

getReadValue()

public abstract int getReadValue()

Output only. Describes the read access mechanism of the data. Not user settable.

.google.cloud.dataplex.v1.StorageAccess.AccessMode read = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for read.