Package com.dremio.nessie.jgit
Interface ObjectTypes.PIcebergTableOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectTypes.PIcebergTable,ObjectTypes.PIcebergTable.Builder
- Enclosing class:
- ObjectTypes
public static interface ObjectTypes.PIcebergTableOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMetadataLocation()string metadata_location = 1;com.google.protobuf.ByteStringgetMetadataLocationBytes()string metadata_location = 1;-
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()
string metadata_location = 1;- Returns:
- The metadataLocation.
-
getMetadataLocationBytes
com.google.protobuf.ByteString getMetadataLocationBytes()
string metadata_location = 1;- Returns:
- The bytes for metadataLocation.
-
-