Interface ObjectTypes.IcebergRefStateOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getSchemaId()
      int32 schema_id = 2;
      long getSnapshotId()
      int64 snapshot_id = 1;
      int getSortOrderId()
      int32 sort_order_id = 4;
      int getSpecId()
      int32 spec_id = 3;
      • 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

      • getSnapshotId

        long getSnapshotId()
        int64 snapshot_id = 1;
        Returns:
        The snapshotId.
      • getSchemaId

        int getSchemaId()
        int32 schema_id = 2;
        Returns:
        The schemaId.
      • getSpecId

        int getSpecId()
        int32 spec_id = 3;
        Returns:
        The specId.
      • getSortOrderId

        int getSortOrderId()
        int32 sort_order_id = 4;
        Returns:
        The sortOrderId.