Interface StorageFormat.IcebergOptionsOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.