Package com.google.cloud.dataplex.v1
Interface StorageFormat.IcebergOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StorageFormat.IcebergOptions
,StorageFormat.IcebergOptions.Builder
- Enclosing class:
- StorageFormat
public static interface StorageFormat.IcebergOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMetadataLocation()
Optional.com.google.protobuf.ByteString
getMetadataLocationBytes()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMetadataLocation
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:
- The metadataLocation.
-
getMetadataLocationBytes
com.google.protobuf.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:
- The bytes for metadataLocation.
-
-