Interface StorageFormat.IcebergOptionsOrBuilder (1.39.0)

public static interface StorageFormat.IcebergOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetadataLocation()

public abstract String getMetadataLocation()

Optional. The location of where the iceberg metadata is present, must be within the table path

string metadata_location = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The metadataLocation.

getMetadataLocationBytes()

public abstract ByteString getMetadataLocationBytes()

Optional. The location of where the iceberg metadata is present, must be within the table path

string metadata_location = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for metadataLocation.